org.apache.cxf.tests.inherit.types
Class GetObject
java.lang.Object
org.apache.cxf.tests.inherit.types.GetObject
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
|
|
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 |
type
protected int type
GetObject
public GetObject()
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