Class Keuze.KeuzeRelatiedoelen.Relatiedoel
java.lang.Object
nl.geostandaarden.mim_1_1_1.relatierol.Keuze.KeuzeRelatiedoelen.Relatiedoel
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Keuze.KeuzeRelatiedoelen
public static class Keuze.KeuzeRelatiedoelen.Relatiedoel
extends Object
implements org.jvnet.jaxb.lang.Child
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-ref/1.0}ObjecttypeRef"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</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
getId()
Gets the value of the id property.Gets the value of the objecttypeRef property.Gets the parent object in the object tree representing the unmarshalled xml document.int
hashCode()
void
Sets the value of the id property.void
setObjecttypeRef
(RefType value) Sets the value of the objecttypeRef property.void
Sets the value of the id property.withObjecttypeRef
(RefType value) Sets the value of the objecttypeRef property.withParent
(Object parent)
-
Field Details
-
objecttypeRef
-
id
-
-
Constructor Details
-
Relatiedoel
public Relatiedoel()
-
-
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
-
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
-
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
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-