org.apache.type_test.types2
Class MultipleOccursSequenceInSequence

java.lang.Object
  extended by org.apache.type_test.types2.MultipleOccursSequenceInSequence

public class MultipleOccursSequenceInSequence
extends java.lang.Object

Java class for MultipleOccursSequenceInSequence complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MultipleOccursSequenceInSequence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <sequence>
           <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.math.BigInteger> value
           
 
Constructor Summary
MultipleOccursSequenceInSequence()
           
 
Method Summary
 java.util.List<java.math.BigInteger> getValue()
          Gets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.util.List<java.math.BigInteger> value
Constructor Detail

MultipleOccursSequenceInSequence

public MultipleOccursSequenceInSequence()
Method Detail

getValue

public java.util.List<java.math.BigInteger> getValue()
Gets the value of the value 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 value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list BigInteger



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.