Class Relatiesoort.Doel

java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.Relatiesoort.Doel
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
Enclosing class:
Relatiesoort

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

Java class for anonymous complex type

.

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


 <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>
 
  • Field Details

    • objecttypeRef

      protected RefType objecttypeRef
    • keuzeRef

      protected RefType keuzeRef
    • constructieRef

      protected RefType constructieRef
  • Constructor Details

    • Doel

      public Doel()
  • Method Details

    • getObjecttypeRef

      public RefType getObjecttypeRef()
      Gets the value of the objecttypeRef property.
      Returns:
      possible object is RefType
    • setObjecttypeRef

      public void setObjecttypeRef(RefType value)
      Sets the value of the objecttypeRef property.
      Parameters:
      value - allowed object is RefType
    • getKeuzeRef

      public RefType getKeuzeRef()
      Gets the value of the keuzeRef property.
      Returns:
      possible object is RefType
    • setKeuzeRef

      public void setKeuzeRef(RefType value)
      Sets the value of the keuzeRef property.
      Parameters:
      value - allowed object is RefType
    • getConstructieRef

      public RefType getConstructieRef()
      Gets the value of the constructieRef property.
      Returns:
      possible object is RefType
    • setConstructieRef

      public void setConstructieRef(RefType value)
      Sets the value of the constructieRef property.
      Parameters:
      value - allowed object is RefType
    • 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.
    • withObjecttypeRef

      public Relatiesoort.Doel withObjecttypeRef(RefType value)
      Sets the value of the objecttypeRef property.
      Parameters:
      value - allowed object is RefType
      Returns:
      The class instance
    • withKeuzeRef

      public Relatiesoort.Doel withKeuzeRef(RefType value)
      Sets the value of the keuzeRef property.
      Parameters:
      value - allowed object is RefType
      Returns:
      The class instance
    • withConstructieRef

      public Relatiesoort.Doel withConstructieRef(RefType value)
      Sets the value of the constructieRef property.
      Parameters:
      value - allowed object is RefType
      Returns:
      The class instance
    • withParent

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