Class Kenmerken.Kenmerk
java.lang.Object
nl.geostandaarden.mim_1_2.relatiesoort.ext.Kenmerken.Kenmerk
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Kenmerken
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="naam" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</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
getNaam()
Gets the value of the naam property.Gets the parent object in the object tree representing the unmarshalled xml document.getValue()
Gets the value of the value property.int
hashCode()
void
Sets the value of the naam property.void
void
Sets the value of the value property.Sets the value of the naam property.withParent
(Object parent) Sets the value of the value property.
-
Field Details
-
value
-
naam
-
-
Constructor Details
-
Kenmerk
public Kenmerk()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getNaam
Gets the value of the naam property.- Returns:
- possible object is
String
-
setNaam
Sets the value of the naam 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.
-
withValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-