
public class OHTTabel extends Object
Java class for OHT-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OHT-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>CodeOnderhoudsToestand">
<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>OmschrijvingOnderhoudsToestand">
<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 |
OHTTabel.Code
Java class for anonymous complex type.
|
static class |
OHTTabel.Omschrijving
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<OHTTabel.Code> |
code |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
einddatum |
protected ExtraElementen |
extraElementen |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
ingangsdatum |
protected NoValue |
noValue |
protected JAXBElement<OHTTabel.Omschrijving> |
omschrijving |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
| Constructor and Description |
|---|
OHTTabel() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<OHTTabel.Code> |
getCode()
Gets the value of the code property.
|
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.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
JAXBElement<OHTTabel.Omschrijving> |
getOmschrijving()
Gets the value of the omschrijving property.
|
String |
getSoortEntiteit()
Gets the value of the soortEntiteit property.
|
Verwerkingssoort |
getVerwerkingssoort()
Gets the value of the verwerkingssoort property.
|
void |
setCode(JAXBElement<OHTTabel.Code> value)
Sets the value of the code 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 |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setOmschrijving(JAXBElement<OHTTabel.Omschrijving> value)
Sets the value of the omschrijving 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<OHTTabel.Code> code
protected JAXBElement<OHTTabel.Omschrijving> omschrijving
protected JAXBElement<DatumMetIndicatorKerngegeven> ingangsdatum
protected JAXBElement<DatumMetIndicatorKerngegeven> einddatum
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<OHTTabel.Code> getCode()
JAXBElement<OHTTabel.Code>public void setCode(JAXBElement<OHTTabel.Code> value)
value - allowed object is
JAXBElement<OHTTabel.Code>public JAXBElement<OHTTabel.Omschrijving> getOmschrijving()
JAXBElement<OHTTabel.Omschrijving>public void setOmschrijving(JAXBElement<OHTTabel.Omschrijving> value)
value - allowed object is
JAXBElement<OHTTabel.Omschrijving>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–2017 B3Partners B.V.. All rights reserved.