public class TimeInstantType extends Object
Java class for TimeInstantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeInstantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
TimeInstantType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected XMLGregorianCalendar time
public XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarApache CXF