|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ResourceInfoXto
org.eclipse.stardust.engine.api.ws.DocumentInfoXto
public class DocumentInfoXto
Holds basic information of a document.
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 Summary | |
|---|---|
DocumentInfoXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ResourceInfoXto |
|---|
getDateCreated, getDateLastModified, getDescription, getMetaData, getMetaDataType, getName, getOwner, setDateCreated, setDateLastModified, setDescription, setMetaData, setMetaDataType, setName, setOwner |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentInfoXto()
| Method Detail |
|---|
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic DocumentTypeXto getDocumentType()
DocumentTypeXtopublic void setDocumentType(DocumentTypeXto value)
value - allowed object is
DocumentTypeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||