|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DocumentTypeResultsXto.DocumentTypeResultXto
public static class DocumentTypeResultsXto.DocumentTypeResultXto
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 |
|---|
public DocumentTypeResultsXto.DocumentTypeResultXto()
| Method Detail |
|---|
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
DocumentTypesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||