org.apache.cxf.tests.inherit.types
Class GetObject

java.lang.Object
  extended by org.apache.cxf.tests.inherit.types.GetObject

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public class GetObject
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int type
           
 
Constructor Summary
GetObject()
           
 
Method Summary
 int getType()
          Gets the value of the type property.
 void setType(int value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

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

GetObject

public GetObject()
Method Detail

getType

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


setType

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



Apache CXF