net.opengis.omeo.atm.v_2_0
Class DataLayerType

java.lang.Object
  extended by net.opengis.omeo.atm.v_2_0.DataLayerType
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 DataLayerType
extends Object
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

Java class for DataLayerType complex type.

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

 <complexType name="DataLayerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="speciesError" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="verticalRange" type="{http://www.opengis.net/gml/3.2}DirectPositionListType" minOccurs="0"/>
         <element name="species" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="algorithmName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="algorithmVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String algorithmName
           
protected  String algorithmVersion
           
protected  String species
           
protected  MeasureType speciesError
           
protected  String unit
           
protected  DirectPositionListType verticalRange
           
 
Constructor Summary
DataLayerType()
           
 
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)
           
 String getAlgorithmName()
          Gets the value of the algorithmName property.
 String getAlgorithmVersion()
          Gets the value of the algorithmVersion property.
 String getSpecies()
          Gets the value of the species property.
 MeasureType getSpeciesError()
          Gets the value of the speciesError property.
 String getUnit()
          Gets the value of the unit property.
 DirectPositionListType getVerticalRange()
          Gets the value of the verticalRange property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAlgorithmName()
           
 boolean isSetAlgorithmVersion()
           
 boolean isSetSpecies()
           
 boolean isSetSpeciesError()
           
 boolean isSetUnit()
           
 boolean isSetVerticalRange()
           
 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 setAlgorithmName(String value)
          Sets the value of the algorithmName property.
 void setAlgorithmVersion(String value)
          Sets the value of the algorithmVersion property.
 void setSpecies(String value)
          Sets the value of the species property.
 void setSpeciesError(MeasureType value)
          Sets the value of the speciesError property.
 void setUnit(String value)
          Sets the value of the unit property.
 void setVerticalRange(DirectPositionListType value)
          Sets the value of the verticalRange property.
 String toString()
           
 DataLayerType withAlgorithmName(String value)
           
 DataLayerType withAlgorithmVersion(String value)
           
 DataLayerType withSpecies(String value)
           
 DataLayerType withSpeciesError(MeasureType value)
           
 DataLayerType withUnit(String value)
           
 DataLayerType withVerticalRange(DirectPositionListType value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

speciesError

protected MeasureType speciesError

unit

protected String unit

verticalRange

protected DirectPositionListType verticalRange

species

protected String species

algorithmName

protected String algorithmName

algorithmVersion

protected String algorithmVersion
Constructor Detail

DataLayerType

public DataLayerType()
Method Detail

getSpeciesError

public MeasureType getSpeciesError()
Gets the value of the speciesError property.

Returns:
possible object is MeasureType

setSpeciesError

public void setSpeciesError(MeasureType value)
Sets the value of the speciesError property.

Parameters:
value - allowed object is MeasureType

isSetSpeciesError

public boolean isSetSpeciesError()

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

isSetUnit

public boolean isSetUnit()

getVerticalRange

public DirectPositionListType getVerticalRange()
Gets the value of the verticalRange property.

Returns:
possible object is DirectPositionListType

setVerticalRange

public void setVerticalRange(DirectPositionListType value)
Sets the value of the verticalRange property.

Parameters:
value - allowed object is DirectPositionListType

isSetVerticalRange

public boolean isSetVerticalRange()

getSpecies

public String getSpecies()
Gets the value of the species property.

Returns:
possible object is String

setSpecies

public void setSpecies(String value)
Sets the value of the species property.

Parameters:
value - allowed object is String

isSetSpecies

public boolean isSetSpecies()

getAlgorithmName

public String getAlgorithmName()
Gets the value of the algorithmName property.

Returns:
possible object is String

setAlgorithmName

public void setAlgorithmName(String value)
Sets the value of the algorithmName property.

Parameters:
value - allowed object is String

isSetAlgorithmName

public boolean isSetAlgorithmName()

getAlgorithmVersion

public String getAlgorithmVersion()
Gets the value of the algorithmVersion property.

Returns:
possible object is String

setAlgorithmVersion

public void setAlgorithmVersion(String value)
Sets the value of the algorithmVersion property.

Parameters:
value - allowed object is String

isSetAlgorithmVersion

public boolean isSetAlgorithmVersion()

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.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2

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

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

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.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

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.CopyTo2

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

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

mergeFrom

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

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

withSpeciesError

public DataLayerType withSpeciesError(MeasureType value)

withUnit

public DataLayerType withUnit(String value)

withVerticalRange

public DataLayerType withVerticalRange(DirectPositionListType value)

withSpecies

public DataLayerType withSpecies(String value)

withAlgorithmName

public DataLayerType withAlgorithmName(String value)

withAlgorithmVersion

public DataLayerType withAlgorithmVersion(String value)


Copyright © 2008-2016. All Rights Reserved.