gov.nasa.arc.pds.xml.generated
Class ObjectStatistics

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ObjectStatistics

public class ObjectStatistics
extends Object

The Object Statistics class provides a set of values that provide metrics about the object.

Java class for Object_Statistics complex type.

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

 <complexType name="Object_Statistics">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="maximum" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="minimum" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="mean" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="standard_deviation" type="{http://pds.nasa.gov/pds4/pds/v1}standard_deviation" minOccurs="0"/>
         <element name="bit_mask" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Numeric_Base2" minOccurs="0"/>
         <element name="median" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" minOccurs="0"/>
         <element name="maximum_scaled_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="minimum_scaled_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String bitMask
           
protected  String description
           
protected  String localIdentifier
           
protected  Double maximum
           
protected  Double maximumScaledValue
           
protected  String md5Checksum
           
protected  Double mean
           
protected  Double median
           
protected  Double minimum
           
protected  Double minimumScaledValue
           
protected  Double standardDeviation
           
 
Constructor Summary
ObjectStatistics()
           
 
Method Summary
 String getBitMask()
          Gets the value of the bitMask property.
 String getDescription()
          Gets the value of the description property.
 String getLocalIdentifier()
          Gets the value of the localIdentifier property.
 Double getMaximum()
          Gets the value of the maximum property.
 Double getMaximumScaledValue()
          Gets the value of the maximumScaledValue property.
 String getMd5Checksum()
          Gets the value of the md5Checksum property.
 Double getMean()
          Gets the value of the mean property.
 Double getMedian()
          Gets the value of the median property.
 Double getMinimum()
          Gets the value of the minimum property.
 Double getMinimumScaledValue()
          Gets the value of the minimumScaledValue property.
 Double getStandardDeviation()
          Gets the value of the standardDeviation property.
 void setBitMask(String value)
          Sets the value of the bitMask property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLocalIdentifier(String value)
          Sets the value of the localIdentifier property.
 void setMaximum(Double value)
          Sets the value of the maximum property.
 void setMaximumScaledValue(Double value)
          Sets the value of the maximumScaledValue property.
 void setMd5Checksum(String value)
          Sets the value of the md5Checksum property.
 void setMean(Double value)
          Sets the value of the mean property.
 void setMedian(Double value)
          Sets the value of the median property.
 void setMinimum(Double value)
          Sets the value of the minimum property.
 void setMinimumScaledValue(Double value)
          Sets the value of the minimumScaledValue property.
 void setStandardDeviation(Double value)
          Sets the value of the standardDeviation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localIdentifier

protected String localIdentifier

maximum

protected Double maximum

minimum

protected Double minimum

mean

protected Double mean

standardDeviation

protected Double standardDeviation

bitMask

protected String bitMask

median

protected Double median

md5Checksum

protected String md5Checksum

maximumScaledValue

protected Double maximumScaledValue

minimumScaledValue

protected Double minimumScaledValue

description

protected String description
Constructor Detail

ObjectStatistics

public ObjectStatistics()
Method Detail

getLocalIdentifier

public String getLocalIdentifier()
Gets the value of the localIdentifier property.

Returns:
possible object is String

setLocalIdentifier

public void setLocalIdentifier(String value)
Sets the value of the localIdentifier property.

Parameters:
value - allowed object is String

getMaximum

public Double getMaximum()
Gets the value of the maximum property.

Returns:
possible object is Double

setMaximum

public void setMaximum(Double value)
Sets the value of the maximum property.

Parameters:
value - allowed object is Double

getMinimum

public Double getMinimum()
Gets the value of the minimum property.

Returns:
possible object is Double

setMinimum

public void setMinimum(Double value)
Sets the value of the minimum property.

Parameters:
value - allowed object is Double

getMean

public Double getMean()
Gets the value of the mean property.

Returns:
possible object is Double

setMean

public void setMean(Double value)
Sets the value of the mean property.

Parameters:
value - allowed object is Double

getStandardDeviation

public Double getStandardDeviation()
Gets the value of the standardDeviation property.

Returns:
possible object is Double

setStandardDeviation

public void setStandardDeviation(Double value)
Sets the value of the standardDeviation property.

Parameters:
value - allowed object is Double

getBitMask

public String getBitMask()
Gets the value of the bitMask property.

Returns:
possible object is String

setBitMask

public void setBitMask(String value)
Sets the value of the bitMask property.

Parameters:
value - allowed object is String

getMedian

public Double getMedian()
Gets the value of the median property.

Returns:
possible object is Double

setMedian

public void setMedian(Double value)
Sets the value of the median property.

Parameters:
value - allowed object is Double

getMd5Checksum

public String getMd5Checksum()
Gets the value of the md5Checksum property.

Returns:
possible object is String

setMd5Checksum

public void setMd5Checksum(String value)
Sets the value of the md5Checksum property.

Parameters:
value - allowed object is String

getMaximumScaledValue

public Double getMaximumScaledValue()
Gets the value of the maximumScaledValue property.

Returns:
possible object is Double

setMaximumScaledValue

public void setMaximumScaledValue(Double value)
Sets the value of the maximumScaledValue property.

Parameters:
value - allowed object is Double

getMinimumScaledValue

public Double getMinimumScaledValue()
Gets the value of the minimumScaledValue property.

Returns:
possible object is Double

setMinimumScaledValue

public void setMinimumScaledValue(Double value)
Sets the value of the minimumScaledValue property.

Parameters:
value - allowed object is Double

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.