|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.FieldStatistics
public class FieldStatistics
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}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="median" 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 |
description
|
protected String |
localIdentifier
|
protected Double |
maximum
|
protected Double |
mean
|
protected Double |
median
|
protected Double |
minimum
|
protected Double |
standardDeviation
|
Constructor Summary | |
---|---|
FieldStatistics()
|
Method Summary | |
---|---|
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 |
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 |
getStandardDeviation()
Gets the value of the standardDeviation 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 |
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 |
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 |
---|
protected String localIdentifier
protected Double maximum
protected Double minimum
protected Double mean
protected Double standardDeviation
protected Double median
protected String description
Constructor Detail |
---|
public FieldStatistics()
Method Detail |
---|
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public Double getMaximum()
Double
public void setMaximum(Double value)
value
- allowed object is
Double
public Double getMinimum()
Double
public void setMinimum(Double value)
value
- allowed object is
Double
public Double getMean()
Double
public void setMean(Double value)
value
- allowed object is
Double
public Double getStandardDeviation()
Double
public void setStandardDeviation(Double value)
value
- allowed object is
Double
public Double getMedian()
Double
public void setMedian(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |