public class TimeInstantType extends Object
| 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