org.apache.type_test.types3
Class RecMostInnerType

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public class RecMostInnerType
extends 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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
protected int varInt

recMostInnerNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
protected RecMostInnerNextType recMostInnerNext
Constructor Detail

RecMostInnerType

public RecMostInnerType()
Method Detail

getVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public int getVarInt()
Gets the value of the varInt property.


setVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public void setVarInt(int value)
Sets the value of the varInt property.


getRecMostInnerNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public RecMostInnerNextType getRecMostInnerNext()
Gets the value of the recMostInnerNext property.

Returns:
possible object is RecMostInnerNextType

setRecMostInnerNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public void setRecMostInnerNext(RecMostInnerNextType value)
Sets the value of the recMostInnerNext property.

Parameters:
value - allowed object is RecMostInnerNextType


Apache CXF