net.opengis.wcs.v_1_1
Class AxisType

java.lang.Object
  extended by net.opengis.ows.v_1_1_0.DescriptionType
      extended by net.opengis.wcs.v_1_1.AxisType
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 AxisType
extends DescriptionType
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

This type is largely a subset of the ows:DomainType as needed for a range field axis.

Java class for AxisType complex type.

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

 <complexType name="AxisType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
       <sequence>
         <element ref="{http://www.opengis.net/wcs/1.1}AvailableKeys"/>
         <element ref="{http://www.opengis.net/ows/1.1}Meaning" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}DataType" minOccurs="0"/>
         <group ref="{http://www.opengis.net/ows/1.1}ValuesUnit" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}Metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="identifier" use="required" type="{http://www.opengis.net/wcs/1.1}IdentifierType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AvailableKeys availableKeys
           
protected  DomainMetadataType dataType
           
protected  String identifier
           
protected  DomainMetadataType meaning
           
protected  List<MetadataType> metadata
           
protected  DomainMetadataType referenceSystem
           
protected  DomainMetadataType uom
           
 
Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType
_abstract, keywords, title
 
Constructor Summary
AxisType()
           
 
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)
           
 AvailableKeys getAvailableKeys()
          Gets the value of the availableKeys property.
 DomainMetadataType getDataType()
          Data type metadata, which may be referenced for this axis.
 String getIdentifier()
          Gets the value of the identifier property.
 DomainMetadataType getMeaning()
          Meaning metadata, which should be referenced for this axis.
 List<MetadataType> getMetadata()
          Optional unordered list of other metadata elements about this axis.
 DomainMetadataType getReferenceSystem()
          Identifier of reference system used by this set of values.
 DomainMetadataType getUOM()
          Identifier of unit of measure of this set of values.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAvailableKeys()
           
 boolean isSetDataType()
           
 boolean isSetIdentifier()
           
 boolean isSetMeaning()
           
 boolean isSetMetadata()
           
 boolean isSetReferenceSystem()
           
 boolean isSetUOM()
           
 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 setAvailableKeys(AvailableKeys value)
          Sets the value of the availableKeys property.
 void setDataType(DomainMetadataType value)
          Sets the value of the dataType property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setMeaning(DomainMetadataType value)
          Sets the value of the meaning property.
 void setMetadata(List<MetadataType> value)
           
 void setReferenceSystem(DomainMetadataType value)
          Sets the value of the referenceSystem property.
 void setUOM(DomainMetadataType value)
          Sets the value of the uom property.
 String toString()
           
 void unsetMetadata()
           
 AxisType withAvailableKeys(AvailableKeys value)
           
 AxisType withDataType(DomainMetadataType value)
           
 AxisType withIdentifier(String value)
           
 AxisType withMeaning(DomainMetadataType value)
           
 AxisType withMetadata(Collection<MetadataType> values)
           
 AxisType withMetadata(List<MetadataType> value)
           
 AxisType withMetadata(MetadataType... values)
           
 AxisType withReferenceSystem(DomainMetadataType value)
           
 AxisType withUOM(DomainMetadataType 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

availableKeys

protected AvailableKeys availableKeys

meaning

protected DomainMetadataType meaning

dataType

protected DomainMetadataType dataType

uom

protected DomainMetadataType uom

referenceSystem

protected DomainMetadataType referenceSystem

metadata

protected List<MetadataType> metadata

identifier

protected String identifier
Constructor Detail

AxisType

public AxisType()
Method Detail

getAvailableKeys

public AvailableKeys getAvailableKeys()
Gets the value of the availableKeys property.

Returns:
possible object is AvailableKeys

setAvailableKeys

public void setAvailableKeys(AvailableKeys value)
Sets the value of the availableKeys property.

Parameters:
value - allowed object is AvailableKeys

isSetAvailableKeys

public boolean isSetAvailableKeys()

getMeaning

public DomainMetadataType getMeaning()
Meaning metadata, which should be referenced for this axis.

Returns:
possible object is DomainMetadataType

setMeaning

public void setMeaning(DomainMetadataType value)
Sets the value of the meaning property.

Parameters:
value - allowed object is DomainMetadataType

isSetMeaning

public boolean isSetMeaning()

getDataType

public DomainMetadataType getDataType()
Data type metadata, which may be referenced for this axis.

Returns:
possible object is DomainMetadataType

setDataType

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

Parameters:
value - allowed object is DomainMetadataType

isSetDataType

public boolean isSetDataType()

getUOM

public DomainMetadataType getUOM()
Identifier of unit of measure of this set of values. Should be included then this set of values has units (and not a more complete reference system).

Returns:
possible object is DomainMetadataType

setUOM

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

Parameters:
value - allowed object is DomainMetadataType

isSetUOM

public boolean isSetUOM()

getReferenceSystem

public DomainMetadataType getReferenceSystem()
Identifier of reference system used by this set of values. Should be included then this set of values has a reference system (not just units).

Returns:
possible object is DomainMetadataType

setReferenceSystem

public void setReferenceSystem(DomainMetadataType value)
Sets the value of the referenceSystem property.

Parameters:
value - allowed object is DomainMetadataType

isSetReferenceSystem

public boolean isSetReferenceSystem()

getMetadata

public List<MetadataType> getMetadata()
Optional unordered list of other metadata elements about this axis. A list of required and optional other metadata elements for this quantity can be specified in a WCS Application Profile. Gets the value of the metadata 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 metadata property.

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

    getMetadata().add(newItem);
 

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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

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

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class DescriptionType

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
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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
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.CopyTo
Overrides:
copyTo in class DescriptionType

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
Overrides:
copyTo in class DescriptionType

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
Overrides:
createNewInstance in class DescriptionType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DescriptionType

setMetadata

public void setMetadata(List<MetadataType> value)

withAvailableKeys

public AxisType withAvailableKeys(AvailableKeys value)

withMeaning

public AxisType withMeaning(DomainMetadataType value)

withDataType

public AxisType withDataType(DomainMetadataType value)

withUOM

public AxisType withUOM(DomainMetadataType value)

withReferenceSystem

public AxisType withReferenceSystem(DomainMetadataType value)

withMetadata

public AxisType withMetadata(MetadataType... values)

withMetadata

public AxisType withMetadata(Collection<MetadataType> values)

withIdentifier

public AxisType withIdentifier(String value)

withMetadata

public AxisType withMetadata(List<MetadataType> value)


Copyright © 2008-2015. All Rights Reserved.