net.opengis.wcs.v_1_1
Class FieldType

java.lang.Object
  extended by net.opengis.ows.v_1_1_0.DescriptionType
      extended by net.opengis.wcs.v_1_1.FieldType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class FieldType
extends DescriptionType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Description of an individual field in a coverage range record.

Java class for FieldType complex type.

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

 <complexType name="FieldType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
       <sequence>
         <element ref="{http://www.opengis.net/wcs/1.1}Identifier"/>
         <element name="Definition" type="{http://www.opengis.net/ows/1.1}UnNamedDomainType"/>
         <element name="NullValue" type="{http://www.opengis.net/ows/1.1}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wcs/1.1}InterpolationMethods"/>
         <element name="Axis" type="{http://www.opengis.net/wcs/1.1}AxisType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AxisType> axis
           
protected  UnNamedDomainType definition
           
protected  String identifier
           
protected  InterpolationMethods interpolationMethods
           
protected  List<CodeType> nullValue
           
 
Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType
_abstract, keywords, title
 
Constructor Summary
FieldType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
           
 List<AxisType> getAxis()
          Gets the value of the axis property.
 UnNamedDomainType getDefinition()
          Gets the value of the definition property.
 String getIdentifier()
          Identifier of this Field.
 InterpolationMethods getInterpolationMethods()
          Spatial interpolation method(s) that server can apply to this field.
 List<CodeType> getNullValue()
          Gets the value of the nullValue property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAxis()
           
 boolean isSetDefinition()
           
 boolean isSetIdentifier()
           
 boolean isSetInterpolationMethods()
           
 boolean isSetNullValue()
           
 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.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAxis(List<AxisType> value)
           
 void setDefinition(UnNamedDomainType value)
          Sets the value of the definition property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setInterpolationMethods(InterpolationMethods value)
          Sets the value of the interpolationMethods property.
 void setNullValue(List<CodeType> value)
           
 String toString()
           
 void unsetAxis()
           
 void unsetNullValue()
           
 FieldType withAxis(AxisType... values)
           
 FieldType withAxis(Collection<AxisType> values)
           
 FieldType withAxis(List<AxisType> value)
           
 FieldType withDefinition(UnNamedDomainType value)
           
 FieldType withIdentifier(String value)
           
 FieldType withInterpolationMethods(InterpolationMethods value)
           
 FieldType withNullValue(CodeType... values)
           
 FieldType withNullValue(Collection<CodeType> values)
           
 FieldType withNullValue(List<CodeType> value)
           
 
Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle, withAbstract, withAbstract, withAbstract, withKeywords, withKeywords, withKeywords, withTitle, withTitle, withTitle
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected String identifier

definition

protected UnNamedDomainType definition

nullValue

protected List<CodeType> nullValue

interpolationMethods

protected InterpolationMethods interpolationMethods

axis

protected List<AxisType> axis
Constructor Detail

FieldType

public FieldType()
Method Detail

getIdentifier

public String getIdentifier()
Identifier of this Field. These field identifiers shall be unique in one CoverageDescription.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

isSetIdentifier

public boolean isSetIdentifier()

getDefinition

public UnNamedDomainType getDefinition()
Gets the value of the definition property.

Returns:
possible object is UnNamedDomainType

setDefinition

public void setDefinition(UnNamedDomainType value)
Sets the value of the definition property.

Parameters:
value - allowed object is UnNamedDomainType

isSetDefinition

public boolean isSetDefinition()

getNullValue

public List<CodeType> getNullValue()
Gets the value of the nullValue property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nullValue property.

For example, to add a new item, do as follows:

    getNullValue().add(newItem);
 

Objects of the following type(s) are allowed in the list CodeType


isSetNullValue

public boolean isSetNullValue()

unsetNullValue

public void unsetNullValue()

getInterpolationMethods

public InterpolationMethods getInterpolationMethods()
Spatial interpolation method(s) that server can apply to this field. One of these interpolation methods shall be used when a GetCoverage operation request requires resampling. When the only interpolation method listed is ‘none’, clients may only retrieve coverages from this coverage with its offered resolution and grid point locations.

Returns:
possible object is InterpolationMethods

setInterpolationMethods

public void setInterpolationMethods(InterpolationMethods value)
Sets the value of the interpolationMethods property.

Parameters:
value - allowed object is InterpolationMethods

isSetInterpolationMethods

public boolean isSetInterpolationMethods()

getAxis

public List<AxisType> getAxis()
Gets the value of the axis property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the axis property.

For example, to add a new item, do as follows:

    getAxis().add(newItem);
 

Objects of the following type(s) are allowed in the list AxisType


isSetAxis

public boolean isSetAxis()

unsetAxis

public void unsetAxis()

toString

public String toString()
Overrides:
toString in class DescriptionType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class DescriptionType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class DescriptionType

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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class DescriptionType

equals

public boolean equals(Object object)
Overrides:
equals in class DescriptionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class DescriptionType

hashCode

public int hashCode()
Overrides:
hashCode in class DescriptionType

clone

public Object clone()
Overrides:
clone in class DescriptionType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class DescriptionType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class DescriptionType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class DescriptionType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class DescriptionType

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class DescriptionType

setNullValue

public void setNullValue(List<CodeType> value)

setAxis

public void setAxis(List<AxisType> value)

withIdentifier

public FieldType withIdentifier(String value)

withDefinition

public FieldType withDefinition(UnNamedDomainType value)

withNullValue

public FieldType withNullValue(CodeType... values)

withNullValue

public FieldType withNullValue(Collection<CodeType> values)

withInterpolationMethods

public FieldType withInterpolationMethods(InterpolationMethods value)

withAxis

public FieldType withAxis(AxisType... values)

withAxis

public FieldType withAxis(Collection<AxisType> values)

withNullValue

public FieldType withNullValue(List<CodeType> value)

withAxis

public FieldType withAxis(List<AxisType> value)


Copyright © 2008-2015. All Rights Reserved.