Class Domein

java.lang.Object
nl.geostandaarden.mim_1_2.relatierol.Domein
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child

public class Domein extends Object implements org.jvnet.jaxb.lang.Child

Java class for Domein complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Domein">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="herkomst" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="definitie" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}xhtmlText"/>
         <element name="herkomstDefinitie" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="toelichting" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}xhtmlText" minOccurs="0"/>
         <element name="datumOpname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="datatypen" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}DomeinViewDatatypen" minOccurs="0"/>
         <element name="objecttypen" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}DomeinViewObjectTypen" minOccurs="0"/>
         <element name="gegevensgroeptypen" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}DomeinViewGegevensgroepTypen" minOccurs="0"/>
         <element name="keuzen" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}DomeinViewKeuzen" minOccurs="0"/>
         <element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}constructies" minOccurs="0"/>
         <element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}kenmerken" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Domein

      public Domein()
  • 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
    • getAlias

      public String getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is String
    • setAlias

      public void setAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
    • getHerkomst

      public String getHerkomst()
      Gets the value of the herkomst property.
      Returns:
      possible object is String
    • setHerkomst

      public void setHerkomst(String value)
      Sets the value of the herkomst property.
      Parameters:
      value - allowed object is String
    • getDefinitie

      public XhtmlText getDefinitie()
      Gets the value of the definitie property.
      Returns:
      possible object is XhtmlText
    • setDefinitie

      public void setDefinitie(XhtmlText value)
      Sets the value of the definitie property.
      Parameters:
      value - allowed object is XhtmlText
    • getHerkomstDefinitie

      public String getHerkomstDefinitie()
      Gets the value of the herkomstDefinitie property.
      Returns:
      possible object is String
    • setHerkomstDefinitie

      public void setHerkomstDefinitie(String value)
      Sets the value of the herkomstDefinitie property.
      Parameters:
      value - allowed object is String
    • getToelichting

      public XhtmlText getToelichting()
      Gets the value of the toelichting property.
      Returns:
      possible object is XhtmlText
    • setToelichting

      public void setToelichting(XhtmlText value)
      Sets the value of the toelichting property.
      Parameters:
      value - allowed object is XhtmlText
    • getDatumOpname

      public String getDatumOpname()
      Gets the value of the datumOpname property.
      Returns:
      possible object is String
    • setDatumOpname

      public void setDatumOpname(String value)
      Sets the value of the datumOpname property.
      Parameters:
      value - allowed object is String
    • getDatatypen

      public DomeinViewDatatypen getDatatypen()
      Gets the value of the datatypen property.
      Returns:
      possible object is DomeinViewDatatypen
    • setDatatypen

      public void setDatatypen(DomeinViewDatatypen value)
      Sets the value of the datatypen property.
      Parameters:
      value - allowed object is DomeinViewDatatypen
    • getObjecttypen

      public DomeinViewObjectTypen getObjecttypen()
      Gets the value of the objecttypen property.
      Returns:
      possible object is DomeinViewObjectTypen
    • setObjecttypen

      public void setObjecttypen(DomeinViewObjectTypen value)
      Sets the value of the objecttypen property.
      Parameters:
      value - allowed object is DomeinViewObjectTypen
    • getGegevensgroeptypen

      public DomeinViewGegevensgroepTypen getGegevensgroeptypen()
      Gets the value of the gegevensgroeptypen property.
      Returns:
      possible object is DomeinViewGegevensgroepTypen
    • setGegevensgroeptypen

      public void setGegevensgroeptypen(DomeinViewGegevensgroepTypen value)
      Sets the value of the gegevensgroeptypen property.
      Parameters:
      value - allowed object is DomeinViewGegevensgroepTypen
    • getKeuzen

      public DomeinViewKeuzen getKeuzen()
      Gets the value of the keuzen property.
      Returns:
      possible object is DomeinViewKeuzen
    • setKeuzen

      public void setKeuzen(DomeinViewKeuzen value)
      Sets the value of the keuzen property.
      Parameters:
      value - allowed object is DomeinViewKeuzen
    • getConstructies

      public Constructies getConstructies()
      Gets the value of the constructies property.
      Returns:
      possible object is Constructies
    • setConstructies

      public void setConstructies(Constructies value)
      Sets the value of the constructies property.
      Parameters:
      value - allowed object is Constructies
    • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getIndex

      public BigInteger getIndex()
      Gets the value of the index property.
      Returns:
      possible object is BigInteger
    • setIndex

      public void setIndex(BigInteger value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is BigInteger
    • 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 Domein withNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAlias

      public Domein withAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withHerkomst

      public Domein withHerkomst(String value)
      Sets the value of the herkomst property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDefinitie

      public Domein withDefinitie(XhtmlText value)
      Sets the value of the definitie property.
      Parameters:
      value - allowed object is XhtmlText
      Returns:
      The class instance
    • withHerkomstDefinitie

      public Domein withHerkomstDefinitie(String value)
      Sets the value of the herkomstDefinitie property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withToelichting

      public Domein withToelichting(XhtmlText value)
      Sets the value of the toelichting property.
      Parameters:
      value - allowed object is XhtmlText
      Returns:
      The class instance
    • withDatumOpname

      public Domein withDatumOpname(String value)
      Sets the value of the datumOpname property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDatatypen

      public Domein withDatatypen(DomeinViewDatatypen value)
      Sets the value of the datatypen property.
      Parameters:
      value - allowed object is DomeinViewDatatypen
      Returns:
      The class instance
    • withObjecttypen

      public Domein withObjecttypen(DomeinViewObjectTypen value)
      Sets the value of the objecttypen property.
      Parameters:
      value - allowed object is DomeinViewObjectTypen
      Returns:
      The class instance
    • withGegevensgroeptypen

      public Domein withGegevensgroeptypen(DomeinViewGegevensgroepTypen value)
      Sets the value of the gegevensgroeptypen property.
      Parameters:
      value - allowed object is DomeinViewGegevensgroepTypen
      Returns:
      The class instance
    • withKeuzen

      public Domein withKeuzen(DomeinViewKeuzen value)
      Sets the value of the keuzen property.
      Parameters:
      value - allowed object is DomeinViewKeuzen
      Returns:
      The class instance
    • withConstructies

      public Domein withConstructies(Constructies value)
      Sets the value of the constructies property.
      Parameters:
      value - allowed object is Constructies
      Returns:
      The class instance
    • withKenmerken

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

      public Domein withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIndex

      public Domein withIndex(BigInteger value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withParent

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