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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithmName |
protected String |
algorithmVersion |
protected String |
species |
protected MeasureType |
speciesError |
protected String |
unit |
protected DirectPositionListType |
verticalRange |
| Constructor and Description |
|---|
DataLayerType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected MeasureType speciesError
protected String unit
protected DirectPositionListType verticalRange
protected String species
protected String algorithmName
protected String algorithmVersion
public MeasureType getSpeciesError()
MeasureTypepublic void setSpeciesError(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSpeciesError()
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isSetUnit()
public DirectPositionListType getVerticalRange()
DirectPositionListTypepublic void setVerticalRange(DirectPositionListType value)
value - allowed object is
DirectPositionListTypepublic boolean isSetVerticalRange()
public String getSpecies()
Stringpublic void setSpecies(String value)
value - allowed object is
Stringpublic boolean isSetSpecies()
public String getAlgorithmName()
Stringpublic void setAlgorithmName(String value)
value - allowed object is
Stringpublic boolean isSetAlgorithmName()
public String getAlgorithmVersion()
Stringpublic void setAlgorithmVersion(String value)
value - allowed object is
Stringpublic boolean isSetAlgorithmVersion()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public DataLayerType withSpeciesError(MeasureType value)
public DataLayerType withUnit(String value)
public DataLayerType withVerticalRange(DirectPositionListType value)
public DataLayerType withSpecies(String value)
public DataLayerType withAlgorithmName(String value)
public DataLayerType withAlgorithmVersion(String value)
Copyright © 2008–2023. All rights reserved.