org.apache.type_test.types2
Class SequenceWithOccuringGroup
java.lang.Object
org.apache.type_test.types2.SequenceWithOccuringGroup
public class SequenceWithOccuringGroup
- extends java.lang.Object
Java class for SequenceWithOccuringGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceWithOccuringGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://apache.org/type_test/types2}BatchElementsSeq" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
java.util.List<java.io.Serializable> |
getBatchElementsSeq()
Gets the value of the batchElementsSeq property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batchElementsSeq
protected java.util.List<java.io.Serializable> batchElementsSeq
SequenceWithOccuringGroup
public SequenceWithOccuringGroup()
getBatchElementsSeq
public java.util.List<java.io.Serializable> getBatchElementsSeq()
- Gets the value of the batchElementsSeq 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 batchElementsSeq property.
For example, to add a new item, do as follows:
getBatchElementsSeq().add(newItem);
Objects of the following type(s) are allowed in the list
Float
Integer
String
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.