Class Enumeratiewaarde
java.lang.Object
nl.geostandaarden.mim_1_2.relatierol.Enumeratiewaarde
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
Java class for Enumeratiewaarde complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Enumeratiewaarde">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="definitie" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}xhtmlText" minOccurs="0"/>
<element name="herkomstDefinitie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="code" 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>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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
getCode()
Gets the value of the code property.Gets the value of the datumOpname property.Gets the value of the definitie property.Gets the value of the herkomstDefinitie property.getId()
Gets the value of the id property.getIndex()
Gets the value of the index property.Gets the value of the kenmerken 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 toelichting property.int
hashCode()
void
Sets the value of the code property.void
setDatumOpname
(String value) Sets the value of the datumOpname property.void
setDefinitie
(XhtmlText value) Sets the value of the definitie property.void
setHerkomstDefinitie
(String value) Sets the value of the herkomstDefinitie property.void
Sets the value of the id property.void
setIndex
(BigInteger value) Sets the value of the index property.void
setKenmerken
(Kenmerken value) Sets the value of the kenmerken property.void
Sets the value of the naam property.void
void
setToelichting
(XhtmlText value) Sets the value of the toelichting property.Sets the value of the code property.withDatumOpname
(String value) Sets the value of the datumOpname property.withDefinitie
(XhtmlText value) Sets the value of the definitie 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.Sets the value of the naam property.withParent
(Object parent) withToelichting
(XhtmlText value) Sets the value of the toelichting property.
-
Field Details
-
naam
-
definitie
-
herkomstDefinitie
-
toelichting
-
datumOpname
-
code
-
kenmerken
-
id
-
index
-
-
Constructor Details
-
Enumeratiewaarde
public Enumeratiewaarde()
-
-
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
-
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
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code 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
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
BigInteger
-
setIndex
Sets the value of the index property.- Parameters:
value
- allowed object isBigInteger
-
equals
-
hashCode
public int hashCode() -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document.- Specified by:
getParent
in interfaceorg.jvnet.jaxb.lang.Child
- Returns:
- The parent object.
-
setParent
- Specified by:
setParent
in interfaceorg.jvnet.jaxb.lang.Child
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- 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
-
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
-
withCode
Sets the value of the code 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
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withIndex
Sets the value of the index property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-