Class Attachment
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.bestand.v20130701.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 Summary
Fields Modifier and Type Field Description protected byte[]base64Attachment
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBase64Attachment()Gets the value of the base64Attachment property.voidsetBase64Attachment(byte[] value)Sets the value of the base64Attachment property.
-
-
-
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[]
-
-