Class AttachmentType
java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.AttachmentType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
protected byte[] data -
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
Gets the value of the refURI property.- Returns:
- possible object is
String
-
setRefURI
Sets the value of the refURI property.- Parameters:
value- allowed object isString
-