Package nl.egem.stuf.sector.bg._0204
Class SBITabel
java.lang.Object
nl.egem.stuf.sector.bg._0204.SBITabel
tabel entiteit SBI-code
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>
-
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 ExtraElementen
protected NoValue
protected javax.xml.bind.JAXBElement<SBITabel.SbiCode>
protected javax.xml.bind.JAXBElement<SBITabel.SbiOmschrijving>
protected String
protected Verwerkingssoort
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extraElementen property.Gets the value of the noValue property.javax.xml.bind.JAXBElement<SBITabel.SbiCode>
Gets the value of the sbiCode property.javax.xml.bind.JAXBElement<SBITabel.SbiOmschrijving>
Gets the value of the sbiOmschrijving property.Gets the value of the soortEntiteit property.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
(javax.xml.bind.JAXBElement<SBITabel.SbiCode> value) Sets the value of the sbiCode property.void
setSbiOmschrijving
(javax.xml.bind.JAXBElement<SBITabel.SbiOmschrijving> value) Sets the value of the sbiOmschrijving property.void
setSoortEntiteit
(String value) Sets the value of the soortEntiteit property.void
Sets the value of the verwerkingssoort property.
-
Field Details
-
sbiCode
-
sbiOmschrijving
-
extraElementen
-
soortEntiteit
-
verwerkingssoort
-
noValue
-
-
Constructor Details
-
SBITabel
public SBITabel()
-
-
Method Details
-
getSbiCode
Gets the value of the sbiCode property.- Returns:
- possible object is
JAXBElement
<
SBITabel.SbiCode
>
-
setSbiCode
Sets the value of the sbiCode property.- Parameters:
value
- allowed object isJAXBElement
<
SBITabel.SbiCode
>
-
getSbiOmschrijving
Gets the value of the sbiOmschrijving property.- Returns:
- possible object is
JAXBElement
<
SBITabel.SbiOmschrijving
>
-
setSbiOmschrijving
Sets the value of the sbiOmschrijving property.- Parameters:
value
- allowed object isJAXBElement
<
SBITabel.SbiOmschrijving
>
-
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
-