
public class SPBTabel extends Object
Java class for SPB-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPB-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>PubliekrechtelijkeBeperkingCode">
<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>PubliekrechtelijkeBeperkingOmschrijving">
<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="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 |
SPBTabel.Code
Java class for anonymous complex type.
|
static class |
SPBTabel.Omschrijving
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<SPBTabel.Code> |
code |
protected ExtraElementen |
extraElementen |
protected NoValue |
noValue |
protected SPBTabel.Omschrijving |
omschrijving |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
| Constructor and Description |
|---|
SPBTabel() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SPBTabel.Code> |
getCode()
Gets the value of the code property.
|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
SPBTabel.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<SPBTabel.Code> value)
Sets the value of the code property.
|
void |
setExtraElementen(ExtraElementen value)
Sets the value of the extraElementen property.
|
void |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setOmschrijving(SPBTabel.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<SPBTabel.Code> code
protected SPBTabel.Omschrijving omschrijving
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<SPBTabel.Code> getCode()
JAXBElement<SPBTabel.Code>public void setCode(JAXBElement<SPBTabel.Code> value)
value - allowed object is
JAXBElement<SPBTabel.Code>public SPBTabel.Omschrijving getOmschrijving()
SPBTabel.Omschrijvingpublic void setOmschrijving(SPBTabel.Omschrijving value)
value - allowed object is
SPBTabel.Omschrijvingpublic 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.