|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.InputDocumentXto
public class InputDocumentXto
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 |
|---|
public InputDocumentXto()
| Method Detail |
|---|
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()
Stringpublic void setGlobalVariableId(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||