
public class LNDTabel extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
LNDTabel.Landcode
Java class for anonymous complex type.
|
static class |
LNDTabel.Landnaam
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<DatumMetIndicatorKerngegeven> |
einddatum |
protected ExtraElementen |
extraElementen |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
ingangsdatum |
protected JAXBElement<LNDTabel.Landcode> |
landcode |
protected JAXBElement<LNDTabel.Landnaam> |
landnaam |
protected NoValue |
noValue |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
| Constructor and Description |
|---|
LNDTabel() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<DatumMetIndicatorKerngegeven> |
getEinddatum()
Gets the value of the einddatum property.
|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
JAXBElement<DatumMetIndicatorKerngegeven> |
getIngangsdatum()
Gets the value of the ingangsdatum property.
|
JAXBElement<LNDTabel.Landcode> |
getLandcode()
Gets the value of the landcode property.
|
JAXBElement<LNDTabel.Landnaam> |
getLandnaam()
Gets the value of the landnaam property.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
String |
getSoortEntiteit()
Gets the value of the soortEntiteit property.
|
Verwerkingssoort |
getVerwerkingssoort()
Gets the value of the verwerkingssoort property.
|
void |
setEinddatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
Sets the value of the einddatum property.
|
void |
setExtraElementen(ExtraElementen value)
Sets the value of the extraElementen property.
|
void |
setIngangsdatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
Sets the value of the ingangsdatum property.
|
void |
setLandcode(JAXBElement<LNDTabel.Landcode> value)
Sets the value of the landcode property.
|
void |
setLandnaam(JAXBElement<LNDTabel.Landnaam> value)
Sets the value of the landnaam property.
|
void |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setSoortEntiteit(String value)
Sets the value of the soortEntiteit property.
|
void |
setVerwerkingssoort(Verwerkingssoort value)
Sets the value of the verwerkingssoort property.
|
protected JAXBElement<LNDTabel.Landcode> landcode
protected JAXBElement<LNDTabel.Landnaam> landnaam
protected JAXBElement<DatumMetIndicatorKerngegeven> ingangsdatum
protected JAXBElement<DatumMetIndicatorKerngegeven> einddatum
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<LNDTabel.Landcode> getLandcode()
JAXBElement<LNDTabel.Landcode>public void setLandcode(JAXBElement<LNDTabel.Landcode> value)
value - allowed object is
JAXBElement<LNDTabel.Landcode>public JAXBElement<LNDTabel.Landnaam> getLandnaam()
JAXBElement<LNDTabel.Landnaam>public void setLandnaam(JAXBElement<LNDTabel.Landnaam> value)
value - allowed object is
JAXBElement<LNDTabel.Landnaam>public JAXBElement<DatumMetIndicatorKerngegeven> getIngangsdatum()
JAXBElement<DatumMetIndicatorKerngegeven>public void setIngangsdatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
value - allowed object is
JAXBElement<DatumMetIndicatorKerngegeven>public JAXBElement<DatumMetIndicatorKerngegeven> getEinddatum()
JAXBElement<DatumMetIndicatorKerngegeven>public void setEinddatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
value - allowed object is
JAXBElement<DatumMetIndicatorKerngegeven>public ExtraElementen getExtraElementen()
ExtraElementenpublic void setExtraElementen(ExtraElementen value)
value - allowed object is
ExtraElementenpublic String getSoortEntiteit()
Stringpublic void setSoortEntiteit(String value)
value - allowed object is
Stringpublic Verwerkingssoort getVerwerkingssoort()
Verwerkingssoortpublic void setVerwerkingssoort(Verwerkingssoort value)
value - allowed object is
Verwerkingssoortpublic NoValue getNoValue()
NoValueCopyright © 2014–2018 B3Partners B.V.. All rights reserved.