Class CtsWsTransportEntity

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsTransportEntity

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>
 
  • Field Details

    • fileHandle

      protected String fileHandle
    • applicationType

      protected String applicationType
    • objectList

      protected CtsWsObjectListEntries objectList
    • attachUser

      protected String attachUser
    • contentOwner

      protected String contentOwner
    • description

      protected String description
    • fileAttributes

      protected CtsFileAttrs fileAttributes
  • Constructor Details

    • CtsWsTransportEntity

      public CtsWsTransportEntity()
  • Method Details

    • getFileHandle

      public String getFileHandle()
      Gets the value of the fileHandle property.
      Returns:
      possible object is String
    • setFileHandle

      public void setFileHandle(String value)
      Sets the value of the fileHandle property.
      Parameters:
      value - allowed object is String
    • getApplicationType

      public String getApplicationType()
      Gets the value of the applicationType property.
      Returns:
      possible object is String
    • setApplicationType

      public void setApplicationType(String value)
      Sets the value of the applicationType property.
      Parameters:
      value - allowed object is String
    • 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 is CtsWsObjectListEntries
    • getAttachUser

      public String getAttachUser()
      Gets the value of the attachUser property.
      Returns:
      possible object is String
    • setAttachUser

      public void setAttachUser(String value)
      Sets the value of the attachUser property.
      Parameters:
      value - allowed object is String
    • getContentOwner

      public String getContentOwner()
      Gets the value of the contentOwner property.
      Returns:
      possible object is String
    • setContentOwner

      public void setContentOwner(String value)
      Sets the value of the contentOwner property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • 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 is CtsFileAttrs