org.eclipse.stardust.engine.api.ws
Class DocumentTypeResultsXto.DocumentTypeResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DocumentTypeResultsXto.DocumentTypeResultXto
Enclosing class:
DocumentTypeResultsXto

public static class DocumentTypeResultsXto.DocumentTypeResultXto
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="documentTypes" type="{http://eclipse.org/stardust/ws/v2012a/api}DocumentTypes"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentTypeResultsXto.DocumentTypeResultXto()
           
 
Method Summary
 DocumentTypesXto getDocumentTypes()
          Gets the value of the documentTypes property.
 String getModelId()
          Gets the value of the modelId property.
 long getModelOid()
          Gets the value of the modelOid property.
 void setDocumentTypes(DocumentTypesXto value)
          Sets the value of the documentTypes property.
 void setModelId(String value)
          Sets the value of the modelId property.
 void setModelOid(long value)
          Sets the value of the modelOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTypeResultsXto.DocumentTypeResultXto

public DocumentTypeResultsXto.DocumentTypeResultXto()
Method Detail

getModelId

public String getModelId()
Gets the value of the modelId property.

Returns:
possible object is String

setModelId

public void setModelId(String value)
Sets the value of the modelId property.

Parameters:
value - allowed object is String

getModelOid

public long getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(long value)
Sets the value of the modelOid property.


getDocumentTypes

public DocumentTypesXto getDocumentTypes()
Gets the value of the documentTypes property.

Returns:
possible object is DocumentTypesXto

setDocumentTypes

public void setDocumentTypes(DocumentTypesXto value)
Sets the value of the documentTypes property.

Parameters:
value - allowed object is DocumentTypesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.