Class Relatiesoort.Doel
java.lang.Object
nl.geostandaarden.mim_1_1_1.relatiesoort.Relatiesoort.Doel
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Relatiesoort
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">
<choice>
<element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}ObjecttypeRef"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}KeuzeRef"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}ConstructieRef"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
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 value of the constructieRef property.Gets the value of the keuzeRef property.Gets the value of the objecttypeRef property.Gets the parent object in the object tree representing the unmarshalled xml document.inthashCode()voidsetConstructieRef(RefType value) Sets the value of the constructieRef property.voidsetKeuzeRef(RefType value) Sets the value of the keuzeRef property.voidsetObjecttypeRef(RefType value) Sets the value of the objecttypeRef property.voidwithConstructieRef(RefType value) Sets the value of the constructieRef property.withKeuzeRef(RefType value) Sets the value of the keuzeRef property.withObjecttypeRef(RefType value) Sets the value of the objecttypeRef property.withParent(Object parent)
-
Field Details
-
objecttypeRef
-
keuzeRef
-
constructieRef
-
-
Constructor Details
-
Doel
public Doel()
-
-
Method Details
-
getObjecttypeRef
Gets the value of the objecttypeRef property.- Returns:
- possible object is
RefType
-
setObjecttypeRef
Sets the value of the objecttypeRef property.- Parameters:
value- allowed object isRefType
-
getKeuzeRef
Gets the value of the keuzeRef property.- Returns:
- possible object is
RefType
-
setKeuzeRef
Sets the value of the keuzeRef property.- Parameters:
value- allowed object isRefType
-
getConstructieRef
Gets the value of the constructieRef property.- Returns:
- possible object is
RefType
-
setConstructieRef
Sets the value of the constructieRef property.- Parameters:
value- allowed object isRefType
-
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.
-
withObjecttypeRef
Sets the value of the objecttypeRef property.- Parameters:
value- allowed object isRefType- Returns:
- The class instance
-
withKeuzeRef
Sets the value of the keuzeRef property.- Parameters:
value- allowed object isRefType- Returns:
- The class instance
-
withConstructieRef
Sets the value of the constructieRef property.- Parameters:
value- allowed object isRefType- Returns:
- The class instance
-
withParent
- Parameters:
parent- allowed object isObject- Returns:
- The class instance
-