Class CtsWsTransportEntity
- java.lang.Object
-
- com.sap.document.sap.soap.functions.mc_style.CtsWsTransportEntity
-
public class CtsWsTransportEntity extends java.lang.ObjectJava class for CtsWsTransportEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CtsWsTransportEntity"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FileHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ApplicationType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ObjectList" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsObjectListEntries"/> <element name="AttachUser" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContentOwner" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FileAttributes" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsFileAttrs"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringapplicationTypeprotected java.lang.StringattachUserprotected java.lang.StringcontentOwnerprotected java.lang.Stringdescriptionprotected CtsFileAttrsfileAttributesprotected java.lang.StringfileHandleprotected CtsWsObjectListEntriesobjectList
-
Constructor Summary
Constructors Constructor Description CtsWsTransportEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationType()Gets the value of the applicationType property.java.lang.StringgetAttachUser()Gets the value of the attachUser property.java.lang.StringgetContentOwner()Gets the value of the contentOwner property.java.lang.StringgetDescription()Gets the value of the description property.CtsFileAttrsgetFileAttributes()Gets the value of the fileAttributes property.java.lang.StringgetFileHandle()Gets the value of the fileHandle property.CtsWsObjectListEntriesgetObjectList()Gets the value of the objectList property.voidsetApplicationType(java.lang.String value)Sets the value of the applicationType property.voidsetAttachUser(java.lang.String value)Sets the value of the attachUser property.voidsetContentOwner(java.lang.String value)Sets the value of the contentOwner property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFileAttributes(CtsFileAttrs value)Sets the value of the fileAttributes property.voidsetFileHandle(java.lang.String value)Sets the value of the fileHandle property.voidsetObjectList(CtsWsObjectListEntries value)Sets the value of the objectList property.
-
-
-
Field Detail
-
fileHandle
protected java.lang.String fileHandle
-
applicationType
protected java.lang.String applicationType
-
objectList
protected CtsWsObjectListEntries objectList
-
attachUser
protected java.lang.String attachUser
-
contentOwner
protected java.lang.String contentOwner
-
description
protected java.lang.String description
-
fileAttributes
protected CtsFileAttrs fileAttributes
-
-
Method Detail
-
getFileHandle
public java.lang.String getFileHandle()
Gets the value of the fileHandle property.- Returns:
- possible object is
String
-
setFileHandle
public void setFileHandle(java.lang.String value)
Sets the value of the fileHandle property.- Parameters:
value- allowed object isString
-
getApplicationType
public java.lang.String getApplicationType()
Gets the value of the applicationType property.- Returns:
- possible object is
String
-
setApplicationType
public void setApplicationType(java.lang.String value)
Sets the value of the applicationType property.- Parameters:
value- allowed object isString
-
getObjectList
public CtsWsObjectListEntries getObjectList()
Gets the value of the objectList property.- Returns:
- possible object is
CtsWsObjectListEntries
-
setObjectList
public void setObjectList(CtsWsObjectListEntries value)
Sets the value of the objectList property.- Parameters:
value- allowed object isCtsWsObjectListEntries
-
getAttachUser
public java.lang.String getAttachUser()
Gets the value of the attachUser property.- Returns:
- possible object is
String
-
setAttachUser
public void setAttachUser(java.lang.String value)
Sets the value of the attachUser property.- Parameters:
value- allowed object isString
-
getContentOwner
public java.lang.String getContentOwner()
Gets the value of the contentOwner property.- Returns:
- possible object is
String
-
setContentOwner
public void setContentOwner(java.lang.String value)
Sets the value of the contentOwner property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFileAttributes
public CtsFileAttrs getFileAttributes()
Gets the value of the fileAttributes property.- Returns:
- possible object is
CtsFileAttrs
-
setFileAttributes
public void setFileAttributes(CtsFileAttrs value)
Sets the value of the fileAttributes property.- Parameters:
value- allowed object isCtsFileAttrs
-
-