org.ow2.orchestra.ws_ht.api.xsd
Class TTime

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.TTime

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>
 


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

timePeriod

protected Duration timePeriod

pointOfTime

protected XMLGregorianCalendar pointOfTime
Constructor Detail

TTime

public TTime()
Method Detail

getTimePeriod

public Duration getTimePeriod()
Gets the value of the timePeriod property.

Returns:
possible object is Duration

setTimePeriod

public void setTimePeriod(Duration value)
Sets the value of the timePeriod property.

Parameters:
value - allowed object is Duration

getPointOfTime

public XMLGregorianCalendar getPointOfTime()
Gets the value of the pointOfTime property.

Returns:
possible object is XMLGregorianCalendar

setPointOfTime

public void setPointOfTime(XMLGregorianCalendar value)
Sets the value of the pointOfTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012 OW2 Consortium. All Rights Reserved.