Class Informatiemodel.Packages
- All Implemented Interfaces:
org.jvnet.jaxb.lang.Child
- Enclosing class:
Informatiemodel
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 Summary
FieldsModifier and TypeFieldDescriptionEen groepering van constructies die een semantisch samenhangend gedeelte van een informatiemodel beschrijven.Een groepering van constructies die een externe instantie beheert en beschikbaar stelt aan een informatiemodel en die in het informatiemodel ongewijzigd gebruikt worden.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. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.boolean
Een groepering van constructies die een semantisch samenhangend gedeelte van een informatiemodel beschrijven.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 parent object in the object tree representing the unmarshalled xml document.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.int
hashCode()
void
withDomein
(Collection<Domein> values) Adds objects to the list of Domein using addAll methodwithDomein
(Domein... values) Adds objects to the list of Domein using add methodwithExtern
(Collection<Extern> values) Adds objects to the list of Extern using addAll methodwithExtern
(Extern... values) Adds objects to the list of Extern using add methodwithParent
(Object parent) withView
(Collection<View> values) Adds objects to the list of View using addAll methodAdds objects to the list of View using add method
-
Field Details
-
domein
Een groepering van constructies die een semantisch samenhangend gedeelte van een informatiemodel beschrijven. -
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
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
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
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
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
-
hashCode
public int hashCode() -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document.- Specified by:
getParent
in interfaceorg.jvnet.jaxb.lang.Child
- Returns:
- The parent object.
-
setParent
- Specified by:
setParent
in interfaceorg.jvnet.jaxb.lang.Child
-
afterUnmarshal
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
Adds objects to the list of Domein using add method- Parameters:
values
- objects to add to the list Domein- Returns:
- The class instance
-
withDomein
Adds objects to the list of Domein using addAll method- Parameters:
values
- objects to add to the list Domein- Returns:
- The class instance
-
withView
Adds objects to the list of View using add method- Parameters:
values
- objects to add to the list View- Returns:
- The class instance
-
withView
Adds objects to the list of View using addAll method- Parameters:
values
- objects to add to the list View- Returns:
- The class instance
-
withExtern
Adds objects to the list of Extern using add method- Parameters:
values
- objects to add to the list Extern- Returns:
- The class instance
-
withExtern
Adds objects to the list of Extern using addAll method- Parameters:
values
- objects to add to the list Extern- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-