net.agmodel.spatialschema
Interface TimeInterval


public interface TimeInterval

Java content class for TimeInterval complex type.

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

 <complexType name="TimeInterval">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="endless" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="starting" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ending" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Calendar getEnding()
           
 Calendar getStarting()
           
 boolean isEndless()
           
 void setEnding(Calendar value)
           
 void setEndless(boolean value)
           
 void setStarting(Calendar value)
           
 

Method Detail

getEnding

public Calendar getEnding()
Returns:
possible object is Calendar

setEnding

public void setEnding(Calendar value)
Parameters:
value - allowed object is Calendar

isEndless

public boolean isEndless()

setEndless

public void setEndless(boolean value)

getStarting

public Calendar getStarting()
Returns:
possible object is Calendar

setStarting

public void setStarting(Calendar value)
Parameters:
value - allowed object is Calendar


Copyright (C) NARC 2001 All Rights Reserved.