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

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

public class GetObject
extends java.lang.Object

Java class for getObject element declaration.

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

 <element name="getObject">
   <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>
 </element>
 


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

protected int type
Constructor Detail

GetObject

public GetObject()
Method Detail

getType

public int getType()
Gets the value of the type property.


setType

public void setType(int value)
Sets the value of the type property.



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