public class InputDocumentXto extends Object
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 and Description |
|---|
InputDocumentXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DocumentInfoXto getDocumentInfo()
DocumentInfoXtopublic void setDocumentInfo(DocumentInfoXto value)
value - allowed object is
DocumentInfoXtopublic DataHandler getContent()
DataHandlerpublic void setContent(DataHandler value)
value - allowed object is
DataHandlerpublic DocumentVersionInfoXto getVersionInfo()
DocumentVersionInfoXtopublic void setVersionInfo(DocumentVersionInfoXto value)
value - allowed object is
DocumentVersionInfoXtopublic String getTargetFolder()
Stringpublic void setTargetFolder(String value)
value - allowed object is
Stringpublic String getGlobalVariableId()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.