Class ExtraElementen

java.lang.Object
nl.egem.stuf.stuf0204.ExtraElementen

public class ExtraElementen extends Object

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 Details

  • Constructor Details

    • ExtraElementen

      public ExtraElementen()
  • Method Details

    • getExtraElement

      public List<ExtraElement> 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 set method 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