Class CtsWsTransportEntity


  • public class CtsWsTransportEntity
    extends java.lang.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 Detail

      • fileHandle

        protected java.lang.String fileHandle
      • applicationType

        protected java.lang.String applicationType
      • attachUser

        protected java.lang.String attachUser
      • contentOwner

        protected java.lang.String contentOwner
      • description

        protected java.lang.String description
    • Constructor Detail

      • CtsWsTransportEntity

        public CtsWsTransportEntity()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 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