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.2}Domein" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-core/1.2}View" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.geostandaarden.nl/mim/mim-core/1.2}Extern" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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
Gets the value of the domein property.Gets the value of the extern property.Gets the parent object in the object tree representing the unmarshalled xml document.getView()
Gets the value of the view property.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
-
view
-
extern
-
-
Constructor Details
-
Packages
public Packages()
-
-
Method Details
-
getDomein
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
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
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
-