Class AfgifteBestandType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701.AfgifteType
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701.AfgifteBestandType
-
public class AfgifteBestandType extends AfgifteType
<p>Java class for AfgifteBestandType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="AfgifteBestandType"> <complexContent> <extension base="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandophalenresultaat/afgifte/v20130701}AfgifteType"> <sequence> <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandophalenresultaat/bestand/v20130701}Attachment"/> </sequence> </extension> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Attachmentattachment-
Fields inherited from class nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701.AfgifteType
afgifteID, bestand
-
-
Constructor Summary
Constructors Constructor Description AfgifteBestandType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentgetAttachment()Gets the value of the attachment property.voidsetAttachment(Attachment value)Sets the value of the attachment property.-
Methods inherited from class nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701.AfgifteType
getAfgifteID, getBestand, setAfgifteID, setBestand
-
-
-
-
Field Detail
-
attachment
protected Attachment attachment
-
-
Method Detail
-
getAttachment
public Attachment getAttachment()
Gets the value of the attachment property.- Returns:
- possible object is
Attachment
-
setAttachment
public void setAttachment(Attachment value)
Sets the value of the attachment property.- Parameters:
value- allowed object isAttachment
-
-