Class DataElement

java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.DataElement
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child

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

Java class for DataElement complex type

.

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


 <complexType name="DataElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="begrip" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="definitie" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}xhtmlText" minOccurs="0"/>
         <element name="type">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Datatype"/>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}DatatypeRef"/>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}ConstructieRef"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lengte" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="patroon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="formeelPatroon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="kardinaliteit" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}kenmerken" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • naam

      protected String naam
      De naam van het data element zoals gespecificeerd in de catalogus van de desbetreffende (basis)registratie.
    • begrip

      protected List<String> begrip
      Verwijzing naar een begrip. De verwijzing heeft de vorm van een term of een URI.
    • definitie

      protected XhtmlText definitie
      De beschrijving van de betekenis van het data element zoals gespecificeerd in de catalogus van de desbetreffende (basis)registratie.
    • type

      protected DataElement.Type type
    • lengte

      protected String lengte
      Het exact aantal tekens dat de waarde van een data element moet bevatten.
    • patroon

      protected String patroon
      De verzameling van waarden die gegevens van deze data element kunnen hebben (bereik) dan wel moeten voldoen aan een specifiek patroon.
    • formeelPatroon

      protected String formeelPatroon
      Zoals patroon , formeel vastgelegd (met een reguliere expressie)
    • kardinaliteit

      protected String kardinaliteit
      Deze indicatie geeft aan hoeveel keer waarden van deze data element kunnen voorkomen bij een refentielijst van het betreffende type.
    • kenmerken

      protected Kenmerken kenmerken
    • id

      protected String id
    • index

      protected BigInteger index
  • Constructor Details

    • DataElement

      public DataElement()
  • Method Details

    • getNaam

      public String getNaam()
      De naam van het data element zoals gespecificeerd in de catalogus van de desbetreffende (basis)registratie.
      Returns:
      possible object is String
    • setNaam

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

      public List<String> getBegrip()
      Verwijzing naar een begrip. De verwijzing heeft de vorm van een term of een URI. Gets the value of the begrip property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the begrip property.

      For example, to add a new item, do as follows:

       getBegrip().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the begrip property.
    • getDefinitie

      public XhtmlText getDefinitie()
      De beschrijving van de betekenis van het data element zoals gespecificeerd in de catalogus van de desbetreffende (basis)registratie.
      Returns:
      possible object is XhtmlText
    • setDefinitie

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

      public DataElement.Type getType()
      Gets the value of the type property.
      Returns:
      possible object is DataElement.Type
    • setType

      public void setType(DataElement.Type value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is DataElement.Type
    • getLengte

      public String getLengte()
      Het exact aantal tekens dat de waarde van een data element moet bevatten.
      Returns:
      possible object is String
    • setLengte

      public void setLengte(String value)
      Sets the value of the lengte property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPatroon

      public String getPatroon()
      De verzameling van waarden die gegevens van deze data element kunnen hebben (bereik) dan wel moeten voldoen aan een specifiek patroon.
      Returns:
      possible object is String
    • setPatroon

      public void setPatroon(String value)
      Sets the value of the patroon property.
      Parameters:
      value - allowed object is String
      See Also:
    • getFormeelPatroon

      public String getFormeelPatroon()
      Zoals patroon , formeel vastgelegd (met een reguliere expressie)
      Returns:
      possible object is String
    • setFormeelPatroon

      public void setFormeelPatroon(String value)
      Sets the value of the formeelPatroon property.
      Parameters:
      value - allowed object is String
      See Also:
    • getKardinaliteit

      public String getKardinaliteit()
      Deze indicatie geeft aan hoeveel keer waarden van deze data element kunnen voorkomen bij een refentielijst van het betreffende type.
      Returns:
      possible object is String
    • setKardinaliteit

      public void setKardinaliteit(String value)
      Sets the value of the kardinaliteit property.
      Parameters:
      value - allowed object is String
      See Also:
    • 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 DataElement withNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBegrip

      public DataElement withBegrip(String... values)
      Adds objects to the list of Begrip using add method
      Parameters:
      values - objects to add to the list Begrip
      Returns:
      The class instance
    • withBegrip

      public DataElement withBegrip(Collection<String> values)
      Adds objects to the list of Begrip using addAll method
      Parameters:
      values - objects to add to the list Begrip
      Returns:
      The class instance
    • withDefinitie

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

      public DataElement withType(DataElement.Type value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is DataElement.Type
      Returns:
      The class instance
    • withLengte

      public DataElement withLengte(String value)
      Sets the value of the lengte property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPatroon

      public DataElement withPatroon(String value)
      Sets the value of the patroon property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFormeelPatroon

      public DataElement withFormeelPatroon(String value)
      Sets the value of the formeelPatroon property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withKardinaliteit

      public DataElement withKardinaliteit(String value)
      Sets the value of the kardinaliteit property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withKenmerken

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

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

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

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