Class Keuze.KeuzeRelatiedoelen
java.lang.Object
nl.geostandaarden.mim_1_2.relatiesoort.Keuze.KeuzeRelatiedoelen
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Keuze
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 maxOccurs="unbounded" minOccurs="2">
<element name="Relatiedoel">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}ObjecttypeRef"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.booleanGets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the relatiedoel property.inthashCode()voidwithParent(Object parent) Adds objects to the list of Relatiedoel using addAll methodAdds objects to the list of Relatiedoel using add method
-
Field Details
-
relatiedoel
-
-
Constructor Details
-
KeuzeRelatiedoelen
public KeuzeRelatiedoelen()
-
-
Method Details
-
getRelatiedoel
Gets the value of the relatiedoel 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
setmethod for the relatiedoel property.For example, to add a new item, do as follows:
getRelatiedoel().add(newItem);
Objects of the following type(s) are allowed in the list
Keuze.KeuzeRelatiedoelen.Relatiedoel- Returns:
- The value of the relatiedoel property.
-
equals
-
hashCode
public int hashCode() -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document.- Specified by:
getParentin interfaceorg.jvnet.jaxb.lang.Child- Returns:
- The parent object.
-
setParent
- Specified by:
setParentin 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.
-
withRelatiedoel
Adds objects to the list of Relatiedoel using add method- Parameters:
values- objects to add to the list Relatiedoel- Returns:
- The class instance
-
withRelatiedoel
public Keuze.KeuzeRelatiedoelen withRelatiedoel(Collection<Keuze.KeuzeRelatiedoelen.Relatiedoel> values) Adds objects to the list of Relatiedoel using addAll method- Parameters:
values- objects to add to the list Relatiedoel- Returns:
- The class instance
-
withParent
- Parameters:
parent- allowed object isObject- Returns:
- The class instance
-