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>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
endPoint |
protected XMLGregorianCalendar |
startPoint |
Constructor and Description |
---|
CoveragePeriod() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected XMLGregorianCalendar startPoint
protected XMLGregorianCalendar endPoint
public XMLGregorianCalendar getStartPoint()
XMLGregorianCalendar
public void setStartPoint(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndPoint()
XMLGregorianCalendar
public void setEndPoint(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.