Package net.opengis.wps.v_2_0
Class LiteralDataDomainType
- java.lang.Object
-
- net.opengis.wps.v_2_0.LiteralDataDomainType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
LiteralDataType.LiteralDataDomain
public class LiteralDataDomainType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.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
Fields Modifier and Type Field Description protected AllowedValuesallowedValuesprotected AnyValueanyValueprotected DomainMetadataTypedataTypeprotected ValueTypedefaultValueprotected DomainMetadataTypeuomprotected ValuesReferencevaluesReference
-
Constructor Summary
Constructors Constructor Description LiteralDataDomainType()Default no-arg constructorLiteralDataDomainType(AllowedValues allowedValues, AnyValue anyValue, ValuesReference valuesReference, DomainMetadataType dataType, DomainMetadataType uom, ValueType defaultValue)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)AllowedValuesgetAllowedValues()Gets the value of the allowedValues property.AnyValuegetAnyValue()Gets the value of the anyValue property.DomainMetadataTypegetDataType()Gets the value of the dataType property.ValueTypegetDefaultValue()Gets the value of the defaultValue property.DomainMetadataTypegetUOM()Gets the value of the uom property.ValuesReferencegetValuesReference()Gets the value of the valuesReference property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAllowedValues()booleanisSetAnyValue()booleanisSetDataType()booleanisSetDefaultValue()booleanisSetUOM()booleanisSetValuesReference()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAllowedValues(AllowedValues value)Sets the value of the allowedValues property.voidsetAnyValue(AnyValue value)Sets the value of the anyValue property.voidsetDataType(DomainMetadataType value)Sets the value of the dataType property.voidsetDefaultValue(ValueType value)Sets the value of the defaultValue property.voidsetUOM(DomainMetadataType value)Sets the value of the uom property.voidsetValuesReference(ValuesReference value)Sets the value of the valuesReference property.StringtoString()LiteralDataDomainTypewithAllowedValues(AllowedValues value)LiteralDataDomainTypewithAnyValue(AnyValue value)LiteralDataDomainTypewithDataType(DomainMetadataType value)LiteralDataDomainTypewithDefaultValue(ValueType value)LiteralDataDomainTypewithUOM(DomainMetadataType value)LiteralDataDomainTypewithValuesReference(ValuesReference value)
-
-
-
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()
Default no-arg constructor
-
LiteralDataDomainType
public LiteralDataDomainType(AllowedValues allowedValues, AnyValue anyValue, ValuesReference valuesReference, DomainMetadataType dataType, DomainMetadataType uom, ValueType defaultValue)
Fully-initialising value constructor
-
-
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 isAllowedValues
-
isSetAllowedValues
public boolean isSetAllowedValues()
-
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 isAnyValue
-
isSetAnyValue
public boolean isSetAnyValue()
-
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 isValuesReference
-
isSetValuesReference
public boolean isSetValuesReference()
-
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 isDomainMetadataType
-
isSetDataType
public boolean isSetDataType()
-
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 isDomainMetadataType
-
isSetUOM
public boolean isSetUOM()
-
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 isValueType
-
isSetDefaultValue
public boolean isSetDefaultValue()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.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)
-
-