Class Relatiesoort.Relatieklasse
java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.Relatiesoort.Relatieklasse
- 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 ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatieklasse"/>
</sequence>
</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 parent object in the object tree representing the unmarshalled xml document.Een relatiesoort met eigenschappen.int
hashCode()
void
void
setRelatieklasse
(Relatieklasse value) Sets the value of the relatieklasse property.withParent
(Object parent) withRelatieklasse
(Relatieklasse value) Sets the value of the relatieklasse property.
-
Field Details
-
relatieklasse
Een relatiesoort met eigenschappen.
-
-
Constructor Details
-
Relatieklasse
public Relatieklasse()
-
-
Method Details
-
getRelatieklasse
Een relatiesoort met eigenschappen.- Returns:
- possible object is
Relatieklasse
-
setRelatieklasse
Sets the value of the relatieklasse property.- Parameters:
value
- allowed object isRelatieklasse
- See Also:
-
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.
-
withRelatieklasse
Sets the value of the relatieklasse property.- Parameters:
value
- allowed object isRelatieklasse
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-