Class AttachmentType

java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.AttachmentType

public class AttachmentType extends Object

Java class for AttachmentType complex type.

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

 <complexType name="AttachmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="RefURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • data

      protected byte[] data
    • refURI

      protected String refURI
  • Constructor Details

    • AttachmentType

      public AttachmentType()
  • Method Details

    • getData

      public byte[] getData()
      Gets the value of the data property.
      Returns:
      possible object is byte[]
    • setData

      public void setData(byte[] value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is byte[]
    • getRefURI

      public String getRefURI()
      Gets the value of the refURI property.
      Returns:
      possible object is String
    • setRefURI

      public void setRefURI(String value)
      Sets the value of the refURI property.
      Parameters:
      value - allowed object is String