public class CtsWsTransportEntity extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationType |
protected String |
attachUser |
protected String |
contentOwner |
protected String |
description |
protected CtsFileAttrs |
fileAttributes |
protected String |
fileHandle |
protected CtsWsObjectListEntries |
objectList |
| Constructor and Description |
|---|
CtsWsTransportEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationType()
Gets the value of the applicationType property.
|
String |
getAttachUser()
Gets the value of the attachUser property.
|
String |
getContentOwner()
Gets the value of the contentOwner property.
|
String |
getDescription()
Gets the value of the description property.
|
CtsFileAttrs |
getFileAttributes()
Gets the value of the fileAttributes property.
|
String |
getFileHandle()
Gets the value of the fileHandle property.
|
CtsWsObjectListEntries |
getObjectList()
Gets the value of the objectList property.
|
void |
setApplicationType(String value)
Sets the value of the applicationType property.
|
void |
setAttachUser(String value)
Sets the value of the attachUser property.
|
void |
setContentOwner(String value)
Sets the value of the contentOwner property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFileAttributes(CtsFileAttrs value)
Sets the value of the fileAttributes property.
|
void |
setFileHandle(String value)
Sets the value of the fileHandle property.
|
void |
setObjectList(CtsWsObjectListEntries value)
Sets the value of the objectList property.
|
protected String fileHandle
protected String applicationType
protected CtsWsObjectListEntries objectList
protected String attachUser
protected String contentOwner
protected String description
protected CtsFileAttrs fileAttributes
public String getFileHandle()
Stringpublic void setFileHandle(String value)
value - allowed object is
Stringpublic String getApplicationType()
Stringpublic void setApplicationType(String value)
value - allowed object is
Stringpublic CtsWsObjectListEntries getObjectList()
CtsWsObjectListEntriespublic void setObjectList(CtsWsObjectListEntries value)
value - allowed object is
CtsWsObjectListEntriespublic String getAttachUser()
Stringpublic void setAttachUser(String value)
value - allowed object is
Stringpublic String getContentOwner()
Stringpublic void setContentOwner(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic CtsFileAttrs getFileAttributes()
CtsFileAttrspublic void setFileAttributes(CtsFileAttrs value)
value - allowed object is
CtsFileAttrsCopyright © 2017 SAP SE. All Rights Reserved.