net.opengis.wcps.v_1_0
Class CondenseScalarExprType.NumericUnaryMinus

java.lang.Object
  extended by net.opengis.wcps.v_1_0.CondenseScalarExprType.NumericUnaryMinus
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
Enclosing class:
CondenseScalarExprType

public static class CondenseScalarExprType.NumericUnaryMinus
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

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

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
Constructor Detail

CondenseScalarExprType.NumericUnaryMinus

public CondenseScalarExprType.NumericUnaryMinus()
Method Detail

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()

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

withNumericConstant

public CondenseScalarExprType.NumericUnaryMinus withNumericConstant(Double value)

withComplexConstant

public CondenseScalarExprType.NumericUnaryMinus withComplexConstant(ComplexConstantType value)

withNumericUnaryMinus

public CondenseScalarExprType.NumericUnaryMinus withNumericUnaryMinus(CondenseScalarExprType.NumericUnaryMinus value)

withNumericAdd

public CondenseScalarExprType.NumericUnaryMinus withNumericAdd(NumericScalarExprPairType value)

withNumericMinus

public CondenseScalarExprType.NumericUnaryMinus withNumericMinus(NumericScalarExprPairType value)

withNumericMult

public CondenseScalarExprType.NumericUnaryMinus withNumericMult(NumericScalarExprPairType value)

withNumericDiv

public CondenseScalarExprType.NumericUnaryMinus withNumericDiv(NumericScalarExprPairType value)

withCondense

public CondenseScalarExprType.NumericUnaryMinus withCondense(CondenseScalarExprType value)

withReduce

public CondenseScalarExprType.NumericUnaryMinus withReduce(ReduceScalarExprType value)


Copyright © 2008-2015. All Rights Reserved.