public class DocumentInfoXto extends ResourceInfoXto
Java class for DocumentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentInfo">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ResourceInfo">
<sequence>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="documentType" type="{http://eclipse.org/stardust/ws/v2012a/api}DocumentType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DocumentInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the value of the contentType property.
|
DocumentTypeXto |
getDocumentType()
Gets the value of the documentType property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDocumentType(DocumentTypeXto value)
Sets the value of the documentType property.
|
getDateCreated, getDateLastModified, getDescription, getMetaData, getMetaDataType, getName, getOwner, setDateCreated, setDateLastModified, setDescription, setMetaData, setMetaDataType, setName, setOwnerpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic DocumentTypeXto getDocumentType()
DocumentTypeXtopublic void setDocumentType(DocumentTypeXto value)
value - allowed object is
DocumentTypeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.