org.apache.type_test.types3
Class RecMostInnerType

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

public class RecMostInnerType
extends java.lang.Object

Java class for RecMostInnerType complex type.

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

 <complexType name="RecMostInnerType">
   <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}RecMostInnerNext"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RecMostInnerNextType recMostInnerNext
           
protected  int varInt
           
 
Constructor Summary
RecMostInnerType()
           
 
Method Summary
 RecMostInnerNextType getRecMostInnerNext()
          Gets the value of the recMostInnerNext property.
 int getVarInt()
          Gets the value of the varInt property.
 void setRecMostInnerNext(RecMostInnerNextType value)
          Sets the value of the recMostInnerNext 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

recMostInnerNext

protected RecMostInnerNextType recMostInnerNext
Constructor Detail

RecMostInnerType

public RecMostInnerType()
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.


getRecMostInnerNext

public RecMostInnerNextType getRecMostInnerNext()
Gets the value of the recMostInnerNext property.

Returns:
possible object is RecMostInnerNextType

setRecMostInnerNext

public void setRecMostInnerNext(RecMostInnerNextType value)
Sets the value of the recMostInnerNext property.

Parameters:
value - allowed object is RecMostInnerNextType


Apache CXF