Package net.opengis.omeo.eop.v_2_0
Class WavelengthInformationType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.WavelengthInformationType
-
- 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 WavelengthInformationType 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 WavelengthInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WavelengthInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="discreteWavelengths" type="{http://www.opengis.net/gml/3.2}MeasureListType" minOccurs="0"/> <element name="endWavelength" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/> <element name="spectralRange" type="{http://www.opengis.net/eop/2.0}SpectralRangeValueType" minOccurs="0"/> <element name="startWavelength" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/> <element name="wavelengthResolution" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MeasureListTypediscreteWavelengthsprotected MeasureTypeendWavelengthprotected StringspectralRangeprotected MeasureTypestartWavelengthprotected MeasureTypewavelengthResolution
-
Constructor Summary
Constructors Constructor Description WavelengthInformationType()Default no-arg constructorWavelengthInformationType(MeasureListType discreteWavelengths, MeasureType endWavelength, String spectralRange, MeasureType startWavelength, MeasureType wavelengthResolution)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)MeasureListTypegetDiscreteWavelengths()Gets the value of the discreteWavelengths property.MeasureTypegetEndWavelength()Gets the value of the endWavelength property.StringgetSpectralRange()Gets the value of the spectralRange property.MeasureTypegetStartWavelength()Gets the value of the startWavelength property.MeasureTypegetWavelengthResolution()Gets the value of the wavelengthResolution property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDiscreteWavelengths()booleanisSetEndWavelength()booleanisSetSpectralRange()booleanisSetStartWavelength()booleanisSetWavelengthResolution()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)voidsetDiscreteWavelengths(MeasureListType value)Sets the value of the discreteWavelengths property.voidsetEndWavelength(MeasureType value)Sets the value of the endWavelength property.voidsetSpectralRange(String value)Sets the value of the spectralRange property.voidsetStartWavelength(MeasureType value)Sets the value of the startWavelength property.voidsetWavelengthResolution(MeasureType value)Sets the value of the wavelengthResolution property.StringtoString()WavelengthInformationTypewithDiscreteWavelengths(MeasureListType value)WavelengthInformationTypewithEndWavelength(MeasureType value)WavelengthInformationTypewithSpectralRange(String value)WavelengthInformationTypewithStartWavelength(MeasureType value)WavelengthInformationTypewithWavelengthResolution(MeasureType value)
-
-
-
Field Detail
-
discreteWavelengths
protected MeasureListType discreteWavelengths
-
endWavelength
protected MeasureType endWavelength
-
spectralRange
protected String spectralRange
-
startWavelength
protected MeasureType startWavelength
-
wavelengthResolution
protected MeasureType wavelengthResolution
-
-
Constructor Detail
-
WavelengthInformationType
public WavelengthInformationType()
Default no-arg constructor
-
WavelengthInformationType
public WavelengthInformationType(MeasureListType discreteWavelengths, MeasureType endWavelength, String spectralRange, MeasureType startWavelength, MeasureType wavelengthResolution)
Fully-initialising value constructor
-
-
Method Detail
-
getDiscreteWavelengths
public MeasureListType getDiscreteWavelengths()
Gets the value of the discreteWavelengths property.- Returns:
- possible object is
MeasureListType
-
setDiscreteWavelengths
public void setDiscreteWavelengths(MeasureListType value)
Sets the value of the discreteWavelengths property.- Parameters:
value- allowed object isMeasureListType
-
isSetDiscreteWavelengths
public boolean isSetDiscreteWavelengths()
-
getEndWavelength
public MeasureType getEndWavelength()
Gets the value of the endWavelength property.- Returns:
- possible object is
MeasureType
-
setEndWavelength
public void setEndWavelength(MeasureType value)
Sets the value of the endWavelength property.- Parameters:
value- allowed object isMeasureType
-
isSetEndWavelength
public boolean isSetEndWavelength()
-
getSpectralRange
public String getSpectralRange()
Gets the value of the spectralRange property.- Returns:
- possible object is
String
-
setSpectralRange
public void setSpectralRange(String value)
Sets the value of the spectralRange property.- Parameters:
value- allowed object isString
-
isSetSpectralRange
public boolean isSetSpectralRange()
-
getStartWavelength
public MeasureType getStartWavelength()
Gets the value of the startWavelength property.- Returns:
- possible object is
MeasureType
-
setStartWavelength
public void setStartWavelength(MeasureType value)
Sets the value of the startWavelength property.- Parameters:
value- allowed object isMeasureType
-
isSetStartWavelength
public boolean isSetStartWavelength()
-
getWavelengthResolution
public MeasureType getWavelengthResolution()
Gets the value of the wavelengthResolution property.- Returns:
- possible object is
MeasureType
-
setWavelengthResolution
public void setWavelengthResolution(MeasureType value)
Sets the value of the wavelengthResolution property.- Parameters:
value- allowed object isMeasureType
-
isSetWavelengthResolution
public boolean isSetWavelengthResolution()
-
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
-
withDiscreteWavelengths
public WavelengthInformationType withDiscreteWavelengths(MeasureListType value)
-
withEndWavelength
public WavelengthInformationType withEndWavelength(MeasureType value)
-
withSpectralRange
public WavelengthInformationType withSpectralRange(String value)
-
withStartWavelength
public WavelengthInformationType withStartWavelength(MeasureType value)
-
withWavelengthResolution
public WavelengthInformationType withWavelengthResolution(MeasureType value)
-
-