Class Relatiesoort.Relatierollen
java.lang.Object
nl.geostandaarden.mim_1_1_1.relatiesoort.Relatiesoort.Relatierollen
- 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">
<sequence>
<element name="Bron" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatierol" minOccurs="0"/>
<element name="Doel" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatierol" minOccurs="0"/>
</sequence>
</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.booleangetBron()Gets the value of the bron property.getDoel()Gets the value of the doel property.Gets the parent object in the object tree representing the unmarshalled xml document.inthashCode()voidsetBron(Relatierol value) Sets the value of the bron property.voidsetDoel(Relatierol value) Sets the value of the doel property.voidwithBron(Relatierol value) Sets the value of the bron property.withDoel(Relatierol value) Sets the value of the doel property.withParent(Object parent)
-
Field Details
-
bron
-
doel
-
-
Constructor Details
-
Relatierollen
public Relatierollen()
-
-
Method Details
-
getBron
Gets the value of the bron property.- Returns:
- possible object is
Relatierol
-
setBron
Sets the value of the bron property.- Parameters:
value- allowed object isRelatierol
-
getDoel
Gets the value of the doel property.- Returns:
- possible object is
Relatierol
-
setDoel
Sets the value of the doel property.- Parameters:
value- allowed object isRelatierol
-
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.
-
withBron
Sets the value of the bron property.- Parameters:
value- allowed object isRelatierol- Returns:
- The class instance
-
withDoel
Sets the value of the doel property.- Parameters:
value- allowed object isRelatierol- Returns:
- The class instance
-
withParent
- Parameters:
parent- allowed object isObject- Returns:
- The class instance
-