Class Informatiemodel.Packages

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

public static class Informatiemodel.Packages 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 ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Domein" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}View" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.geostandaarden.nl/mim/mim-core/1.1}Extern" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • domein

      protected List<Domein> domein
      Een groepering van constructies die een semantisch samenhangend gedeelte van een informatiemodel beschrijven.
    • view

      protected List<View> view
      Een groepering van objecttypen die gespecificeerd zijn in een extern informatiemodel en vanuit het perspectief van het eigen informatiemodel inzicht geeft welke gegevens van deze objecttypen relevant zijn binnen het eigen informatiemodel.
    • extern

      protected List<Extern> extern
      Een groepering van constructies die een externe instantie beheert en beschikbaar stelt aan een informatiemodel en die in het informatiemodel ongewijzigd gebruikt worden.
  • Constructor Details

    • Packages

      public Packages()
  • Method Details

    • getDomein

      public List<Domein> getDomein()
      Een groepering van constructies die een semantisch samenhangend gedeelte van een informatiemodel beschrijven. Gets the value of the domein 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 domein property.

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

       getDomein().add(newItem);
       

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

      Returns:
      The value of the domein property.
    • getView

      public List<View> getView()
      Een groepering van objecttypen die gespecificeerd zijn in een extern informatiemodel en vanuit het perspectief van het eigen informatiemodel inzicht geeft welke gegevens van deze objecttypen relevant zijn binnen het eigen informatiemodel. Gets the value of the view 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 view property.

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

       getView().add(newItem);
       

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

      Returns:
      The value of the view property.
    • getExtern

      public List<Extern> getExtern()
      Een groepering van constructies die een externe instantie beheert en beschikbaar stelt aan een informatiemodel en die in het informatiemodel ongewijzigd gebruikt worden. Gets the value of the extern 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 extern property.

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

       getExtern().add(newItem);
       

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

      Returns:
      The value of the extern property.
    • 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.
    • withDomein

      public Informatiemodel.Packages withDomein(Domein... values)
      Adds objects to the list of Domein using add method
      Parameters:
      values - objects to add to the list Domein
      Returns:
      The class instance
    • withDomein

      public Informatiemodel.Packages withDomein(Collection<Domein> values)
      Adds objects to the list of Domein using addAll method
      Parameters:
      values - objects to add to the list Domein
      Returns:
      The class instance
    • withView

      public Informatiemodel.Packages withView(View... values)
      Adds objects to the list of View using add method
      Parameters:
      values - objects to add to the list View
      Returns:
      The class instance
    • withView

      public Informatiemodel.Packages withView(Collection<View> values)
      Adds objects to the list of View using addAll method
      Parameters:
      values - objects to add to the list View
      Returns:
      The class instance
    • withExtern

      public Informatiemodel.Packages withExtern(Extern... values)
      Adds objects to the list of Extern using add method
      Parameters:
      values - objects to add to the list Extern
      Returns:
      The class instance
    • withExtern

      public Informatiemodel.Packages withExtern(Collection<Extern> values)
      Adds objects to the list of Extern using addAll method
      Parameters:
      values - objects to add to the list Extern
      Returns:
      The class instance
    • withParent

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