@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public class TestUnsignedIntResponse
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="return" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
_return |
protected long |
y |
protected long |
z |
| Constructor and Description |
|---|
TestUnsignedIntResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getReturn()
Gets the value of the return property.
|
long |
getY()
Gets the value of the y property.
|
long |
getZ()
Gets the value of the z property.
|
void |
setReturn(long value)
Sets the value of the return property.
|
void |
setY(long value)
Sets the value of the y property.
|
void |
setZ(long value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected long _return
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected long y
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected long z
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public long getReturn()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setReturn(long value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public long getY()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setY(long value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public long getZ()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setZ(long value)
Apache CXF