net.opengis.eop.atm.v_1_0
Class DataLayerType

java.lang.Object
  extended by net.opengis.eop.atm.v_1_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="specy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="highestLocation" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
         <element name="lowestLocation" type="{http://www.opengis.net/gml}MeasureType" 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  MeasureType highestLocation
           
protected  MeasureType lowestLocation
           
protected  String specy
           
protected  String unit
           
 
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.
 MeasureType getHighestLocation()
          Gets the value of the highestLocation property.
 MeasureType getLowestLocation()
          Gets the value of the lowestLocation property.
 String getSpecy()
          Gets the value of the specy property.
 String getUnit()
          Gets the value of the unit property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAlgorithmName()
           
 boolean isSetAlgorithmVersion()
           
 boolean isSetHighestLocation()
           
 boolean isSetLowestLocation()
           
 boolean isSetSpecy()
           
 boolean isSetUnit()
           
 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 setHighestLocation(MeasureType value)
          Sets the value of the highestLocation property.
 void setLowestLocation(MeasureType value)
          Sets the value of the lowestLocation property.
 void setSpecy(String value)
          Sets the value of the specy property.
 void setUnit(String value)
          Sets the value of the unit property.
 String toString()
           
 DataLayerType withAlgorithmName(String value)
           
 DataLayerType withAlgorithmVersion(String value)
           
 DataLayerType withHighestLocation(MeasureType value)
           
 DataLayerType withLowestLocation(MeasureType value)
           
 DataLayerType withSpecy(String value)
           
 DataLayerType withUnit(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

specy

protected String specy

unit

protected String unit

highestLocation

protected MeasureType highestLocation

lowestLocation

protected MeasureType lowestLocation

algorithmName

protected String algorithmName

algorithmVersion

protected String algorithmVersion
Constructor Detail

DataLayerType

public DataLayerType()
Method Detail

getSpecy

public String getSpecy()
Gets the value of the specy property.

Returns:
possible object is String

setSpecy

public void setSpecy(String value)
Sets the value of the specy property.

Parameters:
value - allowed object is String

isSetSpecy

public boolean isSetSpecy()

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

getHighestLocation

public MeasureType getHighestLocation()
Gets the value of the highestLocation property.

Returns:
possible object is MeasureType

setHighestLocation

public void setHighestLocation(MeasureType value)
Sets the value of the highestLocation property.

Parameters:
value - allowed object is MeasureType

isSetHighestLocation

public boolean isSetHighestLocation()

getLowestLocation

public MeasureType getLowestLocation()
Gets the value of the lowestLocation property.

Returns:
possible object is MeasureType

setLowestLocation

public void setLowestLocation(MeasureType value)
Sets the value of the lowestLocation property.

Parameters:
value - allowed object is MeasureType

isSetLowestLocation

public boolean isSetLowestLocation()

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

withSpecy

public DataLayerType withSpecy(String value)

withUnit

public DataLayerType withUnit(String value)

withHighestLocation

public DataLayerType withHighestLocation(MeasureType value)

withLowestLocation

public DataLayerType withLowestLocation(MeasureType value)

withAlgorithmName

public DataLayerType withAlgorithmName(String value)

withAlgorithmVersion

public DataLayerType withAlgorithmVersion(String value)


Copyright © 2008-2015. All Rights Reserved.