Package org.apache.type_test.xml
Class TestDuration
- java.lang.Object
-
- org.apache.type_test.xml.TestDuration
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public class TestDuration extends ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description TestDuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetX()Gets the value of the x property.DurationgetY()Gets the value of the y property.voidsetX(Duration value)Sets the value of the x property.voidsetY(Duration value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public Duration getX()Gets the value of the x property.- Returns:
- possible object is
Duration
-
setX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public void setX(Duration value)Sets the value of the x property.- Parameters:
value- allowed object isDuration
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public Duration getY()Gets the value of the y property.- Returns:
- possible object is
Duration
-
-