org.apache.cxf.tests.inherit.types
Class GetObject
java.lang.Object
org.apache.cxf.tests.inherit.types.GetObject
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:37+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:37+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected int type
GetObject
public GetObject()
getType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:37+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public int getType()
- Gets the value of the type property.
setType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:37+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setType(int value)
- Sets the value of the type property.
Apache CXF