Class Relatiesoort

java.lang.Object
nl.geostandaarden.mim_1_1_1.relatiesoort.Relatiesoort
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child

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

Java class for Relatiesoort complex type

.

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


 <complexType name="Relatiesoort">
   <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="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.1}xhtmlText"/>
         <element name="herkomstDefinitie" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="toelichting" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}xhtmlText" minOccurs="0"/>
         <element name="datumOpname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="indicatieMaterieleHistorie" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}boolean"/>
         <element name="indicatieFormeleHistorie" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}boolean"/>
         <element name="kardinaliteit" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="kardinaliteitBron" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="authentiek" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="indicatieAfleidbaar" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}boolean"/>
         <element name="mogelijkGeenWaarde" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}boolean"/>
         <element name="identificerend" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}boolean" minOccurs="0"/>
         <element name="unidirectioneel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="aggregatietype" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}aggregatietype"/>
         <element name="doel">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}ObjecttypeRef"/>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-ref/1.0}KeuzeRef"/>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-ext/1.0}ConstructieRef"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="relatierollen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Bron" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatierol" minOccurs="0"/>
                   <element name="Doel" type="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatierol" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="relatieklasse" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Relatieklasse"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <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
    • begrip

      protected List<String> begrip
    • alias

      protected String alias
    • herkomst

      protected String herkomst
    • definitie

      protected XhtmlText definitie
    • herkomstDefinitie

      protected String herkomstDefinitie
    • toelichting

      protected XhtmlText toelichting
    • datumOpname

      protected String datumOpname
    • indicatieMaterieleHistorie

      protected boolean indicatieMaterieleHistorie
    • indicatieFormeleHistorie

      protected boolean indicatieFormeleHistorie
    • kardinaliteit

      protected String kardinaliteit
    • kardinaliteitBron

      protected String kardinaliteitBron
    • authentiek

      protected String authentiek
    • indicatieAfleidbaar

      protected boolean indicatieAfleidbaar
    • mogelijkGeenWaarde

      protected boolean mogelijkGeenWaarde
    • identificerend

      protected Boolean identificerend
    • unidirectioneel

      protected String unidirectioneel
    • aggregatietype

      protected Aggregatietype aggregatietype
    • doel

      protected Relatiesoort.Doel doel
    • relatierollen

      protected Relatiesoort.Relatierollen relatierollen
    • relatieklasse

      protected Relatiesoort.Relatieklasse relatieklasse
    • kenmerken

      protected Kenmerken kenmerken
    • id

      protected String id
    • index

      protected BigInteger index
  • Constructor Details

    • Relatiesoort

      public Relatiesoort()
  • 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
    • getBegrip

      public List<String> getBegrip()
      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.
    • 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
    • isIndicatieMaterieleHistorie

      public boolean isIndicatieMaterieleHistorie()
      Gets the value of the indicatieMaterieleHistorie property.
    • setIndicatieMaterieleHistorie

      public void setIndicatieMaterieleHistorie(boolean value)
      Sets the value of the indicatieMaterieleHistorie property.
    • isIndicatieFormeleHistorie

      public boolean isIndicatieFormeleHistorie()
      Gets the value of the indicatieFormeleHistorie property.
    • setIndicatieFormeleHistorie

      public void setIndicatieFormeleHistorie(boolean value)
      Sets the value of the indicatieFormeleHistorie property.
    • getKardinaliteit

      public String getKardinaliteit()
      Gets the value of the kardinaliteit property.
      Returns:
      possible object is String
    • setKardinaliteit

      public void setKardinaliteit(String value)
      Sets the value of the kardinaliteit property.
      Parameters:
      value - allowed object is String
    • getKardinaliteitBron

      public String getKardinaliteitBron()
      Gets the value of the kardinaliteitBron property.
      Returns:
      possible object is String
    • setKardinaliteitBron

      public void setKardinaliteitBron(String value)
      Sets the value of the kardinaliteitBron property.
      Parameters:
      value - allowed object is String
    • getAuthentiek

      public String getAuthentiek()
      Gets the value of the authentiek property.
      Returns:
      possible object is String
    • setAuthentiek

      public void setAuthentiek(String value)
      Sets the value of the authentiek property.
      Parameters:
      value - allowed object is String
    • isIndicatieAfleidbaar

      public boolean isIndicatieAfleidbaar()
      Gets the value of the indicatieAfleidbaar property.
    • setIndicatieAfleidbaar

      public void setIndicatieAfleidbaar(boolean value)
      Sets the value of the indicatieAfleidbaar property.
    • isMogelijkGeenWaarde

      public boolean isMogelijkGeenWaarde()
      Gets the value of the mogelijkGeenWaarde property.
    • setMogelijkGeenWaarde

      public void setMogelijkGeenWaarde(boolean value)
      Sets the value of the mogelijkGeenWaarde property.
    • isIdentificerend

      public Boolean isIdentificerend()
      Gets the value of the identificerend property.
      Returns:
      possible object is Boolean
    • setIdentificerend

      public void setIdentificerend(Boolean value)
      Sets the value of the identificerend property.
      Parameters:
      value - allowed object is Boolean
    • getUnidirectioneel

      public String getUnidirectioneel()
      Gets the value of the unidirectioneel property.
      Returns:
      possible object is String
    • setUnidirectioneel

      public void setUnidirectioneel(String value)
      Sets the value of the unidirectioneel property.
      Parameters:
      value - allowed object is String
    • getAggregatietype

      public Aggregatietype getAggregatietype()
      Gets the value of the aggregatietype property.
      Returns:
      possible object is Aggregatietype
    • setAggregatietype

      public void setAggregatietype(Aggregatietype value)
      Sets the value of the aggregatietype property.
      Parameters:
      value - allowed object is Aggregatietype
    • getDoel

      public Relatiesoort.Doel getDoel()
      Gets the value of the doel property.
      Returns:
      possible object is Relatiesoort.Doel
    • setDoel

      public void setDoel(Relatiesoort.Doel value)
      Sets the value of the doel property.
      Parameters:
      value - allowed object is Relatiesoort.Doel
    • getRelatierollen

      public Relatiesoort.Relatierollen getRelatierollen()
      Gets the value of the relatierollen property.
      Returns:
      possible object is Relatiesoort.Relatierollen
    • setRelatierollen

      public void setRelatierollen(Relatiesoort.Relatierollen value)
      Sets the value of the relatierollen property.
      Parameters:
      value - allowed object is Relatiesoort.Relatierollen
    • getRelatieklasse

      public Relatiesoort.Relatieklasse getRelatieklasse()
      Gets the value of the relatieklasse property.
      Returns:
      possible object is Relatiesoort.Relatieklasse
    • setRelatieklasse

      public void setRelatieklasse(Relatiesoort.Relatieklasse value)
      Sets the value of the relatieklasse property.
      Parameters:
      value - allowed object is Relatiesoort.Relatieklasse
    • 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 Relatiesoort withNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBegrip

      public Relatiesoort 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 Relatiesoort 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
    • withAlias

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

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

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

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

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

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

      public Relatiesoort withIndicatieMaterieleHistorie(boolean value)
      Sets the value of the indicatieMaterieleHistorie property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withIndicatieFormeleHistorie

      public Relatiesoort withIndicatieFormeleHistorie(boolean value)
      Sets the value of the indicatieFormeleHistorie property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withKardinaliteit

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

      public Relatiesoort withKardinaliteitBron(String value)
      Sets the value of the kardinaliteitBron property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAuthentiek

      public Relatiesoort withAuthentiek(String value)
      Sets the value of the authentiek property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIndicatieAfleidbaar

      public Relatiesoort withIndicatieAfleidbaar(boolean value)
      Sets the value of the indicatieAfleidbaar property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withMogelijkGeenWaarde

      public Relatiesoort withMogelijkGeenWaarde(boolean value)
      Sets the value of the mogelijkGeenWaarde property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withIdentificerend

      public Relatiesoort withIdentificerend(Boolean value)
      Sets the value of the identificerend property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withUnidirectioneel

      public Relatiesoort withUnidirectioneel(String value)
      Sets the value of the unidirectioneel property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAggregatietype

      public Relatiesoort withAggregatietype(Aggregatietype value)
      Sets the value of the aggregatietype property.
      Parameters:
      value - allowed object is Aggregatietype
      Returns:
      The class instance
    • withDoel

      public Relatiesoort withDoel(Relatiesoort.Doel value)
      Sets the value of the doel property.
      Parameters:
      value - allowed object is Relatiesoort.Doel
      Returns:
      The class instance
    • withRelatierollen

      public Relatiesoort withRelatierollen(Relatiesoort.Relatierollen value)
      Sets the value of the relatierollen property.
      Parameters:
      value - allowed object is Relatiesoort.Relatierollen
      Returns:
      The class instance
    • withRelatieklasse

      public Relatiesoort withRelatieklasse(Relatiesoort.Relatieklasse value)
      Sets the value of the relatieklasse property.
      Parameters:
      value - allowed object is Relatiesoort.Relatieklasse
      Returns:
      The class instance
    • withKenmerken

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

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

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

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