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 and Description |
|---|
DocumentTypeResultsXto.DocumentTypeResultXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DocumentTypeResultsXto.DocumentTypeResultXto()
public String getModelId()
Stringpublic void setModelId(String value)
value - allowed object is
Stringpublic long getModelOid()
public void setModelOid(long value)
public DocumentTypesXto getDocumentTypes()
DocumentTypesXtopublic void setDocumentTypes(DocumentTypesXto value)
value - allowed object is
DocumentTypesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.