Class CtsWsTransportEntity
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsTransportEntity
Java 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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected CtsFileAttrsprotected Stringprotected CtsWsObjectListEntries -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationType property.Gets the value of the attachUser property.Gets the value of the contentOwner property.Gets the value of the description property.Gets the value of the fileAttributes property.Gets the value of the fileHandle property.Gets the value of the objectList property.voidsetApplicationType(String value) Sets the value of the applicationType property.voidsetAttachUser(String value) Sets the value of the attachUser property.voidsetContentOwner(String value) Sets the value of the contentOwner property.voidsetDescription(String value) Sets the value of the description property.voidsetFileAttributes(CtsFileAttrs value) Sets the value of the fileAttributes property.voidsetFileHandle(String value) Sets the value of the fileHandle property.voidSets the value of the objectList property.
-
Field Details
-
fileHandle
-
applicationType
-
objectList
-
attachUser
-
contentOwner
-
description
-
fileAttributes
-
-
Constructor Details
-
CtsWsTransportEntity
public CtsWsTransportEntity()
-
-
Method Details
-
getFileHandle
Gets the value of the fileHandle property.- Returns:
- possible object is
String
-
setFileHandle
Sets the value of the fileHandle property.- Parameters:
value- allowed object isString
-
getApplicationType
Gets the value of the applicationType property.- Returns:
- possible object is
String
-
setApplicationType
Sets the value of the applicationType property.- Parameters:
value- allowed object isString
-
getObjectList
Gets the value of the objectList property.- Returns:
- possible object is
CtsWsObjectListEntries
-
setObjectList
Sets the value of the objectList property.- Parameters:
value- allowed object isCtsWsObjectListEntries
-
getAttachUser
Gets the value of the attachUser property.- Returns:
- possible object is
String
-
setAttachUser
Sets the value of the attachUser property.- Parameters:
value- allowed object isString
-
getContentOwner
Gets the value of the contentOwner property.- Returns:
- possible object is
String
-
setContentOwner
Sets the value of the contentOwner property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFileAttributes
Gets the value of the fileAttributes property.- Returns:
- possible object is
CtsFileAttrs
-
setFileAttributes
Sets the value of the fileAttributes property.- Parameters:
value- allowed object isCtsFileAttrs
-