net.opengis.wcps.v_1_0
Class ReduceScalarExprType

java.lang.Object
  extended by net.opengis.wcps.v_1_0.ReduceScalarExprType
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 ReduceScalarExprType
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 ReduceScalarExprType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReduceScalarExprType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.opengis.net/wcps/1.0}ReduceScalarExprType"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CoverageExprElementType add
           
protected  CoverageExprElementType all
           
protected  CoverageExprElementType avg
           
protected  CoverageExprElementType count
           
protected  CoverageExprElementType max
           
protected  CoverageExprElementType min
           
protected  CoverageExprElementType some
           
 
Constructor Summary
ReduceScalarExprType()
           
 
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.
 CoverageExprElementType getCount()
          Gets the value of the count property.
 CoverageExprElementType getMax()
          Gets the value of the max property.
 CoverageExprElementType getMin()
          Gets the value of the min property.
 CoverageExprElementType getSome()
          Gets the value of the some property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAdd()
           
 boolean isSetAll()
           
 boolean isSetAvg()
           
 boolean isSetCount()
           
 boolean isSetMax()
           
 boolean isSetMin()
           
 boolean isSetSome()
           
 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 setCount(CoverageExprElementType value)
          Sets the value of the count property.
 void setMax(CoverageExprElementType value)
          Sets the value of the max property.
 void setMin(CoverageExprElementType value)
          Sets the value of the min property.
 void setSome(CoverageExprElementType value)
          Sets the value of the some property.
 String toString()
           
 ReduceScalarExprType withAdd(CoverageExprElementType value)
           
 ReduceScalarExprType withAll(CoverageExprElementType value)
           
 ReduceScalarExprType withAvg(CoverageExprElementType value)
           
 ReduceScalarExprType withCount(CoverageExprElementType value)
           
 ReduceScalarExprType withMax(CoverageExprElementType value)
           
 ReduceScalarExprType withMin(CoverageExprElementType value)
           
 ReduceScalarExprType withSome(CoverageExprElementType value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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

ReduceScalarExprType

public ReduceScalarExprType()
Method Detail

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

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

withAll

public ReduceScalarExprType withAll(CoverageExprElementType value)

withSome

public ReduceScalarExprType withSome(CoverageExprElementType value)

withCount

public ReduceScalarExprType withCount(CoverageExprElementType value)

withAdd

public ReduceScalarExprType withAdd(CoverageExprElementType value)

withAvg

public ReduceScalarExprType withAvg(CoverageExprElementType value)

withMin

public ReduceScalarExprType withMin(CoverageExprElementType value)

withMax

public ReduceScalarExprType withMax(CoverageExprElementType value)


Copyright © 2008-2015. All Rights Reserved.