Class Constraint

java.lang.Object
nl.geostandaarden.mim_1_2.relatiesoort.Constraint
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child

public class Constraint extends Object implements 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 Details

    • naam

      protected String naam
    • specificatieTekst

      protected String specificatieTekst
    • specificatieFormeel

      protected String specificatieFormeel
    • kenmerken

      protected Kenmerken kenmerken
  • Constructor Details

    • Constraint

      public Constraint()
  • Method Details

    • getNaam

      public String getNaam()
      Gets the value of the naam property.
      Returns:
      possible object is String
    • setNaam

      public void setNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
    • getSpecificatieTekst

      public String getSpecificatieTekst()
      Gets the value of the specificatieTekst property.
      Returns:
      possible object is String
    • setSpecificatieTekst

      public void setSpecificatieTekst(String value)
      Sets the value of the specificatieTekst property.
      Parameters:
      value - allowed object is String
    • getSpecificatieFormeel

      public String getSpecificatieFormeel()
      Gets the value of the specificatieFormeel property.
      Returns:
      possible object is String
    • setSpecificatieFormeel

      public void setSpecificatieFormeel(String value)
      Sets the value of the specificatieFormeel property.
      Parameters:
      value - allowed object is String
    • getKenmerken

      public Kenmerken getKenmerken()
      Gets the value of the kenmerken property.
      Returns:
      possible object is Kenmerken
    • setKenmerken

      public void setKenmerken(Kenmerken value)
      Sets the value of the kenmerken property.
      Parameters:
      value - allowed object is Kenmerken
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface org.jvnet.jaxb.lang.Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface org.jvnet.jaxb.lang.Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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

      public Constraint withNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSpecificatieTekst

      public Constraint withSpecificatieTekst(String value)
      Sets the value of the specificatieTekst property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSpecificatieFormeel

      public Constraint withSpecificatieFormeel(String value)
      Sets the value of the specificatieFormeel property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withKenmerken

      public Constraint withKenmerken(Kenmerken value)
      Sets the value of the kenmerken property.
      Parameters:
      value - allowed object is Kenmerken
      Returns:
      The class instance
    • withParent

      public Constraint withParent(Object parent)
      Parameters:
      parent - allowed object is Object
      Returns:
      The class instance