org.uddi.sub_v3
Class CoveragePeriod

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

public class CoveragePeriod
extends Object
implements 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  XMLGregorianCalendar endPoint
           
protected  XMLGregorianCalendar startPoint
           
 
Constructor Summary
CoveragePeriod()
           
 
Method Summary
 XMLGregorianCalendar getEndPoint()
          Gets the value of the endPoint property.
 XMLGregorianCalendar getStartPoint()
          Gets the value of the startPoint property.
 void setEndPoint(XMLGregorianCalendar value)
          Sets the value of the endPoint property.
 void setStartPoint(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 XMLGregorianCalendar startPoint

endPoint

protected XMLGregorianCalendar endPoint
Constructor Detail

CoveragePeriod

public CoveragePeriod()
Method Detail

getStartPoint

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

Returns:
possible object is XMLGregorianCalendar

setStartPoint

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

Parameters:
value - allowed object is XMLGregorianCalendar

getEndPoint

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

Returns:
possible object is XMLGregorianCalendar

setEndPoint

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

Parameters:
value - allowed object is XMLGregorianCalendar


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