Class Attachment


  • public class Attachment
    extends Object
    <p>Java class for Attachment complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Attachment"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="base64Attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • 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[]