net.opengis.wcps.v_1_0
Class ProcessCoverageXmlRequestType
java.lang.Object
net.opengis.wcps.v_1_0.ProcessCoverageXmlRequestType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class ProcessCoverageXmlRequestType
- extends Object
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
ProcessCoverage XML query structure.
Java class for ProcessCoverageXmlRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessCoverageXmlRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="coverageIterator" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="iteratorVar" type="{http://www.opengis.net/wcps/1.0}VariableNameType"/>
<element name="coverageName" type="{http://www.opengis.net/wcs/1.1}IdentifierType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="where" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.opengis.net/wcps/1.0}BooleanScalarExprType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<group ref="{http://www.opengis.net/wcps/1.0}ProcessingExprType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
CoverageExprElementType |
getAdd()
Gets the value of the add property. |
CoverageExprElementType |
getAll()
Gets the value of the all property. |
CoverageExprElementType |
getAvg()
Gets the value of the avg property. |
BooleanScalarExprPairType |
getBooleanAnd()
Gets the value of the booleanAnd property. |
NumericScalarExprPairType |
getBooleanEqualNumeric()
Gets the value of the booleanEqualNumeric property. |
StringScalarExprPairType |
getBooleanEqualString()
Gets the value of the booleanEqualString property. |
NumericScalarExprPairType |
getBooleanGreaterOrEqual()
Gets the value of the booleanGreaterOrEqual property. |
NumericScalarExprPairType |
getBooleanGreaterThan()
Gets the value of the booleanGreaterThan property. |
NumericScalarExprPairType |
getBooleanLessOrEqual()
Gets the value of the booleanLessOrEqual property. |
NumericScalarExprPairType |
getBooleanLessThan()
Gets the value of the booleanLessThan property. |
BooleanScalarExprType |
getBooleanNot()
Gets the value of the booleanNot property. |
NumericScalarExprPairType |
getBooleanNotEqualNumeric()
Gets the value of the booleanNotEqualNumeric property. |
StringScalarExprPairType |
getBooleanNotEqualString()
Gets the value of the booleanNotEqualString property. |
BooleanScalarExprPairType |
getBooleanOr()
Gets the value of the booleanOr property. |
BooleanScalarExprPairType |
getBooleanXor()
Gets the value of the booleanXor property. |
ComplexConstantType |
getComplexConstant()
Gets the value of the complexConstant property. |
CondenseScalarExprType |
getCondense()
Gets the value of the condense property. |
CoverageExprElementType |
getCount()
Gets the value of the count property. |
List<ProcessCoverageXmlRequestType.CoverageIterator> |
getCoverageIterator()
Gets the value of the coverageIterator property. |
CoverageExprElementType |
getCrsSet()
Gets the value of the crsSet property. |
DomainMetadataExprType |
getDomainMetadata()
Gets the value of the domainMetadata property. |
EncodeDataExprType |
getEncode()
Gets the value of the encode property. |
CoverageExprElementType |
getIdentifier()
Gets the value of the identifier property. |
CoverageExprElementType |
getImageCrs()
Gets the value of the imageCrs property. |
CondenseScalarExprType.ImageCrsDomain |
getImageCrsDomain()
Gets the value of the imageCrsDomain property. |
CondenseScalarExprType.InterpolationDefault |
getInterpolationDefault()
Gets the value of the interpolationDefault property. |
CondenseScalarExprType.InterpolationSet |
getInterpolationSet()
Gets the value of the interpolationSet property. |
CoverageExprElementType |
getMax()
Gets the value of the max property. |
CoverageExprElementType |
getMin()
Gets the value of the min property. |
CoverageExprElementType |
getNullSet()
Gets the value of the nullSet property. |
NumericScalarExprPairType |
getNumericAdd()
Gets the value of the numericAdd property. |
Double |
getNumericConstant()
Gets the value of the numericConstant property. |
NumericScalarExprPairType |
getNumericDiv()
Gets the value of the numericDiv property. |
NumericScalarExprPairType |
getNumericMinus()
Gets the value of the numericMinus property. |
NumericScalarExprPairType |
getNumericMult()
Gets the value of the numericMult property. |
CondenseScalarExprType.NumericUnaryMinus |
getNumericUnaryMinus()
Gets the value of the numericUnaryMinus property. |
ReduceScalarExprType |
getReduce()
Gets the value of the reduce property. |
CoverageExprElementType |
getSome()
Gets the value of the some property. |
String |
getStringConstant()
Gets the value of the stringConstant property. |
CoverageExprElementType |
getStringIdentifier()
Gets the value of the stringIdentifier property. |
ProcessCoverageXmlRequestType.Where |
getWhere()
Gets the value of the where property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isBooleanConstant()
Gets the value of the booleanConstant property. |
boolean |
isSetAdd()
|
boolean |
isSetAll()
|
boolean |
isSetAvg()
|
boolean |
isSetBooleanAnd()
|
boolean |
isSetBooleanConstant()
|
boolean |
isSetBooleanEqualNumeric()
|
boolean |
isSetBooleanEqualString()
|
boolean |
isSetBooleanGreaterOrEqual()
|
boolean |
isSetBooleanGreaterThan()
|
boolean |
isSetBooleanLessOrEqual()
|
boolean |
isSetBooleanLessThan()
|
boolean |
isSetBooleanNot()
|
boolean |
isSetBooleanNotEqualNumeric()
|
boolean |
isSetBooleanNotEqualString()
|
boolean |
isSetBooleanOr()
|
boolean |
isSetBooleanXor()
|
boolean |
isSetComplexConstant()
|
boolean |
isSetCondense()
|
boolean |
isSetCount()
|
boolean |
isSetCoverageIterator()
|
boolean |
isSetCrsSet()
|
boolean |
isSetDomainMetadata()
|
boolean |
isSetEncode()
|
boolean |
isSetIdentifier()
|
boolean |
isSetImageCrs()
|
boolean |
isSetImageCrsDomain()
|
boolean |
isSetInterpolationDefault()
|
boolean |
isSetInterpolationSet()
|
boolean |
isSetMax()
|
boolean |
isSetMin()
|
boolean |
isSetNullSet()
|
boolean |
isSetNumericAdd()
|
boolean |
isSetNumericConstant()
|
boolean |
isSetNumericDiv()
|
boolean |
isSetNumericMinus()
|
boolean |
isSetNumericMult()
|
boolean |
isSetNumericUnaryMinus()
|
boolean |
isSetReduce()
|
boolean |
isSetSome()
|
boolean |
isSetStringConstant()
|
boolean |
isSetStringIdentifier()
|
boolean |
isSetWhere()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAdd(CoverageExprElementType value)
Sets the value of the add property. |
void |
setAll(CoverageExprElementType value)
Sets the value of the all property. |
void |
setAvg(CoverageExprElementType value)
Sets the value of the avg property. |
void |
setBooleanAnd(BooleanScalarExprPairType value)
Sets the value of the booleanAnd property. |
void |
setBooleanConstant(Boolean value)
Sets the value of the booleanConstant property. |
void |
setBooleanEqualNumeric(NumericScalarExprPairType value)
Sets the value of the booleanEqualNumeric property. |
void |
setBooleanEqualString(StringScalarExprPairType value)
Sets the value of the booleanEqualString property. |
void |
setBooleanGreaterOrEqual(NumericScalarExprPairType value)
Sets the value of the booleanGreaterOrEqual property. |
void |
setBooleanGreaterThan(NumericScalarExprPairType value)
Sets the value of the booleanGreaterThan property. |
void |
setBooleanLessOrEqual(NumericScalarExprPairType value)
Sets the value of the booleanLessOrEqual property. |
void |
setBooleanLessThan(NumericScalarExprPairType value)
Sets the value of the booleanLessThan property. |
void |
setBooleanNot(BooleanScalarExprType value)
Sets the value of the booleanNot property. |
void |
setBooleanNotEqualNumeric(NumericScalarExprPairType value)
Sets the value of the booleanNotEqualNumeric property. |
void |
setBooleanNotEqualString(StringScalarExprPairType value)
Sets the value of the booleanNotEqualString property. |
void |
setBooleanOr(BooleanScalarExprPairType value)
Sets the value of the booleanOr property. |
void |
setBooleanXor(BooleanScalarExprPairType value)
Sets the value of the booleanXor property. |
void |
setComplexConstant(ComplexConstantType value)
Sets the value of the complexConstant property. |
void |
setCondense(CondenseScalarExprType value)
Sets the value of the condense property. |
void |
setCount(CoverageExprElementType value)
Sets the value of the count property. |
void |
setCoverageIterator(List<ProcessCoverageXmlRequestType.CoverageIterator> value)
|
void |
setCrsSet(CoverageExprElementType value)
Sets the value of the crsSet property. |
void |
setDomainMetadata(DomainMetadataExprType value)
Sets the value of the domainMetadata property. |
void |
setEncode(EncodeDataExprType value)
Sets the value of the encode property. |
void |
setIdentifier(CoverageExprElementType value)
Sets the value of the identifier property. |
void |
setImageCrs(CoverageExprElementType value)
Sets the value of the imageCrs property. |
void |
setImageCrsDomain(CondenseScalarExprType.ImageCrsDomain value)
Sets the value of the imageCrsDomain property. |
void |
setInterpolationDefault(CondenseScalarExprType.InterpolationDefault value)
Sets the value of the interpolationDefault property. |
void |
setInterpolationSet(CondenseScalarExprType.InterpolationSet value)
Sets the value of the interpolationSet property. |
void |
setMax(CoverageExprElementType value)
Sets the value of the max property. |
void |
setMin(CoverageExprElementType value)
Sets the value of the min property. |
void |
setNullSet(CoverageExprElementType value)
Sets the value of the nullSet property. |
void |
setNumericAdd(NumericScalarExprPairType value)
Sets the value of the numericAdd property. |
void |
setNumericConstant(Double value)
Sets the value of the numericConstant property. |
void |
setNumericDiv(NumericScalarExprPairType value)
Sets the value of the numericDiv property. |
void |
setNumericMinus(NumericScalarExprPairType value)
Sets the value of the numericMinus property. |
void |
setNumericMult(NumericScalarExprPairType value)
Sets the value of the numericMult property. |
void |
setNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
Sets the value of the numericUnaryMinus property. |
void |
setReduce(ReduceScalarExprType value)
Sets the value of the reduce property. |
void |
setSome(CoverageExprElementType value)
Sets the value of the some property. |
void |
setStringConstant(String value)
Sets the value of the stringConstant property. |
void |
setStringIdentifier(CoverageExprElementType value)
Sets the value of the stringIdentifier property. |
void |
setWhere(ProcessCoverageXmlRequestType.Where value)
Sets the value of the where property. |
String |
toString()
|
void |
unsetCoverageIterator()
|
ProcessCoverageXmlRequestType |
withAdd(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withAll(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withAvg(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withBooleanAnd(BooleanScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanConstant(Boolean value)
|
ProcessCoverageXmlRequestType |
withBooleanEqualNumeric(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanEqualString(StringScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanGreaterOrEqual(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanGreaterThan(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanLessOrEqual(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanLessThan(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanNot(BooleanScalarExprType value)
|
ProcessCoverageXmlRequestType |
withBooleanNotEqualNumeric(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanNotEqualString(StringScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanOr(BooleanScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withBooleanXor(BooleanScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withComplexConstant(ComplexConstantType value)
|
ProcessCoverageXmlRequestType |
withCondense(CondenseScalarExprType value)
|
ProcessCoverageXmlRequestType |
withCount(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withCoverageIterator(Collection<ProcessCoverageXmlRequestType.CoverageIterator> values)
|
ProcessCoverageXmlRequestType |
withCoverageIterator(List<ProcessCoverageXmlRequestType.CoverageIterator> value)
|
ProcessCoverageXmlRequestType |
withCoverageIterator(ProcessCoverageXmlRequestType.CoverageIterator... values)
|
ProcessCoverageXmlRequestType |
withCrsSet(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withDomainMetadata(DomainMetadataExprType value)
|
ProcessCoverageXmlRequestType |
withEncode(EncodeDataExprType value)
|
ProcessCoverageXmlRequestType |
withIdentifier(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withImageCrs(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withImageCrsDomain(CondenseScalarExprType.ImageCrsDomain value)
|
ProcessCoverageXmlRequestType |
withInterpolationDefault(CondenseScalarExprType.InterpolationDefault value)
|
ProcessCoverageXmlRequestType |
withInterpolationSet(CondenseScalarExprType.InterpolationSet value)
|
ProcessCoverageXmlRequestType |
withMax(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withMin(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withNullSet(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withNumericAdd(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withNumericConstant(Double value)
|
ProcessCoverageXmlRequestType |
withNumericDiv(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withNumericMinus(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withNumericMult(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType |
withNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
|
ProcessCoverageXmlRequestType |
withReduce(ReduceScalarExprType value)
|
ProcessCoverageXmlRequestType |
withSome(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withStringConstant(String value)
|
ProcessCoverageXmlRequestType |
withStringIdentifier(CoverageExprElementType value)
|
ProcessCoverageXmlRequestType |
withWhere(ProcessCoverageXmlRequestType.Where value)
|
coverageIterator
protected List<ProcessCoverageXmlRequestType.CoverageIterator> coverageIterator
where
protected ProcessCoverageXmlRequestType.Where where
encode
protected EncodeDataExprType encode
identifier
protected CoverageExprElementType identifier
imageCrs
protected CoverageExprElementType imageCrs
imageCrsDomain
protected CondenseScalarExprType.ImageCrsDomain imageCrsDomain
crsSet
protected CoverageExprElementType crsSet
domainMetadata
protected DomainMetadataExprType domainMetadata
nullSet
protected CoverageExprElementType nullSet
interpolationDefault
protected CondenseScalarExprType.InterpolationDefault interpolationDefault
interpolationSet
protected CondenseScalarExprType.InterpolationSet interpolationSet
booleanConstant
protected Boolean booleanConstant
booleanNot
protected BooleanScalarExprType booleanNot
booleanAnd
protected BooleanScalarExprPairType booleanAnd
booleanOr
protected BooleanScalarExprPairType booleanOr
booleanXor
protected BooleanScalarExprPairType booleanXor
booleanLessThan
protected NumericScalarExprPairType booleanLessThan
booleanLessOrEqual
protected NumericScalarExprPairType booleanLessOrEqual
booleanGreaterThan
protected NumericScalarExprPairType booleanGreaterThan
booleanGreaterOrEqual
protected NumericScalarExprPairType booleanGreaterOrEqual
booleanEqualNumeric
protected NumericScalarExprPairType booleanEqualNumeric
booleanNotEqualNumeric
protected NumericScalarExprPairType booleanNotEqualNumeric
booleanEqualString
protected StringScalarExprPairType booleanEqualString
booleanNotEqualString
protected StringScalarExprPairType booleanNotEqualString
numericConstant
protected Double numericConstant
complexConstant
protected ComplexConstantType complexConstant
numericUnaryMinus
protected CondenseScalarExprType.NumericUnaryMinus numericUnaryMinus
numericAdd
protected NumericScalarExprPairType numericAdd
numericMinus
protected NumericScalarExprPairType numericMinus
numericMult
protected NumericScalarExprPairType numericMult
numericDiv
protected NumericScalarExprPairType numericDiv
condense
protected CondenseScalarExprType condense
reduce
protected ReduceScalarExprType reduce
all
protected CoverageExprElementType all
some
protected CoverageExprElementType some
count
protected CoverageExprElementType count
add
protected CoverageExprElementType add
avg
protected CoverageExprElementType avg
min
protected CoverageExprElementType min
max
protected CoverageExprElementType max
stringIdentifier
protected CoverageExprElementType stringIdentifier
stringConstant
protected String stringConstant
ProcessCoverageXmlRequestType
public ProcessCoverageXmlRequestType()
getCoverageIterator
public List<ProcessCoverageXmlRequestType.CoverageIterator> getCoverageIterator()
- Gets the value of the coverageIterator property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the coverageIterator property.
For example, to add a new item, do as follows:
getCoverageIterator().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessCoverageXmlRequestType.CoverageIterator
isSetCoverageIterator
public boolean isSetCoverageIterator()
unsetCoverageIterator
public void unsetCoverageIterator()
getWhere
public ProcessCoverageXmlRequestType.Where getWhere()
- Gets the value of the where property.
- Returns:
- possible object is
ProcessCoverageXmlRequestType.Where
setWhere
public void setWhere(ProcessCoverageXmlRequestType.Where value)
- Sets the value of the where property.
- Parameters:
value - allowed object is
ProcessCoverageXmlRequestType.Where
isSetWhere
public boolean isSetWhere()
getEncode
public EncodeDataExprType getEncode()
- Gets the value of the encode property.
- Returns:
- possible object is
EncodeDataExprType
setEncode
public void setEncode(EncodeDataExprType value)
- Sets the value of the encode property.
- Parameters:
value - allowed object is
EncodeDataExprType
isSetEncode
public boolean isSetEncode()
getIdentifier
public CoverageExprElementType getIdentifier()
- Gets the value of the identifier property.
- Returns:
- possible object is
CoverageExprElementType
setIdentifier
public void setIdentifier(CoverageExprElementType value)
- Sets the value of the identifier property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetIdentifier
public boolean isSetIdentifier()
getImageCrs
public CoverageExprElementType getImageCrs()
- Gets the value of the imageCrs property.
- Returns:
- possible object is
CoverageExprElementType
setImageCrs
public void setImageCrs(CoverageExprElementType value)
- Sets the value of the imageCrs property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetImageCrs
public boolean isSetImageCrs()
getImageCrsDomain
public CondenseScalarExprType.ImageCrsDomain getImageCrsDomain()
- Gets the value of the imageCrsDomain property.
- Returns:
- possible object is
CondenseScalarExprType.ImageCrsDomain
setImageCrsDomain
public void setImageCrsDomain(CondenseScalarExprType.ImageCrsDomain value)
- Sets the value of the imageCrsDomain property.
- Parameters:
value - allowed object is
CondenseScalarExprType.ImageCrsDomain
isSetImageCrsDomain
public boolean isSetImageCrsDomain()
getCrsSet
public CoverageExprElementType getCrsSet()
- Gets the value of the crsSet property.
- Returns:
- possible object is
CoverageExprElementType
setCrsSet
public void setCrsSet(CoverageExprElementType value)
- Sets the value of the crsSet property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetCrsSet
public boolean isSetCrsSet()
getDomainMetadata
public DomainMetadataExprType getDomainMetadata()
- Gets the value of the domainMetadata property.
- Returns:
- possible object is
DomainMetadataExprType
setDomainMetadata
public void setDomainMetadata(DomainMetadataExprType value)
- Sets the value of the domainMetadata property.
- Parameters:
value - allowed object is
DomainMetadataExprType
isSetDomainMetadata
public boolean isSetDomainMetadata()
getNullSet
public CoverageExprElementType getNullSet()
- Gets the value of the nullSet property.
- Returns:
- possible object is
CoverageExprElementType
setNullSet
public void setNullSet(CoverageExprElementType value)
- Sets the value of the nullSet property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetNullSet
public boolean isSetNullSet()
getInterpolationDefault
public CondenseScalarExprType.InterpolationDefault getInterpolationDefault()
- Gets the value of the interpolationDefault property.
- Returns:
- possible object is
CondenseScalarExprType.InterpolationDefault
setInterpolationDefault
public void setInterpolationDefault(CondenseScalarExprType.InterpolationDefault value)
- Sets the value of the interpolationDefault property.
- Parameters:
value - allowed object is
CondenseScalarExprType.InterpolationDefault
isSetInterpolationDefault
public boolean isSetInterpolationDefault()
getInterpolationSet
public CondenseScalarExprType.InterpolationSet getInterpolationSet()
- Gets the value of the interpolationSet property.
- Returns:
- possible object is
CondenseScalarExprType.InterpolationSet
setInterpolationSet
public void setInterpolationSet(CondenseScalarExprType.InterpolationSet value)
- Sets the value of the interpolationSet property.
- Parameters:
value - allowed object is
CondenseScalarExprType.InterpolationSet
isSetInterpolationSet
public boolean isSetInterpolationSet()
isBooleanConstant
public Boolean isBooleanConstant()
- Gets the value of the booleanConstant property.
- Returns:
- possible object is
Boolean
setBooleanConstant
public void setBooleanConstant(Boolean value)
- Sets the value of the booleanConstant property.
- Parameters:
value - allowed object is
Boolean
isSetBooleanConstant
public boolean isSetBooleanConstant()
getBooleanNot
public BooleanScalarExprType getBooleanNot()
- Gets the value of the booleanNot property.
- Returns:
- possible object is
BooleanScalarExprType
setBooleanNot
public void setBooleanNot(BooleanScalarExprType value)
- Sets the value of the booleanNot property.
- Parameters:
value - allowed object is
BooleanScalarExprType
isSetBooleanNot
public boolean isSetBooleanNot()
getBooleanAnd
public BooleanScalarExprPairType getBooleanAnd()
- Gets the value of the booleanAnd property.
- Returns:
- possible object is
BooleanScalarExprPairType
setBooleanAnd
public void setBooleanAnd(BooleanScalarExprPairType value)
- Sets the value of the booleanAnd property.
- Parameters:
value - allowed object is
BooleanScalarExprPairType
isSetBooleanAnd
public boolean isSetBooleanAnd()
getBooleanOr
public BooleanScalarExprPairType getBooleanOr()
- Gets the value of the booleanOr property.
- Returns:
- possible object is
BooleanScalarExprPairType
setBooleanOr
public void setBooleanOr(BooleanScalarExprPairType value)
- Sets the value of the booleanOr property.
- Parameters:
value - allowed object is
BooleanScalarExprPairType
isSetBooleanOr
public boolean isSetBooleanOr()
getBooleanXor
public BooleanScalarExprPairType getBooleanXor()
- Gets the value of the booleanXor property.
- Returns:
- possible object is
BooleanScalarExprPairType
setBooleanXor
public void setBooleanXor(BooleanScalarExprPairType value)
- Sets the value of the booleanXor property.
- Parameters:
value - allowed object is
BooleanScalarExprPairType
isSetBooleanXor
public boolean isSetBooleanXor()
getBooleanLessThan
public NumericScalarExprPairType getBooleanLessThan()
- Gets the value of the booleanLessThan property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanLessThan
public void setBooleanLessThan(NumericScalarExprPairType value)
- Sets the value of the booleanLessThan property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanLessThan
public boolean isSetBooleanLessThan()
getBooleanLessOrEqual
public NumericScalarExprPairType getBooleanLessOrEqual()
- Gets the value of the booleanLessOrEqual property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanLessOrEqual
public void setBooleanLessOrEqual(NumericScalarExprPairType value)
- Sets the value of the booleanLessOrEqual property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanLessOrEqual
public boolean isSetBooleanLessOrEqual()
getBooleanGreaterThan
public NumericScalarExprPairType getBooleanGreaterThan()
- Gets the value of the booleanGreaterThan property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanGreaterThan
public void setBooleanGreaterThan(NumericScalarExprPairType value)
- Sets the value of the booleanGreaterThan property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanGreaterThan
public boolean isSetBooleanGreaterThan()
getBooleanGreaterOrEqual
public NumericScalarExprPairType getBooleanGreaterOrEqual()
- Gets the value of the booleanGreaterOrEqual property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanGreaterOrEqual
public void setBooleanGreaterOrEqual(NumericScalarExprPairType value)
- Sets the value of the booleanGreaterOrEqual property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanGreaterOrEqual
public boolean isSetBooleanGreaterOrEqual()
getBooleanEqualNumeric
public NumericScalarExprPairType getBooleanEqualNumeric()
- Gets the value of the booleanEqualNumeric property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanEqualNumeric
public void setBooleanEqualNumeric(NumericScalarExprPairType value)
- Sets the value of the booleanEqualNumeric property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanEqualNumeric
public boolean isSetBooleanEqualNumeric()
getBooleanNotEqualNumeric
public NumericScalarExprPairType getBooleanNotEqualNumeric()
- Gets the value of the booleanNotEqualNumeric property.
- Returns:
- possible object is
NumericScalarExprPairType
setBooleanNotEqualNumeric
public void setBooleanNotEqualNumeric(NumericScalarExprPairType value)
- Sets the value of the booleanNotEqualNumeric property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetBooleanNotEqualNumeric
public boolean isSetBooleanNotEqualNumeric()
getBooleanEqualString
public StringScalarExprPairType getBooleanEqualString()
- Gets the value of the booleanEqualString property.
- Returns:
- possible object is
StringScalarExprPairType
setBooleanEqualString
public void setBooleanEqualString(StringScalarExprPairType value)
- Sets the value of the booleanEqualString property.
- Parameters:
value - allowed object is
StringScalarExprPairType
isSetBooleanEqualString
public boolean isSetBooleanEqualString()
getBooleanNotEqualString
public StringScalarExprPairType getBooleanNotEqualString()
- Gets the value of the booleanNotEqualString property.
- Returns:
- possible object is
StringScalarExprPairType
setBooleanNotEqualString
public void setBooleanNotEqualString(StringScalarExprPairType value)
- Sets the value of the booleanNotEqualString property.
- Parameters:
value - allowed object is
StringScalarExprPairType
isSetBooleanNotEqualString
public boolean isSetBooleanNotEqualString()
getNumericConstant
public Double getNumericConstant()
- Gets the value of the numericConstant property.
- Returns:
- possible object is
Double
setNumericConstant
public void setNumericConstant(Double value)
- Sets the value of the numericConstant property.
- Parameters:
value - allowed object is
Double
isSetNumericConstant
public boolean isSetNumericConstant()
getComplexConstant
public ComplexConstantType getComplexConstant()
- Gets the value of the complexConstant property.
- Returns:
- possible object is
ComplexConstantType
setComplexConstant
public void setComplexConstant(ComplexConstantType value)
- Sets the value of the complexConstant property.
- Parameters:
value - allowed object is
ComplexConstantType
isSetComplexConstant
public boolean isSetComplexConstant()
getNumericUnaryMinus
public CondenseScalarExprType.NumericUnaryMinus getNumericUnaryMinus()
- Gets the value of the numericUnaryMinus property.
- Returns:
- possible object is
CondenseScalarExprType.NumericUnaryMinus
setNumericUnaryMinus
public void setNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
- Sets the value of the numericUnaryMinus property.
- Parameters:
value - allowed object is
CondenseScalarExprType.NumericUnaryMinus
isSetNumericUnaryMinus
public boolean isSetNumericUnaryMinus()
getNumericAdd
public NumericScalarExprPairType getNumericAdd()
- Gets the value of the numericAdd property.
- Returns:
- possible object is
NumericScalarExprPairType
setNumericAdd
public void setNumericAdd(NumericScalarExprPairType value)
- Sets the value of the numericAdd property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetNumericAdd
public boolean isSetNumericAdd()
getNumericMinus
public NumericScalarExprPairType getNumericMinus()
- Gets the value of the numericMinus property.
- Returns:
- possible object is
NumericScalarExprPairType
setNumericMinus
public void setNumericMinus(NumericScalarExprPairType value)
- Sets the value of the numericMinus property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetNumericMinus
public boolean isSetNumericMinus()
getNumericMult
public NumericScalarExprPairType getNumericMult()
- Gets the value of the numericMult property.
- Returns:
- possible object is
NumericScalarExprPairType
setNumericMult
public void setNumericMult(NumericScalarExprPairType value)
- Sets the value of the numericMult property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetNumericMult
public boolean isSetNumericMult()
getNumericDiv
public NumericScalarExprPairType getNumericDiv()
- Gets the value of the numericDiv property.
- Returns:
- possible object is
NumericScalarExprPairType
setNumericDiv
public void setNumericDiv(NumericScalarExprPairType value)
- Sets the value of the numericDiv property.
- Parameters:
value - allowed object is
NumericScalarExprPairType
isSetNumericDiv
public boolean isSetNumericDiv()
getCondense
public CondenseScalarExprType getCondense()
- Gets the value of the condense property.
- Returns:
- possible object is
CondenseScalarExprType
setCondense
public void setCondense(CondenseScalarExprType value)
- Sets the value of the condense property.
- Parameters:
value - allowed object is
CondenseScalarExprType
isSetCondense
public boolean isSetCondense()
getReduce
public ReduceScalarExprType getReduce()
- Gets the value of the reduce property.
- Returns:
- possible object is
ReduceScalarExprType
setReduce
public void setReduce(ReduceScalarExprType value)
- Sets the value of the reduce property.
- Parameters:
value - allowed object is
ReduceScalarExprType
isSetReduce
public boolean isSetReduce()
getAll
public CoverageExprElementType getAll()
- Gets the value of the all property.
- Returns:
- possible object is
CoverageExprElementType
setAll
public void setAll(CoverageExprElementType value)
- Sets the value of the all property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetAll
public boolean isSetAll()
getSome
public CoverageExprElementType getSome()
- Gets the value of the some property.
- Returns:
- possible object is
CoverageExprElementType
setSome
public void setSome(CoverageExprElementType value)
- Sets the value of the some property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetSome
public boolean isSetSome()
getCount
public CoverageExprElementType getCount()
- Gets the value of the count property.
- Returns:
- possible object is
CoverageExprElementType
setCount
public void setCount(CoverageExprElementType value)
- Sets the value of the count property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetCount
public boolean isSetCount()
getAdd
public CoverageExprElementType getAdd()
- Gets the value of the add property.
- Returns:
- possible object is
CoverageExprElementType
setAdd
public void setAdd(CoverageExprElementType value)
- Sets the value of the add property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetAdd
public boolean isSetAdd()
getAvg
public CoverageExprElementType getAvg()
- Gets the value of the avg property.
- Returns:
- possible object is
CoverageExprElementType
setAvg
public void setAvg(CoverageExprElementType value)
- Sets the value of the avg property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetAvg
public boolean isSetAvg()
getMin
public CoverageExprElementType getMin()
- Gets the value of the min property.
- Returns:
- possible object is
CoverageExprElementType
setMin
public void setMin(CoverageExprElementType value)
- Sets the value of the min property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetMin
public boolean isSetMin()
getMax
public CoverageExprElementType getMax()
- Gets the value of the max property.
- Returns:
- possible object is
CoverageExprElementType
setMax
public void setMax(CoverageExprElementType value)
- Sets the value of the max property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetMax
public boolean isSetMax()
getStringIdentifier
public CoverageExprElementType getStringIdentifier()
- Gets the value of the stringIdentifier property.
- Returns:
- possible object is
CoverageExprElementType
setStringIdentifier
public void setStringIdentifier(CoverageExprElementType value)
- Sets the value of the stringIdentifier property.
- Parameters:
value - allowed object is
CoverageExprElementType
isSetStringIdentifier
public boolean isSetStringIdentifier()
getStringConstant
public String getStringConstant()
- Gets the value of the stringConstant property.
- Returns:
- possible object is
String
setStringConstant
public void setStringConstant(String value)
- Sets the value of the stringConstant property.
- Parameters:
value - allowed object is
String
isSetStringConstant
public boolean isSetStringConstant()
toString
public String toString()
- Overrides:
toString in class Object
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
clone
public Object clone()
- Overrides:
clone in class Object
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
setCoverageIterator
public void setCoverageIterator(List<ProcessCoverageXmlRequestType.CoverageIterator> value)
withCoverageIterator
public ProcessCoverageXmlRequestType withCoverageIterator(ProcessCoverageXmlRequestType.CoverageIterator... values)
withCoverageIterator
public ProcessCoverageXmlRequestType withCoverageIterator(Collection<ProcessCoverageXmlRequestType.CoverageIterator> values)
withWhere
public ProcessCoverageXmlRequestType withWhere(ProcessCoverageXmlRequestType.Where value)
withEncode
public ProcessCoverageXmlRequestType withEncode(EncodeDataExprType value)
withIdentifier
public ProcessCoverageXmlRequestType withIdentifier(CoverageExprElementType value)
withImageCrs
public ProcessCoverageXmlRequestType withImageCrs(CoverageExprElementType value)
withImageCrsDomain
public ProcessCoverageXmlRequestType withImageCrsDomain(CondenseScalarExprType.ImageCrsDomain value)
withCrsSet
public ProcessCoverageXmlRequestType withCrsSet(CoverageExprElementType value)
withDomainMetadata
public ProcessCoverageXmlRequestType withDomainMetadata(DomainMetadataExprType value)
withNullSet
public ProcessCoverageXmlRequestType withNullSet(CoverageExprElementType value)
withInterpolationDefault
public ProcessCoverageXmlRequestType withInterpolationDefault(CondenseScalarExprType.InterpolationDefault value)
withInterpolationSet
public ProcessCoverageXmlRequestType withInterpolationSet(CondenseScalarExprType.InterpolationSet value)
withBooleanConstant
public ProcessCoverageXmlRequestType withBooleanConstant(Boolean value)
withBooleanNot
public ProcessCoverageXmlRequestType withBooleanNot(BooleanScalarExprType value)
withBooleanAnd
public ProcessCoverageXmlRequestType withBooleanAnd(BooleanScalarExprPairType value)
withBooleanOr
public ProcessCoverageXmlRequestType withBooleanOr(BooleanScalarExprPairType value)
withBooleanXor
public ProcessCoverageXmlRequestType withBooleanXor(BooleanScalarExprPairType value)
withBooleanLessThan
public ProcessCoverageXmlRequestType withBooleanLessThan(NumericScalarExprPairType value)
withBooleanLessOrEqual
public ProcessCoverageXmlRequestType withBooleanLessOrEqual(NumericScalarExprPairType value)
withBooleanGreaterThan
public ProcessCoverageXmlRequestType withBooleanGreaterThan(NumericScalarExprPairType value)
withBooleanGreaterOrEqual
public ProcessCoverageXmlRequestType withBooleanGreaterOrEqual(NumericScalarExprPairType value)
withBooleanEqualNumeric
public ProcessCoverageXmlRequestType withBooleanEqualNumeric(NumericScalarExprPairType value)
withBooleanNotEqualNumeric
public ProcessCoverageXmlRequestType withBooleanNotEqualNumeric(NumericScalarExprPairType value)
withBooleanEqualString
public ProcessCoverageXmlRequestType withBooleanEqualString(StringScalarExprPairType value)
withBooleanNotEqualString
public ProcessCoverageXmlRequestType withBooleanNotEqualString(StringScalarExprPairType value)
withNumericConstant
public ProcessCoverageXmlRequestType withNumericConstant(Double value)
withComplexConstant
public ProcessCoverageXmlRequestType withComplexConstant(ComplexConstantType value)
withNumericUnaryMinus
public ProcessCoverageXmlRequestType withNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
withNumericAdd
public ProcessCoverageXmlRequestType withNumericAdd(NumericScalarExprPairType value)
withNumericMinus
public ProcessCoverageXmlRequestType withNumericMinus(NumericScalarExprPairType value)
withNumericMult
public ProcessCoverageXmlRequestType withNumericMult(NumericScalarExprPairType value)
withNumericDiv
public ProcessCoverageXmlRequestType withNumericDiv(NumericScalarExprPairType value)
withCondense
public ProcessCoverageXmlRequestType withCondense(CondenseScalarExprType value)
withReduce
public ProcessCoverageXmlRequestType withReduce(ReduceScalarExprType value)
withAll
public ProcessCoverageXmlRequestType withAll(CoverageExprElementType value)
withSome
public ProcessCoverageXmlRequestType withSome(CoverageExprElementType value)
withCount
public ProcessCoverageXmlRequestType withCount(CoverageExprElementType value)
withAdd
public ProcessCoverageXmlRequestType withAdd(CoverageExprElementType value)
withAvg
public ProcessCoverageXmlRequestType withAvg(CoverageExprElementType value)
withMin
public ProcessCoverageXmlRequestType withMin(CoverageExprElementType value)
withMax
public ProcessCoverageXmlRequestType withMax(CoverageExprElementType value)
withStringIdentifier
public ProcessCoverageXmlRequestType withStringIdentifier(CoverageExprElementType value)
withStringConstant
public ProcessCoverageXmlRequestType withStringConstant(String value)
withCoverageIterator
public ProcessCoverageXmlRequestType withCoverageIterator(List<ProcessCoverageXmlRequestType.CoverageIterator> value)
Copyright © 2008-2015. All Rights Reserved.