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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.InputDocumentXto

public class InputDocumentXto
extends Object

The InputDocument is used to specify a non existing document including content and targetFolder.

Java class for InputDocument complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InputDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="documentInfo" type="{http://eclipse.org/stardust/ws/v2012a/api}DocumentInfo"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="versionInfo" type="{http://eclipse.org/stardust/ws/v2012a/api}DocumentVersionInfo" minOccurs="0"/>
         <element name="targetFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="globalVariableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
InputDocumentXto()
           
 
Method Summary
 DataHandler getContent()
          Gets the value of the content property.
 DocumentInfoXto getDocumentInfo()
          Gets the value of the documentInfo property.
 String getGlobalVariableId()
          Gets the value of the globalVariableId property.
 String getTargetFolder()
          Gets the value of the targetFolder property.
 DocumentVersionInfoXto getVersionInfo()
          Gets the value of the versionInfo property.
 void setContent(DataHandler value)
          Sets the value of the content property.
 void setDocumentInfo(DocumentInfoXto value)
          Sets the value of the documentInfo property.
 void setGlobalVariableId(String value)
          Sets the value of the globalVariableId property.
 void setTargetFolder(String value)
          Sets the value of the targetFolder property.
 void setVersionInfo(DocumentVersionInfoXto value)
          Sets the value of the versionInfo property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDocumentXto

public InputDocumentXto()
Method Detail

getDocumentInfo

public DocumentInfoXto getDocumentInfo()
Gets the value of the documentInfo property.

Returns:
possible object is DocumentInfoXto

setDocumentInfo

public void setDocumentInfo(DocumentInfoXto value)
Sets the value of the documentInfo property.

Parameters:
value - allowed object is DocumentInfoXto

getContent

public DataHandler getContent()
Gets the value of the content property.

Returns:
possible object is DataHandler

setContent

public void setContent(DataHandler value)
Sets the value of the content property.

Parameters:
value - allowed object is DataHandler

getVersionInfo

public DocumentVersionInfoXto getVersionInfo()
Gets the value of the versionInfo property.

Returns:
possible object is DocumentVersionInfoXto

setVersionInfo

public void setVersionInfo(DocumentVersionInfoXto value)
Sets the value of the versionInfo property.

Parameters:
value - allowed object is DocumentVersionInfoXto

getTargetFolder

public String getTargetFolder()
Gets the value of the targetFolder property.

Returns:
possible object is String

setTargetFolder

public void setTargetFolder(String value)
Sets the value of the targetFolder property.

Parameters:
value - allowed object is String

getGlobalVariableId

public String getGlobalVariableId()
Gets the value of the globalVariableId property.

Returns:
possible object is String

setGlobalVariableId

public void setGlobalVariableId(String value)
Sets the value of the globalVariableId property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.