|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcps.v_1_0.ProcessCoverageXmlRequestType.Where
public static class ProcessCoverageXmlRequestType.Where
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected BooleanScalarExprPairType |
booleanAnd
|
protected Boolean |
booleanConstant
|
protected NumericScalarExprPairType |
booleanEqualNumeric
|
protected StringScalarExprPairType |
booleanEqualString
|
protected NumericScalarExprPairType |
booleanGreaterOrEqual
|
protected NumericScalarExprPairType |
booleanGreaterThan
|
protected NumericScalarExprPairType |
booleanLessOrEqual
|
protected NumericScalarExprPairType |
booleanLessThan
|
protected BooleanScalarExprType |
booleanNot
|
protected NumericScalarExprPairType |
booleanNotEqualNumeric
|
protected StringScalarExprPairType |
booleanNotEqualString
|
protected BooleanScalarExprPairType |
booleanOr
|
protected BooleanScalarExprPairType |
booleanXor
|
| Constructor Summary | |
|---|---|
ProcessCoverageXmlRequestType.Where()
|
|
| 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)
|
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. |
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 |
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()
|
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 |
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. |
String |
toString()
|
ProcessCoverageXmlRequestType.Where |
withBooleanAnd(BooleanScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanConstant(Boolean value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanEqualNumeric(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanEqualString(StringScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanGreaterOrEqual(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanGreaterThan(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanLessOrEqual(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanLessThan(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanNot(BooleanScalarExprType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanNotEqualNumeric(NumericScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanNotEqualString(StringScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanOr(BooleanScalarExprPairType value)
|
ProcessCoverageXmlRequestType.Where |
withBooleanXor(BooleanScalarExprPairType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Boolean booleanConstant
protected BooleanScalarExprType booleanNot
protected BooleanScalarExprPairType booleanAnd
protected BooleanScalarExprPairType booleanOr
protected BooleanScalarExprPairType booleanXor
protected NumericScalarExprPairType booleanLessThan
protected NumericScalarExprPairType booleanLessOrEqual
protected NumericScalarExprPairType booleanGreaterThan
protected NumericScalarExprPairType booleanGreaterOrEqual
protected NumericScalarExprPairType booleanEqualNumeric
protected NumericScalarExprPairType booleanNotEqualNumeric
protected StringScalarExprPairType booleanEqualString
protected StringScalarExprPairType booleanNotEqualString
| Constructor Detail |
|---|
public ProcessCoverageXmlRequestType.Where()
| Method Detail |
|---|
public Boolean isBooleanConstant()
Booleanpublic void setBooleanConstant(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBooleanConstant()
public BooleanScalarExprType getBooleanNot()
BooleanScalarExprTypepublic void setBooleanNot(BooleanScalarExprType value)
value - allowed object is
BooleanScalarExprTypepublic boolean isSetBooleanNot()
public BooleanScalarExprPairType getBooleanAnd()
BooleanScalarExprPairTypepublic void setBooleanAnd(BooleanScalarExprPairType value)
value - allowed object is
BooleanScalarExprPairTypepublic boolean isSetBooleanAnd()
public BooleanScalarExprPairType getBooleanOr()
BooleanScalarExprPairTypepublic void setBooleanOr(BooleanScalarExprPairType value)
value - allowed object is
BooleanScalarExprPairTypepublic boolean isSetBooleanOr()
public BooleanScalarExprPairType getBooleanXor()
BooleanScalarExprPairTypepublic void setBooleanXor(BooleanScalarExprPairType value)
value - allowed object is
BooleanScalarExprPairTypepublic boolean isSetBooleanXor()
public NumericScalarExprPairType getBooleanLessThan()
NumericScalarExprPairTypepublic void setBooleanLessThan(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanLessThan()
public NumericScalarExprPairType getBooleanLessOrEqual()
NumericScalarExprPairTypepublic void setBooleanLessOrEqual(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanLessOrEqual()
public NumericScalarExprPairType getBooleanGreaterThan()
NumericScalarExprPairTypepublic void setBooleanGreaterThan(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanGreaterThan()
public NumericScalarExprPairType getBooleanGreaterOrEqual()
NumericScalarExprPairTypepublic void setBooleanGreaterOrEqual(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanGreaterOrEqual()
public NumericScalarExprPairType getBooleanEqualNumeric()
NumericScalarExprPairTypepublic void setBooleanEqualNumeric(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanEqualNumeric()
public NumericScalarExprPairType getBooleanNotEqualNumeric()
NumericScalarExprPairTypepublic void setBooleanNotEqualNumeric(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetBooleanNotEqualNumeric()
public StringScalarExprPairType getBooleanEqualString()
StringScalarExprPairTypepublic void setBooleanEqualString(StringScalarExprPairType value)
value - allowed object is
StringScalarExprPairTypepublic boolean isSetBooleanEqualString()
public StringScalarExprPairType getBooleanNotEqualString()
StringScalarExprPairTypepublic void setBooleanNotEqualString(StringScalarExprPairType value)
value - allowed object is
StringScalarExprPairTypepublic boolean isSetBooleanNotEqualString()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic ProcessCoverageXmlRequestType.Where withBooleanConstant(Boolean value)
public ProcessCoverageXmlRequestType.Where withBooleanNot(BooleanScalarExprType value)
public ProcessCoverageXmlRequestType.Where withBooleanAnd(BooleanScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanOr(BooleanScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanXor(BooleanScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanLessThan(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanLessOrEqual(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanGreaterThan(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanGreaterOrEqual(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanEqualNumeric(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanNotEqualNumeric(NumericScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanEqualString(StringScalarExprPairType value)
public ProcessCoverageXmlRequestType.Where withBooleanNotEqualString(StringScalarExprPairType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||