
public class SBITabel extends Object
Java class for SBI-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SBI-tabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sbiCode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>SBICode">
<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="sbiOmschrijving" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>SBIOmschrijving">
<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 |
SBITabel.SbiCode
Java class for anonymous complex type.
|
static class |
SBITabel.SbiOmschrijving
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExtraElementen |
extraElementen |
protected NoValue |
noValue |
protected JAXBElement<SBITabel.SbiCode> |
sbiCode |
protected JAXBElement<SBITabel.SbiOmschrijving> |
sbiOmschrijving |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
| Constructor and Description |
|---|
SBITabel() |
| Modifier and Type | Method and Description |
|---|---|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
JAXBElement<SBITabel.SbiCode> |
getSbiCode()
Gets the value of the sbiCode property.
|
JAXBElement<SBITabel.SbiOmschrijving> |
getSbiOmschrijving()
Gets the value of the sbiOmschrijving property.
|
String |
getSoortEntiteit()
Gets the value of the soortEntiteit property.
|
Verwerkingssoort |
getVerwerkingssoort()
Gets the value of the verwerkingssoort property.
|
void |
setExtraElementen(ExtraElementen value)
Sets the value of the extraElementen property.
|
void |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setSbiCode(JAXBElement<SBITabel.SbiCode> value)
Sets the value of the sbiCode property.
|
void |
setSbiOmschrijving(JAXBElement<SBITabel.SbiOmschrijving> value)
Sets the value of the sbiOmschrijving 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<SBITabel.SbiCode> sbiCode
protected JAXBElement<SBITabel.SbiOmschrijving> sbiOmschrijving
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<SBITabel.SbiCode> getSbiCode()
JAXBElement<SBITabel.SbiCode>public void setSbiCode(JAXBElement<SBITabel.SbiCode> value)
value - allowed object is
JAXBElement<SBITabel.SbiCode>public JAXBElement<SBITabel.SbiOmschrijving> getSbiOmschrijving()
JAXBElement<SBITabel.SbiOmschrijving>public void setSbiOmschrijving(JAXBElement<SBITabel.SbiOmschrijving> value)
value - allowed object is
JAXBElement<SBITabel.SbiOmschrijving>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–2020 B3Partners B.V.. All rights reserved.