org.dawb.edna.mxv1
Class XSDataStrategySummary

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

public class XSDataStrategySummary
extends XSData

Java class for XSDataStrategySummary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataStrategySummary">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="attenuation" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="completeness" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="iSigma" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="rankingResolution" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="redundancy" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="resolution" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="resolutionReasoning" type="{http://www.edna-site.org}XSDataString"/>
         <element name="totalDataCollectionTime" type="{http://www.edna-site.org}XSDataTime"/>
         <element name="totalExposureTime" type="{http://www.edna-site.org}XSDataTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataStrategySummary()
           
 
Method Summary
 XSDataFloat getAttenuation()
          Gets the value of the attenuation property.
 XSDataFloat getCompleteness()
          Gets the value of the completeness property.
 XSDataFloat getISigma()
          Gets the value of the iSigma property.
 XSDataFloat getRankingResolution()
          Gets the value of the rankingResolution property.
 XSDataFloat getRedundancy()
          Gets the value of the redundancy property.
 XSDataFloat getResolution()
          Gets the value of the resolution property.
 XSDataString getResolutionReasoning()
          Gets the value of the resolutionReasoning property.
 XSDataTime getTotalDataCollectionTime()
          Gets the value of the totalDataCollectionTime property.
 XSDataTime getTotalExposureTime()
          Gets the value of the totalExposureTime property.
 void setAttenuation(XSDataFloat value)
          Sets the value of the attenuation property.
 void setCompleteness(XSDataFloat value)
          Sets the value of the completeness property.
 void setISigma(XSDataFloat value)
          Sets the value of the iSigma property.
 void setRankingResolution(XSDataFloat value)
          Sets the value of the rankingResolution property.
 void setRedundancy(XSDataFloat value)
          Sets the value of the redundancy property.
 void setResolution(XSDataFloat value)
          Sets the value of the resolution property.
 void setResolutionReasoning(XSDataString value)
          Sets the value of the resolutionReasoning property.
 void setTotalDataCollectionTime(XSDataTime value)
          Sets the value of the totalDataCollectionTime property.
 void setTotalExposureTime(XSDataTime value)
          Sets the value of the totalExposureTime property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataStrategySummary

public XSDataStrategySummary()
Method Detail

getAttenuation

public XSDataFloat getAttenuation()
Gets the value of the attenuation property.

Returns:
possible object is XSDataFloat

setAttenuation

public void setAttenuation(XSDataFloat value)
Sets the value of the attenuation property.

Parameters:
value - allowed object is XSDataFloat

getCompleteness

public XSDataFloat getCompleteness()
Gets the value of the completeness property.

Returns:
possible object is XSDataFloat

setCompleteness

public void setCompleteness(XSDataFloat value)
Sets the value of the completeness property.

Parameters:
value - allowed object is XSDataFloat

getISigma

public XSDataFloat getISigma()
Gets the value of the iSigma property.

Returns:
possible object is XSDataFloat

setISigma

public void setISigma(XSDataFloat value)
Sets the value of the iSigma property.

Parameters:
value - allowed object is XSDataFloat

getRankingResolution

public XSDataFloat getRankingResolution()
Gets the value of the rankingResolution property.

Returns:
possible object is XSDataFloat

setRankingResolution

public void setRankingResolution(XSDataFloat value)
Sets the value of the rankingResolution property.

Parameters:
value - allowed object is XSDataFloat

getRedundancy

public XSDataFloat getRedundancy()
Gets the value of the redundancy property.

Returns:
possible object is XSDataFloat

setRedundancy

public void setRedundancy(XSDataFloat value)
Sets the value of the redundancy property.

Parameters:
value - allowed object is XSDataFloat

getResolution

public XSDataFloat getResolution()
Gets the value of the resolution property.

Returns:
possible object is XSDataFloat

setResolution

public void setResolution(XSDataFloat value)
Sets the value of the resolution property.

Parameters:
value - allowed object is XSDataFloat

getResolutionReasoning

public XSDataString getResolutionReasoning()
Gets the value of the resolutionReasoning property.

Returns:
possible object is XSDataString

setResolutionReasoning

public void setResolutionReasoning(XSDataString value)
Sets the value of the resolutionReasoning property.

Parameters:
value - allowed object is XSDataString

getTotalDataCollectionTime

public XSDataTime getTotalDataCollectionTime()
Gets the value of the totalDataCollectionTime property.

Returns:
possible object is XSDataTime

setTotalDataCollectionTime

public void setTotalDataCollectionTime(XSDataTime value)
Sets the value of the totalDataCollectionTime property.

Parameters:
value - allowed object is XSDataTime

getTotalExposureTime

public XSDataTime getTotalExposureTime()
Gets the value of the totalExposureTime property.

Returns:
possible object is XSDataTime

setTotalExposureTime

public void setTotalExposureTime(XSDataTime value)
Sets the value of the totalExposureTime property.

Parameters:
value - allowed object is XSDataTime