Package nl.egem.stuf.sector.bg._0204
Class WOSTabel
java.lang.Object
nl.egem.stuf.sector.bg._0204.WOSTabel
tabel entiteit woonobjectsoort
Java class for WOS-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WOS-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>CodeSoortWoonobject"> <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>OmschrijvingSoortWoonobject"> <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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<WOSTabel.Code>
protected javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven>
protected ExtraElementen
protected javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven>
protected NoValue
protected javax.xml.bind.JAXBElement<WOSTabel.Omschrijving>
protected String
protected Verwerkingssoort
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<WOSTabel.Code>
getCode()
Gets the value of the code property.javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven>
Gets the value of the einddatum property.Gets the value of the extraElementen property.javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven>
Gets the value of the ingangsdatum property.Gets the value of the noValue property.javax.xml.bind.JAXBElement<WOSTabel.Omschrijving>
Gets the value of the omschrijving property.Gets the value of the soortEntiteit property.Gets the value of the verwerkingssoort property.void
setCode
(javax.xml.bind.JAXBElement<WOSTabel.Code> value) Sets the value of the code property.void
setEinddatum
(javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> value) Sets the value of the einddatum property.void
setExtraElementen
(ExtraElementen value) Sets the value of the extraElementen property.void
setIngangsdatum
(javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> value) Sets the value of the ingangsdatum property.void
setNoValue
(NoValue value) Sets the value of the noValue property.void
setOmschrijving
(javax.xml.bind.JAXBElement<WOSTabel.Omschrijving> value) Sets the value of the omschrijving property.void
setSoortEntiteit
(String value) Sets the value of the soortEntiteit property.void
Sets the value of the verwerkingssoort property.
-
Field Details
-
code
-
omschrijving
-
ingangsdatum
-
einddatum
-
extraElementen
-
soortEntiteit
-
verwerkingssoort
-
noValue
-
-
Constructor Details
-
WOSTabel
public WOSTabel()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
JAXBElement
<
WOSTabel.Code
>
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isJAXBElement
<
WOSTabel.Code
>
-
getOmschrijving
Gets the value of the omschrijving property.- Returns:
- possible object is
JAXBElement
<
WOSTabel.Omschrijving
>
-
setOmschrijving
Sets the value of the omschrijving property.- Parameters:
value
- allowed object isJAXBElement
<
WOSTabel.Omschrijving
>
-
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
-