Class 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>
     
    • Constructor Detail

      • DataLayerType

        public DataLayerType()
        Default no-arg 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 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()
      • 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()
      • append

        public StringBuilder append​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        append in interface org.jvnet.jaxb.lang.ToString
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.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:
        equals in interface org.jvnet.jaxb.lang.Equals
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      • mergeFrom

        public void mergeFrom​(Object left,
                              Object right)
        Specified by:
        mergeFrom in interface org.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:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom