Package nl.egem.stuf.sector.bg._0204
Class NATTabel
java.lang.Object
nl.egem.stuf.sector.bg._0204.NATTabel
tabel entiteit nationaliteit
Java class for NAT-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAT-tabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Nationaliteitscode">
<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="omschrijving" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>NationaliteitOmschrijving">
<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="datumVerkrijging" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
<element name="datumVerlies" 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<NATTabel.Code>protected JAXBElement<DatumMetIndicatorKerngegeven>protected JAXBElement<DatumMetIndicatorKerngegeven>protected ExtraElementenprotected NoValueprotected JAXBElement<NATTabel.Omschrijving>protected Stringprotected Verwerkingssoort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the datumVerkrijging property.Gets the value of the datumVerlies property.Gets the value of the extraElementen property.Gets the value of the noValue property.Gets the value of the omschrijving property.Gets the value of the soortEntiteit property.Gets the value of the verwerkingssoort property.voidsetCode(JAXBElement<NATTabel.Code> value) Sets the value of the code property.voidSets the value of the datumVerkrijging property.voidSets the value of the datumVerlies property.voidsetExtraElementen(ExtraElementen value) Sets the value of the extraElementen property.voidsetNoValue(NoValue value) Sets the value of the noValue property.voidSets the value of the omschrijving property.voidsetSoortEntiteit(String value) Sets the value of the soortEntiteit property.voidSets the value of the verwerkingssoort property.
-
Field Details
-
code
-
omschrijving
-
datumVerkrijging
-
datumVerlies
-
extraElementen
-
soortEntiteit
-
verwerkingssoort
-
noValue
-
-
Constructor Details
-
NATTabel
public NATTabel()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
JAXBElement<NATTabel.Code>
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isJAXBElement<NATTabel.Code>
-
getOmschrijving
Gets the value of the omschrijving property.- Returns:
- possible object is
JAXBElement<NATTabel.Omschrijving>
-
setOmschrijving
Sets the value of the omschrijving property.- Parameters:
value- allowed object isJAXBElement<NATTabel.Omschrijving>
-
getDatumVerkrijging
Gets the value of the datumVerkrijging property.- Returns:
- possible object is
JAXBElement<DatumMetIndicatorKerngegeven>
-
setDatumVerkrijging
Sets the value of the datumVerkrijging property.- Parameters:
value- allowed object isJAXBElement<DatumMetIndicatorKerngegeven>
-
getDatumVerlies
Gets the value of the datumVerlies property.- Returns:
- possible object is
JAXBElement<DatumMetIndicatorKerngegeven>
-
setDatumVerlies
Sets the value of the datumVerlies 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
-