Class Relatiesoort.Relatierollen

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

public static class Relatiesoort.Relatierollen 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">
       <sequence>
         <element name="Bron" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}Relatierol" minOccurs="0"/>
         <element name="Doel" type="{http://www.geostandaarden.nl/mim/mim-core/1.2}Relatierol" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Relatierollen

      public Relatierollen()
  • Method Details

    • getBron

      public Relatierol getBron()
      Gets the value of the bron property.
      Returns:
      possible object is Relatierol
    • setBron

      public void setBron(Relatierol value)
      Sets the value of the bron property.
      Parameters:
      value - allowed object is Relatierol
    • getDoel

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

      public void setDoel(Relatierol value)
      Sets the value of the doel property.
      Parameters:
      value - allowed object is Relatierol
    • 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.
    • withBron

      public Relatiesoort.Relatierollen withBron(Relatierol value)
      Sets the value of the bron property.
      Parameters:
      value - allowed object is Relatierol
      Returns:
      The class instance
    • withDoel

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

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