Class Constructie
java.lang.Object
nl.geostandaarden.mim_1_1_1.relatiesoort.ext.Constructie
- All Implemented Interfaces:
AttribuutsoortType
,org.jvnet.jaxb.lang.Child
Java class for Constructie element declaration
.The following schema fragment specifies the expected content contained within this class.
<element name="Constructie">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="constructietype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='http://www.geostandaarden.nl/mim/mim-ref/1.0 http://www.geostandaarden.nl/mim/mim-ext/1.0 http://www.geostandaarden.nl/mim/mim-core/1.1' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
</element>
-
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
getAny()
Gets the value of the any property.Gets the value of the constructietype property.getId()
Gets the value of the id property.getIndex()
Gets the value of the index property.Gets the parent object in the object tree representing the unmarshalled xml document.int
hashCode()
void
setConstructietype
(String value) Sets the value of the constructietype property.void
Sets the value of the id property.void
setIndex
(BigInteger value) Sets the value of the index property.void
Adds objects to the list of Any using add methodwithAny
(Collection<Object> values) Adds objects to the list of Any using addAll methodwithConstructietype
(String value) Sets the value of the constructietype property.Sets the value of the id property.withIndex
(BigInteger value) Sets the value of the index property.withParent
(Object parent)
-
Field Details
-
constructietype
-
any
-
id
-
index
-
-
Constructor Details
-
Constructie
public Constructie()
-
-
Method Details
-
getConstructietype
Gets the value of the constructietype property.- Returns:
- possible object is
String
-
setConstructietype
Sets the value of the constructietype property.- Parameters:
value
- allowed object isString
-
getAny
Gets the value of the any 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 any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
- Returns:
- The value of the any property.
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
BigInteger
-
setIndex
Sets the value of the index property.- Parameters:
value
- allowed object isBigInteger
-
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.
-
withConstructietype
Sets the value of the constructietype property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withAny
Adds objects to the list of Any using add method- Parameters:
values
- objects to add to the list Any- Returns:
- The class instance
-
withAny
Adds objects to the list of Any using addAll method- Parameters:
values
- objects to add to the list Any- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withIndex
Sets the value of the index property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withParent
- Parameters:
parent
- allowed object isObject
- Returns:
- The class instance
-