Package gov.nasa.arc.pds.xml.generated
Class FieldStatistics
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.FieldStatistics
-
public class FieldStatistics extends java.lang.Object
The Field Statistics class provides a set of metrics for a column formed by a field in a repeating record.Java class for Field_Statistics complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Field_Statistics"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/> <element name="maximum" type="{http://pds.nasa.gov/pds4/pds/v1}maximum" minOccurs="0"/> <element name="minimum" type="{http://pds.nasa.gov/pds4/pds/v1}minimum" minOccurs="0"/> <element name="mean" type="{http://pds.nasa.gov/pds4/pds/v1}mean" minOccurs="0"/> <element name="standard_deviation" type="{http://pds.nasa.gov/pds4/pds/v1}standard_deviation" minOccurs="0"/> <element name="median" type="{http://pds.nasa.gov/pds4/pds/v1}median" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.lang.String
localIdentifier
protected java.lang.Double
maximum
protected java.lang.Double
mean
protected java.lang.Double
median
protected java.lang.Double
minimum
protected java.lang.Double
standardDeviation
-
Constructor Summary
Constructors Constructor Description FieldStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the value of the description property.java.lang.String
getLocalIdentifier()
Gets the value of the localIdentifier property.java.lang.Double
getMaximum()
Gets the value of the maximum property.java.lang.Double
getMean()
Gets the value of the mean property.java.lang.Double
getMedian()
Gets the value of the median property.java.lang.Double
getMinimum()
Gets the value of the minimum property.java.lang.Double
getStandardDeviation()
Gets the value of the standardDeviation property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.void
setMaximum(java.lang.Double value)
Sets the value of the maximum property.void
setMean(java.lang.Double value)
Sets the value of the mean property.void
setMedian(java.lang.Double value)
Sets the value of the median property.void
setMinimum(java.lang.Double value)
Sets the value of the minimum property.void
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.
-
-
-
Field Detail
-
localIdentifier
protected java.lang.String localIdentifier
-
maximum
protected java.lang.Double maximum
-
minimum
protected java.lang.Double minimum
-
mean
protected java.lang.Double mean
-
standardDeviation
protected java.lang.Double standardDeviation
-
median
protected java.lang.Double median
-
description
protected java.lang.String description
-
-
Method Detail
-
getLocalIdentifier
public java.lang.String getLocalIdentifier()
Gets the value of the localIdentifier property.- Returns:
- possible object is
String
-
setLocalIdentifier
public void setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.- Parameters:
value
- allowed object isString
-
getMaximum
public java.lang.Double getMaximum()
Gets the value of the maximum property.- Returns:
- possible object is
Double
-
setMaximum
public void setMaximum(java.lang.Double value)
Sets the value of the maximum property.- Parameters:
value
- allowed object isDouble
-
getMinimum
public java.lang.Double getMinimum()
Gets the value of the minimum property.- Returns:
- possible object is
Double
-
setMinimum
public void setMinimum(java.lang.Double value)
Sets the value of the minimum property.- Parameters:
value
- allowed object isDouble
-
getMean
public java.lang.Double getMean()
Gets the value of the mean property.- Returns:
- possible object is
Double
-
setMean
public void setMean(java.lang.Double value)
Sets the value of the mean property.- Parameters:
value
- allowed object isDouble
-
getStandardDeviation
public java.lang.Double getStandardDeviation()
Gets the value of the standardDeviation property.- Returns:
- possible object is
Double
-
setStandardDeviation
public void setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.- Parameters:
value
- allowed object isDouble
-
getMedian
public java.lang.Double getMedian()
Gets the value of the median property.- Returns:
- possible object is
Double
-
setMedian
public void setMedian(java.lang.Double value)
Sets the value of the median property.- Parameters:
value
- allowed object isDouble
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
-