|
|||||||||
| 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
org.eclipse.stardust.engine.api.ws.DocumentXto
public class DocumentXto
Represents the state of a Document. This does not include document content.
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}DocumentInfo">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="revisionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="revisionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="revisionComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="versionLabels" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="versionLabel" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DocumentXto.VersionLabelsXto
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
DocumentXto()
|
|
| Method Summary | |
|---|---|
String |
getEncoding()
Gets the value of the encoding property. |
String |
getId()
Gets the value of the id property. |
String |
getPath()
Gets the value of the path property. |
String |
getRevisionComment()
Gets the value of the revisionComment property. |
String |
getRevisionId()
Gets the value of the revisionId property. |
String |
getRevisionName()
Gets the value of the revisionName property. |
long |
getSize()
Gets the value of the size property. |
DocumentXto.VersionLabelsXto |
getVersionLabels()
Gets the value of the versionLabels property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPath(String value)
Sets the value of the path property. |
void |
setRevisionComment(String value)
Sets the value of the revisionComment property. |
void |
setRevisionId(String value)
Sets the value of the revisionId property. |
void |
setRevisionName(String value)
Sets the value of the revisionName property. |
void |
setSize(long value)
Sets the value of the size property. |
void |
setVersionLabels(DocumentXto.VersionLabelsXto value)
Sets the value of the versionLabels property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.DocumentInfoXto |
|---|
getContentType, getDocumentType, setContentType, setDocumentType |
| 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 DocumentXto()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic long getSize()
public void setSize(long value)
public String getRevisionId()
Stringpublic void setRevisionId(String value)
value - allowed object is
Stringpublic String getRevisionName()
Stringpublic void setRevisionName(String value)
value - allowed object is
Stringpublic String getRevisionComment()
Stringpublic void setRevisionComment(String value)
value - allowed object is
Stringpublic DocumentXto.VersionLabelsXto getVersionLabels()
DocumentXto.VersionLabelsXtopublic void setVersionLabels(DocumentXto.VersionLabelsXto value)
value - allowed object is
DocumentXto.VersionLabelsXtopublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||