Class Constraint
java.lang.Object
nl.geostandaarden.mim_1_2.relatiesoort.Constraint
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
Java class for Constraint complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Constraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="specificatieTekst" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="specificatieFormeel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}kenmerken" minOccurs="0"/>
</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 value of the kenmerken property.getNaam()
Gets the value of the naam property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the specificatieFormeel property.Gets the value of the specificatieTekst property.int
hashCode()
void
setKenmerken
(Kenmerken value) Sets the value of the kenmerken property.void
Sets the value of the naam property.void
void
setSpecificatieFormeel
(String value) Sets the value of the specificatieFormeel property.void
setSpecificatieTekst
(String value) Sets the value of the specificatieTekst property.withKenmerken
(Kenmerken value) Sets the value of the kenmerken property.Sets the value of the naam property.withParent
(Object parent) withSpecificatieFormeel
(String value) Sets the value of the specificatieFormeel property.withSpecificatieTekst
(String value) Sets the value of the specificatieTekst property.
-
Field Details
-
naam
-
specificatieTekst
-
specificatieFormeel
-
kenmerken
-
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details
-
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
-
getSpecificatieTekst
Gets the value of the specificatieTekst property.- Returns:
- possible object is
String
-
setSpecificatieTekst
Sets the value of the specificatieTekst property.- Parameters:
value
- allowed object isString
-
getSpecificatieFormeel
Gets the value of the specificatieFormeel property.- Returns:
- possible object is
String
-
setSpecificatieFormeel
Sets the value of the specificatieFormeel property.- Parameters:
value
- allowed object isString
-
getKenmerken
Gets the value of the kenmerken property.- Returns:
- possible object is
Kenmerken
-
setKenmerken
Sets the value of the kenmerken property.- Parameters:
value
- allowed object isKenmerken
-
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.
-
withNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSpecificatieTekst
Sets the value of the specificatieTekst property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSpecificatieFormeel
Sets the value of the specificatieFormeel property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withKenmerken
Sets the value of the kenmerken property.- Parameters:
value
- allowed object isKenmerken
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-