org.apache.type_test.types3
Class RecInnerType

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

public class RecInnerType
extends java.lang.Object

Java class for RecInnerType complex type.

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

 <complexType name="RecInnerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element ref="{http://apache.org/type_test/types3}RecMostInner" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://apache.org/type_test/types3}RecInnerNext"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RecInnerNextType recInnerNext
           
protected  java.util.List<RecMostInnerType> recMostInner
           
protected  int varInt
           
 
Constructor Summary
RecInnerType()
           
 
Method Summary
 RecInnerNextType getRecInnerNext()
          Gets the value of the recInnerNext property.
 java.util.List<RecMostInnerType> getRecMostInner()
          Gets the value of the recMostInner property.
 int getVarInt()
          Gets the value of the varInt property.
 void setRecInnerNext(RecInnerNextType value)
          Sets the value of the recInnerNext property.
 void setVarInt(int value)
          Sets the value of the varInt property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varInt

protected int varInt

recMostInner

protected java.util.List<RecMostInnerType> recMostInner

recInnerNext

protected RecInnerNextType recInnerNext
Constructor Detail

RecInnerType

public RecInnerType()
Method Detail

getVarInt

public int getVarInt()
Gets the value of the varInt property.


setVarInt

public void setVarInt(int value)
Sets the value of the varInt property.


getRecMostInner

public java.util.List<RecMostInnerType> getRecMostInner()
Gets the value of the recMostInner 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 recMostInner property.

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

    getRecMostInner().add(newItem);
 

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


getRecInnerNext

public RecInnerNextType getRecInnerNext()
Gets the value of the recInnerNext property.

Returns:
possible object is RecInnerNextType

setRecInnerNext

public void setRecInnerNext(RecInnerNextType value)
Sets the value of the recInnerNext property.

Parameters:
value - allowed object is RecInnerNextType


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