@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public class TestDateTime 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}dateTime"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
x |
protected XMLGregorianCalendar |
y |
Constructor and Description |
---|
TestDateTime() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getX()
Gets the value of the x property.
|
XMLGregorianCalendar |
getY()
Gets the value of the y property.
|
void |
setX(XMLGregorianCalendar value)
Sets the value of the x property.
|
void |
setY(XMLGregorianCalendar value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") protected XMLGregorianCalendar x
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") protected XMLGregorianCalendar y
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public XMLGregorianCalendar getX()
XMLGregorianCalendar
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public void setX(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public XMLGregorianCalendar getY()
XMLGregorianCalendar
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public void setY(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Apache CXF