Class Attachment


  • public class Attachment
    extends Object

    Java class for Attachment complex type.

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

     <complexType name="Attachment">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="base64Attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • base64Attachment

        protected byte[] base64Attachment
    • Constructor Detail

      • Attachment

        public Attachment()
    • Method Detail

      • getBase64Attachment

        public byte[] getBase64Attachment()
        Gets the value of the base64Attachment property.
        Returns:
        possible object is byte[]
      • setBase64Attachment

        public void setBase64Attachment​(byte[] value)
        Sets the value of the base64Attachment property.
        Parameters:
        value - allowed object is byte[]