org.dawb.edna.mxv1
Class XSDataCollectionPlan

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataCollectionPlan

public class XSDataCollectionPlan
extends XSData

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

XSDataCollectionPlan

public XSDataCollectionPlan()
Method Detail

getCollectionPlanNumber

public XSDataInteger getCollectionPlanNumber()
Gets the value of the collectionPlanNumber property.

Returns:
possible object is XSDataInteger

setCollectionPlanNumber

public void setCollectionPlanNumber(XSDataInteger value)
Sets the value of the collectionPlanNumber property.

Parameters:
value - allowed object is XSDataInteger

getCollectionStrategy

public XSDataCollection getCollectionStrategy()
Gets the value of the collectionStrategy property.

Returns:
possible object is XSDataCollection

setCollectionStrategy

public void setCollectionStrategy(XSDataCollection value)
Sets the value of the collectionStrategy property.

Parameters:
value - allowed object is XSDataCollection

getComment

public XSDataString getComment()
Gets the value of the comment property.

Returns:
possible object is XSDataString

setComment

public void setComment(XSDataString value)
Sets the value of the comment property.

Parameters:
value - allowed object is XSDataString

getStrategySummary

public XSDataStrategySummary getStrategySummary()
Gets the value of the strategySummary property.

Returns:
possible object is XSDataStrategySummary

setStrategySummary

public void setStrategySummary(XSDataStrategySummary value)
Sets the value of the strategySummary property.

Parameters:
value - allowed object is XSDataStrategySummary

getStatistics

public XSDataStatisticsStrategy getStatistics()
Gets the value of the statistics property.

Returns:
possible object is XSDataStatisticsStrategy

setStatistics

public void setStatistics(XSDataStatisticsStrategy value)
Sets the value of the statistics property.

Parameters:
value - allowed object is XSDataStatisticsStrategy