Package nl.egem.stuf.stuf0204
Class ExtraElementen
java.lang.Object
nl.egem.stuf.stuf0204.ExtraElementen
Java class for ExtraElementen complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtraElementen">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.egem.nl/StUF/StUF0204}extraElement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extraElement property.
-
Field Details
-
extraElement
-
-
Constructor Details
-
ExtraElementen
public ExtraElementen()
-
-
Method Details
-
getExtraElement
Gets the value of the extraElement 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
setmethod for the extraElement property.For example, to add a new item, do as follows:
getExtraElement().add(newItem);Objects of the following type(s) are allowed in the list
ExtraElement
-