public class DocumentXto extends DocumentInfoXto
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentXto.VersionLabelsXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DocumentXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getContentType, getDocumentType, setContentType, setDocumentTypegetDateCreated, getDateLastModified, getDescription, getMetaData, getMetaDataType, getName, getOwner, setDateCreated, setDateLastModified, setDescription, setMetaData, setMetaDataType, setName, setOwnerpublic 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()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.