Package net.opengis.omeo.eop.v_2_0
Class HistogramType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.HistogramType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class HistogramType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for HistogramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistogramType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bandId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="min" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="max" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="mean" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="stdDeviation" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbandIdprotected BigIntegermaxprotected BigDecimalmeanprotected BigIntegerminprotected BigDecimalstdDeviation
-
Constructor Summary
Constructors Constructor Description HistogramType()Default no-arg constructorHistogramType(String bandId, BigInteger min, BigInteger max, BigDecimal mean, BigDecimal stdDeviation)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)StringgetBandId()Gets the value of the bandId property.BigIntegergetMax()Gets the value of the max property.BigDecimalgetMean()Gets the value of the mean property.BigIntegergetMin()Gets the value of the min property.BigDecimalgetStdDeviation()Gets the value of the stdDeviation property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetBandId()booleanisSetMax()booleanisSetMean()booleanisSetMin()booleanisSetStdDeviation()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetBandId(String value)Sets the value of the bandId property.voidsetMax(BigInteger value)Sets the value of the max property.voidsetMean(BigDecimal value)Sets the value of the mean property.voidsetMin(BigInteger value)Sets the value of the min property.voidsetStdDeviation(BigDecimal value)Sets the value of the stdDeviation property.StringtoString()HistogramTypewithBandId(String value)HistogramTypewithMax(BigInteger value)HistogramTypewithMean(BigDecimal value)HistogramTypewithMin(BigInteger value)HistogramTypewithStdDeviation(BigDecimal value)
-
-
-
Field Detail
-
bandId
protected String bandId
-
min
protected BigInteger min
-
max
protected BigInteger max
-
mean
protected BigDecimal mean
-
stdDeviation
protected BigDecimal stdDeviation
-
-
Constructor Detail
-
HistogramType
public HistogramType()
Default no-arg constructor
-
HistogramType
public HistogramType(String bandId, BigInteger min, BigInteger max, BigDecimal mean, BigDecimal stdDeviation)
Fully-initialising value constructor
-
-
Method Detail
-
getBandId
public String getBandId()
Gets the value of the bandId property.- Returns:
- possible object is
String
-
setBandId
public void setBandId(String value)
Sets the value of the bandId property.- Parameters:
value- allowed object isString
-
isSetBandId
public boolean isSetBandId()
-
getMin
public BigInteger getMin()
Gets the value of the min property.- Returns:
- possible object is
BigInteger
-
setMin
public void setMin(BigInteger value)
Sets the value of the min property.- Parameters:
value- allowed object isBigInteger
-
isSetMin
public boolean isSetMin()
-
getMax
public BigInteger getMax()
Gets the value of the max property.- Returns:
- possible object is
BigInteger
-
setMax
public void setMax(BigInteger value)
Sets the value of the max property.- Parameters:
value- allowed object isBigInteger
-
isSetMax
public boolean isSetMax()
-
getMean
public BigDecimal getMean()
Gets the value of the mean property.- Returns:
- possible object is
BigDecimal
-
setMean
public void setMean(BigDecimal value)
Sets the value of the mean property.- Parameters:
value- allowed object isBigDecimal
-
isSetMean
public boolean isSetMean()
-
getStdDeviation
public BigDecimal getStdDeviation()
Gets the value of the stdDeviation property.- Returns:
- possible object is
BigDecimal
-
setStdDeviation
public void setStdDeviation(BigDecimal value)
Sets the value of the stdDeviation property.- Parameters:
value- allowed object isBigDecimal
-
isSetStdDeviation
public boolean isSetStdDeviation()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withBandId
public HistogramType withBandId(String value)
-
withMin
public HistogramType withMin(BigInteger value)
-
withMax
public HistogramType withMax(BigInteger value)
-
withMean
public HistogramType withMean(BigDecimal value)
-
withStdDeviation
public HistogramType withStdDeviation(BigDecimal value)
-
-