Class ExterneKoppeling.Doel
java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.ExterneKoppeling.Doel
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
ExterneKoppeling
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"/>
</choice>
</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
Gets the value of the objecttypeRef property.Gets the parent object in the object tree representing the unmarshalled xml document.int
hashCode()
void
setObjecttypeRef
(RefType value) Sets the value of the objecttypeRef property.void
withObjecttypeRef
(RefType value) Sets the value of the objecttypeRef property.withParent
(Object parent)
-
Field Details
-
objecttypeRef
-
-
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
-
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.
-
withObjecttypeRef
Sets the value of the objecttypeRef property.- Parameters:
value
- allowed object isRefType
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-