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