Package net.opengis.omeo.atm.v_2_0
Class DataLayerType
- java.lang.Object
-
- net.opengis.omeo.atm.v_2_0.DataLayerType
-
- 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
public class DataLayerType 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
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
Fields Modifier and Type Field Description protected StringalgorithmNameprotected StringalgorithmVersionprotected Stringspeciesprotected MeasureTypespeciesErrorprotected Stringunitprotected DirectPositionListTypeverticalRange
-
Constructor Summary
Constructors Constructor Description DataLayerType()Default no-arg constructorDataLayerType(MeasureType speciesError, String unit, DirectPositionListType verticalRange, String species, String algorithmName, String algorithmVersion)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)StringgetAlgorithmName()Gets the value of the algorithmName property.StringgetAlgorithmVersion()Gets the value of the algorithmVersion property.StringgetSpecies()Gets the value of the species property.MeasureTypegetSpeciesError()Gets the value of the speciesError property.StringgetUnit()Gets the value of the unit property.DirectPositionListTypegetVerticalRange()Gets the value of the verticalRange property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAlgorithmName()booleanisSetAlgorithmVersion()booleanisSetSpecies()booleanisSetSpeciesError()booleanisSetUnit()booleanisSetVerticalRange()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)voidsetAlgorithmName(String value)Sets the value of the algorithmName property.voidsetAlgorithmVersion(String value)Sets the value of the algorithmVersion property.voidsetSpecies(String value)Sets the value of the species property.voidsetSpeciesError(MeasureType value)Sets the value of the speciesError property.voidsetUnit(String value)Sets the value of the unit property.voidsetVerticalRange(DirectPositionListType value)Sets the value of the verticalRange property.StringtoString()DataLayerTypewithAlgorithmName(String value)DataLayerTypewithAlgorithmVersion(String value)DataLayerTypewithSpecies(String value)DataLayerTypewithSpeciesError(MeasureType value)DataLayerTypewithUnit(String value)DataLayerTypewithVerticalRange(DirectPositionListType value)
-
-
-
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()
Default no-arg constructor
-
DataLayerType
public DataLayerType(MeasureType speciesError, String unit, DirectPositionListType verticalRange, String species, String algorithmName, String algorithmVersion)
Fully-initialising value constructor
-
-
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 isMeasureType
-
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 isString
-
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 isDirectPositionListType
-
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 isString
-
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 isString
-
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 isString
-
isSetAlgorithmVersion
public boolean isSetAlgorithmVersion()
-
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
-
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)
-
-