org.uddi.sub_v3
Class CoveragePeriod

java.lang.Object
  extended by org.uddi.sub_v3.CoveragePeriod
All Implemented Interfaces:
java.io.Serializable

public class CoveragePeriod
extends java.lang.Object
implements java.io.Serializable

Java class for coveragePeriod complex type.

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

 <complexType name="coveragePeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:sub_v3}startPoint" minOccurs="0"/>
         <element ref="{urn:uddi-org:sub_v3}endPoint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar endPoint
           
protected  javax.xml.datatype.XMLGregorianCalendar startPoint
           
 
Constructor Summary
CoveragePeriod()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getEndPoint()
          Gets the value of the endPoint property.
 javax.xml.datatype.XMLGregorianCalendar getStartPoint()
          Gets the value of the startPoint property.
 void setEndPoint(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the endPoint property.
 void setStartPoint(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startPoint property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startPoint

protected javax.xml.datatype.XMLGregorianCalendar startPoint

endPoint

protected javax.xml.datatype.XMLGregorianCalendar endPoint
Constructor Detail

CoveragePeriod

public CoveragePeriod()
Method Detail

getStartPoint

public javax.xml.datatype.XMLGregorianCalendar getStartPoint()
Gets the value of the startPoint property.

Returns:
possible object is XMLGregorianCalendar

setStartPoint

public void setStartPoint(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startPoint property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndPoint

public javax.xml.datatype.XMLGregorianCalendar getEndPoint()
Gets the value of the endPoint property.

Returns:
possible object is XMLGregorianCalendar

setEndPoint

public void setEndPoint(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endPoint property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.