net.opengis.wps.v_2_0
Class LiteralDataDomainType

java.lang.Object
  extended by net.opengis.wps.v_2_0.LiteralDataDomainType
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
Direct Known Subclasses:
LiteralDataType.LiteralDataDomain

public class LiteralDataDomainType
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

A literal data domain consists of a value type and range, and optionally a unit of measurement and a default value.

Java class for LiteralDataDomainType complex type.

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

 <complexType name="LiteralDataDomainType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/ows/2.0}AllowedValues"/>
           <element ref="{http://www.opengis.net/ows/2.0}AnyValue"/>
           <element ref="{http://www.opengis.net/ows/2.0}ValuesReference"/>
         </choice>
         <element ref="{http://www.opengis.net/ows/2.0}DataType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}UOM" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}DefaultValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AllowedValues allowedValues
           
protected  AnyValue anyValue
           
protected  DomainMetadataType dataType
           
protected  ValueType defaultValue
           
protected  DomainMetadataType uom
           
protected  ValuesReference valuesReference
           
 
Constructor Summary
LiteralDataDomainType()
           
 
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)
           
 AllowedValues getAllowedValues()
          Gets the value of the allowedValues property.
 AnyValue getAnyValue()
          Gets the value of the anyValue property.
 DomainMetadataType getDataType()
          Gets the value of the dataType property.
 ValueType getDefaultValue()
          Gets the value of the defaultValue property.
 DomainMetadataType getUOM()
          Gets the value of the uom property.
 ValuesReference getValuesReference()
          Gets the value of the valuesReference property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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 setAllowedValues(AllowedValues value)
          Sets the value of the allowedValues property.
 void setAnyValue(AnyValue value)
          Sets the value of the anyValue property.
 void setDataType(DomainMetadataType value)
          Sets the value of the dataType property.
 void setDefaultValue(ValueType value)
          Sets the value of the defaultValue property.
 void setUOM(DomainMetadataType value)
          Sets the value of the uom property.
 void setValuesReference(ValuesReference value)
          Sets the value of the valuesReference property.
 String toString()
           
 LiteralDataDomainType withAllowedValues(AllowedValues value)
           
 LiteralDataDomainType withAnyValue(AnyValue value)
           
 LiteralDataDomainType withDataType(DomainMetadataType value)
           
 LiteralDataDomainType withDefaultValue(ValueType value)
           
 LiteralDataDomainType withUOM(DomainMetadataType value)
           
 LiteralDataDomainType withValuesReference(ValuesReference value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

allowedValues

protected AllowedValues allowedValues

anyValue

protected AnyValue anyValue

valuesReference

protected ValuesReference valuesReference

dataType

protected DomainMetadataType dataType

uom

protected DomainMetadataType uom

defaultValue

protected ValueType defaultValue
Constructor Detail

LiteralDataDomainType

public LiteralDataDomainType()
Method Detail

getAllowedValues

public AllowedValues getAllowedValues()
Gets the value of the allowedValues property.

Returns:
possible object is AllowedValues

setAllowedValues

public void setAllowedValues(AllowedValues value)
Sets the value of the allowedValues property.

Parameters:
value - allowed object is AllowedValues

getAnyValue

public AnyValue getAnyValue()
Gets the value of the anyValue property.

Returns:
possible object is AnyValue

setAnyValue

public void setAnyValue(AnyValue value)
Sets the value of the anyValue property.

Parameters:
value - allowed object is AnyValue

getValuesReference

public ValuesReference getValuesReference()
Gets the value of the valuesReference property.

Returns:
possible object is ValuesReference

setValuesReference

public void setValuesReference(ValuesReference value)
Sets the value of the valuesReference property.

Parameters:
value - allowed object is ValuesReference

getDataType

public DomainMetadataType getDataType()
Gets the value of the dataType property.

Returns:
possible object is DomainMetadataType

setDataType

public void setDataType(DomainMetadataType value)
Sets the value of the dataType property.

Parameters:
value - allowed object is DomainMetadataType

getUOM

public DomainMetadataType getUOM()
Gets the value of the uom property.

Returns:
possible object is DomainMetadataType

setUOM

public void setUOM(DomainMetadataType value)
Sets the value of the uom property.

Parameters:
value - allowed object is DomainMetadataType

getDefaultValue

public ValueType getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is ValueType

setDefaultValue

public void setDefaultValue(ValueType value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is ValueType

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

withAllowedValues

public LiteralDataDomainType withAllowedValues(AllowedValues value)

withAnyValue

public LiteralDataDomainType withAnyValue(AnyValue value)

withValuesReference

public LiteralDataDomainType withValuesReference(ValuesReference value)

withDataType

public LiteralDataDomainType withDataType(DomainMetadataType value)

withUOM

public LiteralDataDomainType withUOM(DomainMetadataType value)

withDefaultValue

public LiteralDataDomainType withDefaultValue(ValueType value)


Copyright © 2008-2015. All Rights Reserved.