|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataCollectionPlan
public class XSDataCollectionPlan
Java class for XSDataCollectionPlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataCollectionPlan"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="collectionPlanNumber" type="{http://www.edna-site.org}XSDataInteger"/> <element name="collectionStrategy" type="{http://www.edna-site.org}XSDataCollection"/> <element name="comment" type="{http://www.edna-site.org}XSDataString"/> <element name="strategySummary" type="{http://www.edna-site.org}XSDataStrategySummary"/> <element name="statistics" type="{http://www.edna-site.org}XSDataStatisticsStrategy"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataCollectionPlan()
|
Method Summary | |
---|---|
XSDataInteger |
getCollectionPlanNumber()
Gets the value of the collectionPlanNumber property. |
XSDataCollection |
getCollectionStrategy()
Gets the value of the collectionStrategy property. |
XSDataString |
getComment()
Gets the value of the comment property. |
XSDataStatisticsStrategy |
getStatistics()
Gets the value of the statistics property. |
XSDataStrategySummary |
getStrategySummary()
Gets the value of the strategySummary property. |
void |
setCollectionPlanNumber(XSDataInteger value)
Sets the value of the collectionPlanNumber property. |
void |
setCollectionStrategy(XSDataCollection value)
Sets the value of the collectionStrategy property. |
void |
setComment(XSDataString value)
Sets the value of the comment property. |
void |
setStatistics(XSDataStatisticsStrategy value)
Sets the value of the statistics property. |
void |
setStrategySummary(XSDataStrategySummary value)
Sets the value of the strategySummary property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataCollectionPlan()
Method Detail |
---|
public XSDataInteger getCollectionPlanNumber()
XSDataInteger
public void setCollectionPlanNumber(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataCollection getCollectionStrategy()
XSDataCollection
public void setCollectionStrategy(XSDataCollection value)
value
- allowed object is
XSDataCollection
public XSDataString getComment()
XSDataString
public void setComment(XSDataString value)
value
- allowed object is
XSDataString
public XSDataStrategySummary getStrategySummary()
XSDataStrategySummary
public void setStrategySummary(XSDataStrategySummary value)
value
- allowed object is
XSDataStrategySummary
public XSDataStatisticsStrategy getStatistics()
XSDataStatisticsStrategy
public void setStatistics(XSDataStatisticsStrategy value)
value
- allowed object is
XSDataStatisticsStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |