|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcps.v_1_0.CondenseScalarExprType.NumericUnaryMinus
public static class CondenseScalarExprType.NumericUnaryMinus
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}NumericScalarExprType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ComplexConstantType |
complexConstant
|
protected CondenseScalarExprType |
condense
|
protected NumericScalarExprPairType |
numericAdd
|
protected Double |
numericConstant
|
protected NumericScalarExprPairType |
numericDiv
|
protected NumericScalarExprPairType |
numericMinus
|
protected NumericScalarExprPairType |
numericMult
|
protected CondenseScalarExprType.NumericUnaryMinus |
numericUnaryMinus
|
protected ReduceScalarExprType |
reduce
|
| Constructor Summary | |
|---|---|
CondenseScalarExprType.NumericUnaryMinus()
|
|
| 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)
|
ComplexConstantType |
getComplexConstant()
Gets the value of the complexConstant property. |
CondenseScalarExprType |
getCondense()
Gets the value of the condense 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. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetComplexConstant()
|
boolean |
isSetCondense()
|
boolean |
isSetNumericAdd()
|
boolean |
isSetNumericConstant()
|
boolean |
isSetNumericDiv()
|
boolean |
isSetNumericMinus()
|
boolean |
isSetNumericMult()
|
boolean |
isSetNumericUnaryMinus()
|
boolean |
isSetReduce()
|
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 |
setComplexConstant(ComplexConstantType value)
Sets the value of the complexConstant property. |
void |
setCondense(CondenseScalarExprType value)
Sets the value of the condense 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. |
String |
toString()
|
CondenseScalarExprType.NumericUnaryMinus |
withComplexConstant(ComplexConstantType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withCondense(CondenseScalarExprType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericAdd(NumericScalarExprPairType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericConstant(Double value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericDiv(NumericScalarExprPairType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericMinus(NumericScalarExprPairType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericMult(NumericScalarExprPairType value)
|
CondenseScalarExprType.NumericUnaryMinus |
withNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
|
CondenseScalarExprType.NumericUnaryMinus |
withReduce(ReduceScalarExprType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Double numericConstant
protected ComplexConstantType complexConstant
protected CondenseScalarExprType.NumericUnaryMinus numericUnaryMinus
protected NumericScalarExprPairType numericAdd
protected NumericScalarExprPairType numericMinus
protected NumericScalarExprPairType numericMult
protected NumericScalarExprPairType numericDiv
protected CondenseScalarExprType condense
protected ReduceScalarExprType reduce
| Constructor Detail |
|---|
public CondenseScalarExprType.NumericUnaryMinus()
| Method Detail |
|---|
public Double getNumericConstant()
Doublepublic void setNumericConstant(Double value)
value - allowed object is
Doublepublic boolean isSetNumericConstant()
public ComplexConstantType getComplexConstant()
ComplexConstantTypepublic void setComplexConstant(ComplexConstantType value)
value - allowed object is
ComplexConstantTypepublic boolean isSetComplexConstant()
public CondenseScalarExprType.NumericUnaryMinus getNumericUnaryMinus()
CondenseScalarExprType.NumericUnaryMinuspublic void setNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
value - allowed object is
CondenseScalarExprType.NumericUnaryMinuspublic boolean isSetNumericUnaryMinus()
public NumericScalarExprPairType getNumericAdd()
NumericScalarExprPairTypepublic void setNumericAdd(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetNumericAdd()
public NumericScalarExprPairType getNumericMinus()
NumericScalarExprPairTypepublic void setNumericMinus(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetNumericMinus()
public NumericScalarExprPairType getNumericMult()
NumericScalarExprPairTypepublic void setNumericMult(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetNumericMult()
public NumericScalarExprPairType getNumericDiv()
NumericScalarExprPairTypepublic void setNumericDiv(NumericScalarExprPairType value)
value - allowed object is
NumericScalarExprPairTypepublic boolean isSetNumericDiv()
public CondenseScalarExprType getCondense()
CondenseScalarExprTypepublic void setCondense(CondenseScalarExprType value)
value - allowed object is
CondenseScalarExprTypepublic boolean isSetCondense()
public ReduceScalarExprType getReduce()
ReduceScalarExprTypepublic void setReduce(ReduceScalarExprType value)
value - allowed object is
ReduceScalarExprTypepublic boolean isSetReduce()
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 CondenseScalarExprType.NumericUnaryMinus withNumericConstant(Double value)
public CondenseScalarExprType.NumericUnaryMinus withComplexConstant(ComplexConstantType value)
public CondenseScalarExprType.NumericUnaryMinus withNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)
public CondenseScalarExprType.NumericUnaryMinus withNumericAdd(NumericScalarExprPairType value)
public CondenseScalarExprType.NumericUnaryMinus withNumericMinus(NumericScalarExprPairType value)
public CondenseScalarExprType.NumericUnaryMinus withNumericMult(NumericScalarExprPairType value)
public CondenseScalarExprType.NumericUnaryMinus withNumericDiv(NumericScalarExprPairType value)
public CondenseScalarExprType.NumericUnaryMinus withCondense(CondenseScalarExprType value)
public CondenseScalarExprType.NumericUnaryMinus withReduce(ReduceScalarExprType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||