|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.api.xsd.TTime
public class TTime
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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
pointOfTime
|
protected Duration |
timePeriod
|
| Constructor Summary | |
|---|---|
TTime()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Duration timePeriod
protected XMLGregorianCalendar pointOfTime
| Constructor Detail |
|---|
public TTime()
| Method Detail |
|---|
public Duration getTimePeriod()
Durationpublic void setTimePeriod(Duration value)
value - allowed object is
Durationpublic XMLGregorianCalendar getPointOfTime()
XMLGregorianCalendarpublic void setPointOfTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||