Package nl.egem.stuf.sector.bg._0204
Class LNDTabel
java.lang.Object
nl.egem.stuf.sector.bg._0204.LNDTabel
tabel entiteit land
Java class for LND-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LND-tabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="landcode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Landcode">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
<attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="landnaam" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Landnaam">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
<attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="ingangsdatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
<element name="einddatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
<element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}tabel"/>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JAXBElement<DatumMetIndicatorKerngegeven>protected ExtraElementenprotected JAXBElement<DatumMetIndicatorKerngegeven>protected JAXBElement<LNDTabel.Landcode>protected JAXBElement<LNDTabel.Landnaam>protected NoValueprotected Stringprotected Verwerkingssoort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the einddatum property.Gets the value of the extraElementen property.Gets the value of the ingangsdatum property.Gets the value of the landcode property.Gets the value of the landnaam property.Gets the value of the noValue property.Gets the value of the soortEntiteit property.Gets the value of the verwerkingssoort property.voidSets the value of the einddatum property.voidsetExtraElementen(ExtraElementen value) Sets the value of the extraElementen property.voidSets the value of the ingangsdatum property.voidsetLandcode(JAXBElement<LNDTabel.Landcode> value) Sets the value of the landcode property.voidsetLandnaam(JAXBElement<LNDTabel.Landnaam> value) Sets the value of the landnaam property.voidsetNoValue(NoValue value) Sets the value of the noValue property.voidsetSoortEntiteit(String value) Sets the value of the soortEntiteit property.voidSets the value of the verwerkingssoort property.
-
Field Details
-
landcode
-
landnaam
-
ingangsdatum
-
einddatum
-
extraElementen
-
soortEntiteit
-
verwerkingssoort
-
noValue
-
-
Constructor Details
-
LNDTabel
public LNDTabel()
-
-
Method Details
-
getLandcode
Gets the value of the landcode property.- Returns:
- possible object is
JAXBElement<LNDTabel.Landcode>
-
setLandcode
Sets the value of the landcode property.- Parameters:
value- allowed object isJAXBElement<LNDTabel.Landcode>
-
getLandnaam
Gets the value of the landnaam property.- Returns:
- possible object is
JAXBElement<LNDTabel.Landnaam>
-
setLandnaam
Sets the value of the landnaam property.- Parameters:
value- allowed object isJAXBElement<LNDTabel.Landnaam>
-
getIngangsdatum
Gets the value of the ingangsdatum property.- Returns:
- possible object is
JAXBElement<DatumMetIndicatorKerngegeven>
-
setIngangsdatum
Sets the value of the ingangsdatum property.- Parameters:
value- allowed object isJAXBElement<DatumMetIndicatorKerngegeven>
-
getEinddatum
Gets the value of the einddatum property.- Returns:
- possible object is
JAXBElement<DatumMetIndicatorKerngegeven>
-
setEinddatum
Sets the value of the einddatum property.- Parameters:
value- allowed object isJAXBElement<DatumMetIndicatorKerngegeven>
-
getExtraElementen
Gets the value of the extraElementen property.- Returns:
- possible object is
ExtraElementen
-
setExtraElementen
Sets the value of the extraElementen property.- Parameters:
value- allowed object isExtraElementen
-
getSoortEntiteit
Gets the value of the soortEntiteit property.- Returns:
- possible object is
String
-
setSoortEntiteit
Sets the value of the soortEntiteit property.- Parameters:
value- allowed object isString
-
getVerwerkingssoort
Gets the value of the verwerkingssoort property.- Returns:
- possible object is
Verwerkingssoort
-
setVerwerkingssoort
Sets the value of the verwerkingssoort property.- Parameters:
value- allowed object isVerwerkingssoort
-
getNoValue
Gets the value of the noValue property.- Returns:
- possible object is
NoValue
-
setNoValue
Sets the value of the noValue property.- Parameters:
value- allowed object isNoValue
-