org.eclipse.stardust.engine.api.ws
Class DocumentXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ResourceInfoXto
      extended by org.eclipse.stardust.engine.api.ws.DocumentInfoXto
          extended by org.eclipse.stardust.engine.api.ws.DocumentXto

public class DocumentXto
extends DocumentInfoXto

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

DocumentXto

public DocumentXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getSize

public long getSize()
Gets the value of the size property.


setSize

public void setSize(long value)
Sets the value of the size property.


getRevisionId

public String getRevisionId()
Gets the value of the revisionId property.

Returns:
possible object is String

setRevisionId

public void setRevisionId(String value)
Sets the value of the revisionId property.

Parameters:
value - allowed object is String

getRevisionName

public String getRevisionName()
Gets the value of the revisionName property.

Returns:
possible object is String

setRevisionName

public void setRevisionName(String value)
Sets the value of the revisionName property.

Parameters:
value - allowed object is String

getRevisionComment

public String getRevisionComment()
Gets the value of the revisionComment property.

Returns:
possible object is String

setRevisionComment

public void setRevisionComment(String value)
Sets the value of the revisionComment property.

Parameters:
value - allowed object is String

getVersionLabels

public DocumentXto.VersionLabelsXto getVersionLabels()
Gets the value of the versionLabels property.

Returns:
possible object is DocumentXto.VersionLabelsXto

setVersionLabels

public void setVersionLabels(DocumentXto.VersionLabelsXto value)
Sets the value of the versionLabels property.

Parameters:
value - allowed object is DocumentXto.VersionLabelsXto

getEncoding

public String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.