org.apache.type_test.types3
Class OccuringStruct

java.lang.Object
  extended by org.apache.type_test.types3.OccuringStruct

public class OccuringStruct
extends java.lang.Object

Java class for OccuringStruct complex type.

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

 <complexType name="OccuringStruct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="5">
         <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="varAttrib" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String varAttrib
           
protected  java.util.List<java.io.Serializable> varFloatAndVarIntAndVarString
           
 
Constructor Summary
OccuringStruct()
           
 
Method Summary
 java.lang.String getVarAttrib()
          Gets the value of the varAttrib property.
 java.util.List<java.io.Serializable> getVarFloatAndVarIntAndVarString()
          Gets the value of the varFloatAndVarIntAndVarString property.
 void setVarAttrib(java.lang.String value)
          Sets the value of the varAttrib property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varFloatAndVarIntAndVarString

protected java.util.List<java.io.Serializable> varFloatAndVarIntAndVarString

varAttrib

protected java.lang.String varAttrib
Constructor Detail

OccuringStruct

public OccuringStruct()
Method Detail

getVarFloatAndVarIntAndVarString

public java.util.List<java.io.Serializable> getVarFloatAndVarIntAndVarString()
Gets the value of the varFloatAndVarIntAndVarString 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 varFloatAndVarIntAndVarString property.

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

    getVarFloatAndVarIntAndVarString().add(newItem);
 

Objects of the following type(s) are allowed in the list Float String Integer


getVarAttrib

public java.lang.String getVarAttrib()
Gets the value of the varAttrib property.

Returns:
possible object is String

setVarAttrib

public void setVarAttrib(java.lang.String value)
Sets the value of the varAttrib property.

Parameters:
value - allowed object is String


Apache CXF