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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ResourceInfoXto
      extended by org.eclipse.stardust.engine.api.ws.DocumentInfoXto
Direct Known Subclasses:
DocumentXto

public class DocumentInfoXto
extends ResourceInfoXto

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

DocumentInfoXto

public DocumentInfoXto()
Method Detail

getContentType

public String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

getDocumentType

public DocumentTypeXto getDocumentType()
Gets the value of the documentType property.

Returns:
possible object is DocumentTypeXto

setDocumentType

public void setDocumentType(DocumentTypeXto value)
Sets the value of the documentType property.

Parameters:
value - allowed object is DocumentTypeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.