Class OTRSTicketGetResponseAttachment

  • All Implemented Interfaces:
    Serializable

    public class OTRSTicketGetResponseAttachment
    extends Object
    implements Serializable

    Java class for OTRS_TicketGetResponse_Attachment complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OTRS_TicketGetResponse_Attachment">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="ContentAlternative" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ContentID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Filesize" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="FilesizeRaw" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • content

        protected byte[] content
      • contentAlternative

        protected String contentAlternative
      • contentID

        protected String contentID
      • contentType

        protected String contentType
      • filename

        protected String filename
      • filesize

        protected String filesize
      • filesizeRaw

        protected String filesizeRaw
    • Constructor Detail

      • OTRSTicketGetResponseAttachment

        public OTRSTicketGetResponseAttachment()
    • Method Detail

      • getContent

        public byte[] getContent()
        Gets the value of the content property.
        Returns:
        possible object is byte[]
      • setContent

        public void setContent​(byte[] value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is byte[]
      • getContentAlternative

        public String getContentAlternative()
        Gets the value of the contentAlternative property.
        Returns:
        possible object is String
      • setContentAlternative

        public void setContentAlternative​(String value)
        Sets the value of the contentAlternative property.
        Parameters:
        value - allowed object is String
      • getContentID

        public String getContentID()
        Gets the value of the contentID property.
        Returns:
        possible object is String
      • setContentID

        public void setContentID​(String value)
        Sets the value of the contentID property.
        Parameters:
        value - allowed object is String
      • getContentType

        public String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        public void setContentType​(String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String
      • getFilename

        public String getFilename()
        Gets the value of the filename property.
        Returns:
        possible object is String
      • setFilename

        public void setFilename​(String value)
        Sets the value of the filename property.
        Parameters:
        value - allowed object is String
      • getFilesize

        public String getFilesize()
        Gets the value of the filesize property.
        Returns:
        possible object is String
      • setFilesize

        public void setFilesize​(String value)
        Sets the value of the filesize property.
        Parameters:
        value - allowed object is String
      • getFilesizeRaw

        public String getFilesizeRaw()
        Gets the value of the filesizeRaw property.
        Returns:
        possible object is String
      • setFilesizeRaw

        public void setFilesizeRaw​(String value)
        Sets the value of the filesizeRaw property.
        Parameters:
        value - allowed object is String