Class Codelijst
java.lang.Object
nl.geostandaarden.mim_1_2.relatierol.DatatypeAbstract
nl.geostandaarden.mim_1_2.relatierol.Codelijst
- All Implemented Interfaces:
AttribuutsoortType
,org.jvnet.jaxb.lang.Child
Java class for Codelijst complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Codelijst">
<complexContent>
<extension base="{http://www.geostandaarden.nl/mim/mim-core/1.2}Datatype">
<sequence>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="begrip" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="herkomst" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="definitie" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}xhtmlText"/>
<element name="herkomstDefinitie" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="toelichting" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}xhtmlText" minOccurs="0"/>
<element name="datumOpname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locatie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="doelformaat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="waardeItem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="profielspecificatie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}kenmerken" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.geostandaarden.mim_1_2.relatierol.DatatypeAbstract
DatatypeAbstract.Supertypen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected XhtmlText
protected String
protected String
protected String
protected Kenmerken
protected String
protected String
protected String
protected XhtmlText
protected String
Fields inherited from class nl.geostandaarden.mim_1_2.relatierol.DatatypeAbstract
id, index, supertypen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.boolean
getAlias()
Gets the value of the alias property.Gets the value of the begrip property.Gets the value of the datumOpname property.Gets the value of the definitie property.Gets the value of the doelformaat property.Gets the value of the herkomst property.Gets the value of the herkomstDefinitie property.Gets the value of the kenmerken property.Gets the value of the locatie property.getNaam()
Gets the value of the naam property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the profielspecificatie property.Gets the value of the toelichting property.Gets the value of the waardeItem property.int
hashCode()
void
Sets the value of the alias property.void
setDatumOpname
(String value) Sets the value of the datumOpname property.void
setDefinitie
(XhtmlText value) Sets the value of the definitie property.void
setDoelformaat
(String value) Sets the value of the doelformaat property.void
setHerkomst
(String value) Sets the value of the herkomst property.void
setHerkomstDefinitie
(String value) Sets the value of the herkomstDefinitie property.void
setKenmerken
(Kenmerken value) Sets the value of the kenmerken property.void
setLocatie
(String value) Sets the value of the locatie property.void
Sets the value of the naam property.void
void
setProfielspecificatie
(String value) Sets the value of the profielspecificatie property.void
setToelichting
(XhtmlText value) Sets the value of the toelichting property.void
setWaardeItem
(String value) Sets the value of the waardeItem property.Sets the value of the alias property.withBegrip
(String... values) Adds objects to the list of Begrip using add methodwithBegrip
(Collection<String> values) Adds objects to the list of Begrip using addAll methodwithDatumOpname
(String value) Sets the value of the datumOpname property.withDefinitie
(XhtmlText value) Sets the value of the definitie property.withDoelformaat
(String value) Sets the value of the doelformaat property.withHerkomst
(String value) Sets the value of the herkomst property.withHerkomstDefinitie
(String value) Sets the value of the herkomstDefinitie property.Sets the value of the id property.withIndex
(BigInteger value) Sets the value of the index property.withKenmerken
(Kenmerken value) Sets the value of the kenmerken property.withLocatie
(String value) Sets the value of the locatie property.Sets the value of the naam property.withParent
(Object parent) withProfielspecificatie
(String value) Sets the value of the profielspecificatie property.Sets the value of the supertypen property.withToelichting
(XhtmlText value) Sets the value of the toelichting property.withWaardeItem
(String value) Sets the value of the waardeItem property.Methods inherited from class nl.geostandaarden.mim_1_2.relatierol.DatatypeAbstract
getId, getIndex, getSupertypen, setId, setIndex, setSupertypen
-
Field Details
-
naam
-
begrip
-
alias
-
herkomst
-
definitie
-
herkomstDefinitie
-
toelichting
-
datumOpname
-
locatie
-
doelformaat
-
waardeItem
-
profielspecificatie
-
kenmerken
-
-
Constructor Details
-
Codelijst
public Codelijst()
-
-
Method Details
-
getNaam
Gets the value of the naam property.- Returns:
- possible object is
String
-
setNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
-
getBegrip
Gets the value of the begrip property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the begrip property.For example, to add a new item, do as follows:
getBegrip().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the begrip property.
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
-
getHerkomst
Gets the value of the herkomst property.- Returns:
- possible object is
String
-
setHerkomst
Sets the value of the herkomst property.- Parameters:
value
- allowed object isString
-
getDefinitie
Gets the value of the definitie property.- Returns:
- possible object is
XhtmlText
-
setDefinitie
Sets the value of the definitie property.- Parameters:
value
- allowed object isXhtmlText
-
getHerkomstDefinitie
Gets the value of the herkomstDefinitie property.- Returns:
- possible object is
String
-
setHerkomstDefinitie
Sets the value of the herkomstDefinitie property.- Parameters:
value
- allowed object isString
-
getToelichting
Gets the value of the toelichting property.- Returns:
- possible object is
XhtmlText
-
setToelichting
Sets the value of the toelichting property.- Parameters:
value
- allowed object isXhtmlText
-
getDatumOpname
Gets the value of the datumOpname property.- Returns:
- possible object is
String
-
setDatumOpname
Sets the value of the datumOpname property.- Parameters:
value
- allowed object isString
-
getLocatie
Gets the value of the locatie property.- Returns:
- possible object is
String
-
setLocatie
Sets the value of the locatie property.- Parameters:
value
- allowed object isString
-
getDoelformaat
Gets the value of the doelformaat property.- Returns:
- possible object is
String
-
setDoelformaat
Sets the value of the doelformaat property.- Parameters:
value
- allowed object isString
-
getWaardeItem
Gets the value of the waardeItem property.- Returns:
- possible object is
String
-
setWaardeItem
Sets the value of the waardeItem property.- Parameters:
value
- allowed object isString
-
getProfielspecificatie
Gets the value of the profielspecificatie property.- Returns:
- possible object is
String
-
setProfielspecificatie
Sets the value of the profielspecificatie property.- Parameters:
value
- allowed object isString
-
getKenmerken
Gets the value of the kenmerken property.- Returns:
- possible object is
Kenmerken
-
setKenmerken
Sets the value of the kenmerken property.- Parameters:
value
- allowed object isKenmerken
-
equals
- Overrides:
equals
in classDatatypeAbstract
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDatatypeAbstract
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document.- Specified by:
getParent
in interfaceorg.jvnet.jaxb.lang.Child
- Overrides:
getParent
in classDatatypeAbstract
- Returns:
- The parent object.
-
setParent
- Specified by:
setParent
in interfaceorg.jvnet.jaxb.lang.Child
- Overrides:
setParent
in classDatatypeAbstract
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshal
in classDatatypeAbstract
- Parameters:
unmarshaller
- The unmarshaller that generated the instance.parent
- The parent object in the object tree.
-
withNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBegrip
Adds objects to the list of Begrip using add method- Parameters:
values
- objects to add to the list Begrip- Returns:
- The class instance
-
withBegrip
Adds objects to the list of Begrip using addAll method- Parameters:
values
- objects to add to the list Begrip- Returns:
- The class instance
-
withAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withHerkomst
Sets the value of the herkomst property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDefinitie
Sets the value of the definitie property.- Parameters:
value
- allowed object isXhtmlText
- Returns:
- The class instance
-
withHerkomstDefinitie
Sets the value of the herkomstDefinitie property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withToelichting
Sets the value of the toelichting property.- Parameters:
value
- allowed object isXhtmlText
- Returns:
- The class instance
-
withDatumOpname
Sets the value of the datumOpname property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLocatie
Sets the value of the locatie property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDoelformaat
Sets the value of the doelformaat property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withWaardeItem
Sets the value of the waardeItem property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withProfielspecificatie
Sets the value of the profielspecificatie property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withKenmerken
Sets the value of the kenmerken property.- Parameters:
value
- allowed object isKenmerken
- Returns:
- The class instance
-
withParent
- Overrides:
withParent
in classDatatypeAbstract
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-
withSupertypen
Sets the value of the supertypen property.- Overrides:
withSupertypen
in classDatatypeAbstract
- Parameters:
value
- allowed object isDatatypeAbstract.Supertypen
- Returns:
- The class instance
-
withId
Sets the value of the id property.- Overrides:
withId
in classDatatypeAbstract
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withIndex
Sets the value of the index property.- Overrides:
withIndex
in classDatatypeAbstract
- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-