@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") public class TestDuration 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="x" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}duration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
x |
protected Duration |
y |
| Constructor and Description |
|---|
TestDuration() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getX()
Gets the value of the x property.
|
Duration |
getY()
Gets the value of the y property.
|
void |
setX(Duration value)
Sets the value of the x property.
|
void |
setY(Duration value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") protected Duration x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") protected Duration y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") public Duration getX()
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") public void setX(Duration value)
value - allowed object is
Duration@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:42-04:00", comments="JAXB RI v2.2.11") public Duration getY()
DurationApache CXF