yarfraw.generated.googlebase.elements
Class DateTimeRangeType

java.lang.Object
  extended by yarfraw.generated.googlebase.elements.DateTimeRangeType

public class DateTimeRangeType
extends Object

Defines a time interval.

Java class for dateTimeRangeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dateTimeRangeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar end
           
protected  XMLGregorianCalendar start
           
 
Constructor Summary
DateTimeRangeType()
           
 
Method Summary
 XMLGregorianCalendar getEnd()
          Gets the value of the end property.
 XMLGregorianCalendar getStart()
          Gets the value of the start property.
 void setEnd(XMLGregorianCalendar value)
          Sets the value of the end property.
 void setStart(XMLGregorianCalendar value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected XMLGregorianCalendar start

end

protected XMLGregorianCalendar end
Constructor Detail

DateTimeRangeType

public DateTimeRangeType()
Method Detail

getStart

public XMLGregorianCalendar getStart()
Gets the value of the start property.

Returns:
possible object is XMLGregorianCalendar

setStart

public void setStart(XMLGregorianCalendar value)
Sets the value of the start property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEnd

public XMLGregorianCalendar getEnd()
Gets the value of the end property.

Returns:
possible object is XMLGregorianCalendar

setEnd

public void setEnd(XMLGregorianCalendar value)
Sets the value of the end property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2008. All Rights Reserved.