Class KlantAfgiftenummerReeksType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_proces.v20170401.KlantAfgiftenummerReeksType
Java class for KlantAfgiftenummerReeksType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KlantAfgiftenummerReeksType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="klantAfgiftenummerVanaf" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="klantAfgiftenummerTotmet" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the klantAfgiftenummerTotmet property.Gets the value of the klantAfgiftenummerVanaf property.voidSets the value of the klantAfgiftenummerTotmet property.voidSets the value of the klantAfgiftenummerVanaf property.
-
Field Details
-
klantAfgiftenummerVanaf
-
klantAfgiftenummerTotmet
-
-
Constructor Details
-
KlantAfgiftenummerReeksType
public KlantAfgiftenummerReeksType()
-
-
Method Details
-
getKlantAfgiftenummerVanaf
Gets the value of the klantAfgiftenummerVanaf property.- Returns:
- possible object is
BigInteger
-
setKlantAfgiftenummerVanaf
Sets the value of the klantAfgiftenummerVanaf property.- Parameters:
value- allowed object isBigInteger
-
getKlantAfgiftenummerTotmet
Gets the value of the klantAfgiftenummerTotmet property.- Returns:
- possible object is
BigInteger
-
setKlantAfgiftenummerTotmet
Sets the value of the klantAfgiftenummerTotmet property.- Parameters:
value- allowed object isBigInteger
-