@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public class TestDurationResponse 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}duration"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}duration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
_return |
protected Duration |
y |
protected Duration |
z |
| Constructor and Description |
|---|
TestDurationResponse() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getReturn()
Gets the value of the return property.
|
Duration |
getY()
Gets the value of the y property.
|
Duration |
getZ()
Gets the value of the z property.
|
void |
setReturn(Duration value)
Sets the value of the return property.
|
void |
setY(Duration value)
Sets the value of the y property.
|
void |
setZ(Duration value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected Duration _return
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected Duration y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected Duration z
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public Duration getReturn()
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setReturn(Duration value)
value - allowed object is
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public Duration getY()
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setY(Duration value)
value - allowed object is
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public Duration getZ()
DurationApache CXF