Class Enumeratie.Waarden
java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.Enumeratie.Waarden
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Enumeratie
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Waarde" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Enumeratiewaarde>
Een gedefinieerde waarde, in de vorm van een eenmalig vastgesteld constant gegeven. -
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
Gets the parent object in the object tree representing the unmarshalled xml document.Een gedefinieerde waarde, in de vorm van een eenmalig vastgesteld constant gegeven.int
hashCode()
void
withParent
(Object parent) withWaarde
(Collection<Enumeratiewaarde> values) Adds objects to the list of Waarde using addAll methodwithWaarde
(Enumeratiewaarde... values) Adds objects to the list of Waarde using add method
-
Field Details
-
waarde
Een gedefinieerde waarde, in de vorm van een eenmalig vastgesteld constant gegeven.
-
-
Constructor Details
-
Waarden
public Waarden()
-
-
Method Details
-
getWaarde
Een gedefinieerde waarde, in de vorm van een eenmalig vastgesteld constant gegeven. Gets the value of the waarde 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 waarde property.For example, to add a new item, do as follows:
getWaarde().add(newItem);
Objects of the following type(s) are allowed in the list
Enumeratiewaarde
- Returns:
- The value of the waarde property.
-
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.
-
withWaarde
Adds objects to the list of Waarde using add method- Parameters:
values
- objects to add to the list Waarde- Returns:
- The class instance
-
withWaarde
Adds objects to the list of Waarde using addAll method- Parameters:
values
- objects to add to the list Waarde- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-