public class TTime extends Object
Java class for tTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="timePeriod" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="pointOfTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
pointOfTime |
protected Duration |
timePeriod |
| Constructor and Description |
|---|
TTime() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getPointOfTime()
Gets the value of the pointOfTime property.
|
Duration |
getTimePeriod()
Gets the value of the timePeriod property.
|
void |
setPointOfTime(XMLGregorianCalendar value)
Sets the value of the pointOfTime property.
|
void |
setTimePeriod(Duration value)
Sets the value of the timePeriod property.
|
protected Duration timePeriod
protected XMLGregorianCalendar pointOfTime
public Duration getTimePeriod()
Durationpublic void setTimePeriod(Duration value)
value - allowed object is
Durationpublic XMLGregorianCalendar getPointOfTime()
XMLGregorianCalendarpublic void setPointOfTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2012 OW2 Consortium. All Rights Reserved.