|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.sub_v3.CoveragePeriod
public class CoveragePeriod
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>
| 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 |
|---|
protected XMLGregorianCalendar startPoint
protected XMLGregorianCalendar endPoint
| Constructor Detail |
|---|
public CoveragePeriod()
| Method Detail |
|---|
public XMLGregorianCalendar getStartPoint()
XMLGregorianCalendarpublic void setStartPoint(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndPoint()
XMLGregorianCalendarpublic void setEndPoint(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||