net.opengis.omeo.eop.v_2_0
Class AcquisitionType

java.lang.Object
  extended by net.opengis.omeo.eop.v_2_0.AcquisitionType
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
Direct Known Subclasses:
AcquisitionType, AcquisitionType, AcquisitionType, AcquisitionType

public class AcquisitionType
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 AcquisitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AcquisitionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orbitNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="lastOrbitNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="orbitDirection" type="{http://www.opengis.net/eop/2.0}OrbitDirectionValueType" minOccurs="0"/>
         <element name="wrsLongitudeGrid" type="{http://www.opengis.net/gml/3.2}CodeWithAuthorityType" minOccurs="0"/>
         <element name="wrsLatitudeGrid" type="{http://www.opengis.net/gml/3.2}CodeWithAuthorityType" minOccurs="0"/>
         <element name="ascendingNodeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ascendingNodeLongitude" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="startTimeFromAscendingNode" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="completionTimeFromAscendingNode" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="orbitDuration" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="illuminationAzimuthAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="illuminationZenithAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="illuminationElevationAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="instrumentAzimuthAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="instrumentZenithAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="instrumentElevationAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="incidenceAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="acrossTrackIncidenceAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="alongTrackIncidenceAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="pitch" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="roll" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="yaw" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AngleType acrossTrackIncidenceAngle
           
protected  AngleType alongTrackIncidenceAngle
           
protected  XMLGregorianCalendar ascendingNodeDate
           
protected  MeasureType ascendingNodeLongitude
           
protected  MeasureType completionTimeFromAscendingNode
           
protected  AngleType illuminationAzimuthAngle
           
protected  AngleType illuminationElevationAngle
           
protected  AngleType illuminationZenithAngle
           
protected  AngleType incidenceAngle
           
protected  AngleType instrumentAzimuthAngle
           
protected  AngleType instrumentElevationAngle
           
protected  AngleType instrumentZenithAngle
           
protected  BigInteger lastOrbitNumber
           
protected  OrbitDirectionValueType orbitDirection
           
protected  MeasureType orbitDuration
           
protected  BigInteger orbitNumber
           
protected  AngleType pitch
           
protected  AngleType roll
           
protected  MeasureType startTimeFromAscendingNode
           
protected  CodeWithAuthorityType wrsLatitudeGrid
           
protected  CodeWithAuthorityType wrsLongitudeGrid
           
protected  AngleType yaw
           
 
Constructor Summary
AcquisitionType()
           
 
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)
           
 AngleType getAcrossTrackIncidenceAngle()
          Gets the value of the acrossTrackIncidenceAngle property.
 AngleType getAlongTrackIncidenceAngle()
          Gets the value of the alongTrackIncidenceAngle property.
 XMLGregorianCalendar getAscendingNodeDate()
          Gets the value of the ascendingNodeDate property.
 MeasureType getAscendingNodeLongitude()
          Gets the value of the ascendingNodeLongitude property.
 MeasureType getCompletionTimeFromAscendingNode()
          Gets the value of the completionTimeFromAscendingNode property.
 AngleType getIlluminationAzimuthAngle()
          Gets the value of the illuminationAzimuthAngle property.
 AngleType getIlluminationElevationAngle()
          Gets the value of the illuminationElevationAngle property.
 AngleType getIlluminationZenithAngle()
          Gets the value of the illuminationZenithAngle property.
 AngleType getIncidenceAngle()
          Gets the value of the incidenceAngle property.
 AngleType getInstrumentAzimuthAngle()
          Gets the value of the instrumentAzimuthAngle property.
 AngleType getInstrumentElevationAngle()
          Gets the value of the instrumentElevationAngle property.
 AngleType getInstrumentZenithAngle()
          Gets the value of the instrumentZenithAngle property.
 BigInteger getLastOrbitNumber()
          Gets the value of the lastOrbitNumber property.
 OrbitDirectionValueType getOrbitDirection()
          Gets the value of the orbitDirection property.
 MeasureType getOrbitDuration()
          Gets the value of the orbitDuration property.
 BigInteger getOrbitNumber()
          Gets the value of the orbitNumber property.
 AngleType getPitch()
          Gets the value of the pitch property.
 AngleType getRoll()
          Gets the value of the roll property.
 MeasureType getStartTimeFromAscendingNode()
          Gets the value of the startTimeFromAscendingNode property.
 CodeWithAuthorityType getWrsLatitudeGrid()
          Gets the value of the wrsLatitudeGrid property.
 CodeWithAuthorityType getWrsLongitudeGrid()
          Gets the value of the wrsLongitudeGrid property.
 AngleType getYaw()
          Gets the value of the yaw property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAcrossTrackIncidenceAngle()
           
 boolean isSetAlongTrackIncidenceAngle()
           
 boolean isSetAscendingNodeDate()
           
 boolean isSetAscendingNodeLongitude()
           
 boolean isSetCompletionTimeFromAscendingNode()
           
 boolean isSetIlluminationAzimuthAngle()
           
 boolean isSetIlluminationElevationAngle()
           
 boolean isSetIlluminationZenithAngle()
           
 boolean isSetIncidenceAngle()
           
 boolean isSetInstrumentAzimuthAngle()
           
 boolean isSetInstrumentElevationAngle()
           
 boolean isSetInstrumentZenithAngle()
           
 boolean isSetLastOrbitNumber()
           
 boolean isSetOrbitDirection()
           
 boolean isSetOrbitDuration()
           
 boolean isSetOrbitNumber()
           
 boolean isSetPitch()
           
 boolean isSetRoll()
           
 boolean isSetStartTimeFromAscendingNode()
           
 boolean isSetWrsLatitudeGrid()
           
 boolean isSetWrsLongitudeGrid()
           
 boolean isSetYaw()
           
 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 setAcrossTrackIncidenceAngle(AngleType value)
          Sets the value of the acrossTrackIncidenceAngle property.
 void setAlongTrackIncidenceAngle(AngleType value)
          Sets the value of the alongTrackIncidenceAngle property.
 void setAscendingNodeDate(XMLGregorianCalendar value)
          Sets the value of the ascendingNodeDate property.
 void setAscendingNodeLongitude(MeasureType value)
          Sets the value of the ascendingNodeLongitude property.
 void setCompletionTimeFromAscendingNode(MeasureType value)
          Sets the value of the completionTimeFromAscendingNode property.
 void setIlluminationAzimuthAngle(AngleType value)
          Sets the value of the illuminationAzimuthAngle property.
 void setIlluminationElevationAngle(AngleType value)
          Sets the value of the illuminationElevationAngle property.
 void setIlluminationZenithAngle(AngleType value)
          Sets the value of the illuminationZenithAngle property.
 void setIncidenceAngle(AngleType value)
          Sets the value of the incidenceAngle property.
 void setInstrumentAzimuthAngle(AngleType value)
          Sets the value of the instrumentAzimuthAngle property.
 void setInstrumentElevationAngle(AngleType value)
          Sets the value of the instrumentElevationAngle property.
 void setInstrumentZenithAngle(AngleType value)
          Sets the value of the instrumentZenithAngle property.
 void setLastOrbitNumber(BigInteger value)
          Sets the value of the lastOrbitNumber property.
 void setOrbitDirection(OrbitDirectionValueType value)
          Sets the value of the orbitDirection property.
 void setOrbitDuration(MeasureType value)
          Sets the value of the orbitDuration property.
 void setOrbitNumber(BigInteger value)
          Sets the value of the orbitNumber property.
 void setPitch(AngleType value)
          Sets the value of the pitch property.
 void setRoll(AngleType value)
          Sets the value of the roll property.
 void setStartTimeFromAscendingNode(MeasureType value)
          Sets the value of the startTimeFromAscendingNode property.
 void setWrsLatitudeGrid(CodeWithAuthorityType value)
          Sets the value of the wrsLatitudeGrid property.
 void setWrsLongitudeGrid(CodeWithAuthorityType value)
          Sets the value of the wrsLongitudeGrid property.
 void setYaw(AngleType value)
          Sets the value of the yaw property.
 String toString()
           
 AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)
           
 AcquisitionType withAlongTrackIncidenceAngle(AngleType value)
           
 AcquisitionType withAscendingNodeDate(XMLGregorianCalendar value)
           
 AcquisitionType withAscendingNodeLongitude(MeasureType value)
           
 AcquisitionType withCompletionTimeFromAscendingNode(MeasureType value)
           
 AcquisitionType withIlluminationAzimuthAngle(AngleType value)
           
 AcquisitionType withIlluminationElevationAngle(AngleType value)
           
 AcquisitionType withIlluminationZenithAngle(AngleType value)
           
 AcquisitionType withIncidenceAngle(AngleType value)
           
 AcquisitionType withInstrumentAzimuthAngle(AngleType value)
           
 AcquisitionType withInstrumentElevationAngle(AngleType value)
           
 AcquisitionType withInstrumentZenithAngle(AngleType value)
           
 AcquisitionType withLastOrbitNumber(BigInteger value)
           
 AcquisitionType withOrbitDirection(OrbitDirectionValueType value)
           
 AcquisitionType withOrbitDuration(MeasureType value)
           
 AcquisitionType withOrbitNumber(BigInteger value)
           
 AcquisitionType withPitch(AngleType value)
           
 AcquisitionType withRoll(AngleType value)
           
 AcquisitionType withStartTimeFromAscendingNode(MeasureType value)
           
 AcquisitionType withWrsLatitudeGrid(CodeWithAuthorityType value)
           
 AcquisitionType withWrsLongitudeGrid(CodeWithAuthorityType value)
           
 AcquisitionType withYaw(AngleType value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orbitNumber

protected BigInteger orbitNumber

lastOrbitNumber

protected BigInteger lastOrbitNumber

orbitDirection

protected OrbitDirectionValueType orbitDirection

wrsLongitudeGrid

protected CodeWithAuthorityType wrsLongitudeGrid

wrsLatitudeGrid

protected CodeWithAuthorityType wrsLatitudeGrid

ascendingNodeDate

protected XMLGregorianCalendar ascendingNodeDate

ascendingNodeLongitude

protected MeasureType ascendingNodeLongitude

startTimeFromAscendingNode

protected MeasureType startTimeFromAscendingNode

completionTimeFromAscendingNode

protected MeasureType completionTimeFromAscendingNode

orbitDuration

protected MeasureType orbitDuration

illuminationAzimuthAngle

protected AngleType illuminationAzimuthAngle

illuminationZenithAngle

protected AngleType illuminationZenithAngle

illuminationElevationAngle

protected AngleType illuminationElevationAngle

instrumentAzimuthAngle

protected AngleType instrumentAzimuthAngle

instrumentZenithAngle

protected AngleType instrumentZenithAngle

instrumentElevationAngle

protected AngleType instrumentElevationAngle

incidenceAngle

protected AngleType incidenceAngle

acrossTrackIncidenceAngle

protected AngleType acrossTrackIncidenceAngle

alongTrackIncidenceAngle

protected AngleType alongTrackIncidenceAngle

pitch

protected AngleType pitch

roll

protected AngleType roll

yaw

protected AngleType yaw
Constructor Detail

AcquisitionType

public AcquisitionType()
Method Detail

getOrbitNumber

public BigInteger getOrbitNumber()
Gets the value of the orbitNumber property.

Returns:
possible object is BigInteger

setOrbitNumber

public void setOrbitNumber(BigInteger value)
Sets the value of the orbitNumber property.

Parameters:
value - allowed object is BigInteger

isSetOrbitNumber

public boolean isSetOrbitNumber()

getLastOrbitNumber

public BigInteger getLastOrbitNumber()
Gets the value of the lastOrbitNumber property.

Returns:
possible object is BigInteger

setLastOrbitNumber

public void setLastOrbitNumber(BigInteger value)
Sets the value of the lastOrbitNumber property.

Parameters:
value - allowed object is BigInteger

isSetLastOrbitNumber

public boolean isSetLastOrbitNumber()

getOrbitDirection

public OrbitDirectionValueType getOrbitDirection()
Gets the value of the orbitDirection property.

Returns:
possible object is OrbitDirectionValueType

setOrbitDirection

public void setOrbitDirection(OrbitDirectionValueType value)
Sets the value of the orbitDirection property.

Parameters:
value - allowed object is OrbitDirectionValueType

isSetOrbitDirection

public boolean isSetOrbitDirection()

getWrsLongitudeGrid

public CodeWithAuthorityType getWrsLongitudeGrid()
Gets the value of the wrsLongitudeGrid property.

Returns:
possible object is CodeWithAuthorityType

setWrsLongitudeGrid

public void setWrsLongitudeGrid(CodeWithAuthorityType value)
Sets the value of the wrsLongitudeGrid property.

Parameters:
value - allowed object is CodeWithAuthorityType

isSetWrsLongitudeGrid

public boolean isSetWrsLongitudeGrid()

getWrsLatitudeGrid

public CodeWithAuthorityType getWrsLatitudeGrid()
Gets the value of the wrsLatitudeGrid property.

Returns:
possible object is CodeWithAuthorityType

setWrsLatitudeGrid

public void setWrsLatitudeGrid(CodeWithAuthorityType value)
Sets the value of the wrsLatitudeGrid property.

Parameters:
value - allowed object is CodeWithAuthorityType

isSetWrsLatitudeGrid

public boolean isSetWrsLatitudeGrid()

getAscendingNodeDate

public XMLGregorianCalendar getAscendingNodeDate()
Gets the value of the ascendingNodeDate property.

Returns:
possible object is XMLGregorianCalendar

setAscendingNodeDate

public void setAscendingNodeDate(XMLGregorianCalendar value)
Sets the value of the ascendingNodeDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetAscendingNodeDate

public boolean isSetAscendingNodeDate()

getAscendingNodeLongitude

public MeasureType getAscendingNodeLongitude()
Gets the value of the ascendingNodeLongitude property.

Returns:
possible object is MeasureType

setAscendingNodeLongitude

public void setAscendingNodeLongitude(MeasureType value)
Sets the value of the ascendingNodeLongitude property.

Parameters:
value - allowed object is MeasureType

isSetAscendingNodeLongitude

public boolean isSetAscendingNodeLongitude()

getStartTimeFromAscendingNode

public MeasureType getStartTimeFromAscendingNode()
Gets the value of the startTimeFromAscendingNode property.

Returns:
possible object is MeasureType

setStartTimeFromAscendingNode

public void setStartTimeFromAscendingNode(MeasureType value)
Sets the value of the startTimeFromAscendingNode property.

Parameters:
value - allowed object is MeasureType

isSetStartTimeFromAscendingNode

public boolean isSetStartTimeFromAscendingNode()

getCompletionTimeFromAscendingNode

public MeasureType getCompletionTimeFromAscendingNode()
Gets the value of the completionTimeFromAscendingNode property.

Returns:
possible object is MeasureType

setCompletionTimeFromAscendingNode

public void setCompletionTimeFromAscendingNode(MeasureType value)
Sets the value of the completionTimeFromAscendingNode property.

Parameters:
value - allowed object is MeasureType

isSetCompletionTimeFromAscendingNode

public boolean isSetCompletionTimeFromAscendingNode()

getOrbitDuration

public MeasureType getOrbitDuration()
Gets the value of the orbitDuration property.

Returns:
possible object is MeasureType

setOrbitDuration

public void setOrbitDuration(MeasureType value)
Sets the value of the orbitDuration property.

Parameters:
value - allowed object is MeasureType

isSetOrbitDuration

public boolean isSetOrbitDuration()

getIlluminationAzimuthAngle

public AngleType getIlluminationAzimuthAngle()
Gets the value of the illuminationAzimuthAngle property.

Returns:
possible object is AngleType

setIlluminationAzimuthAngle

public void setIlluminationAzimuthAngle(AngleType value)
Sets the value of the illuminationAzimuthAngle property.

Parameters:
value - allowed object is AngleType

isSetIlluminationAzimuthAngle

public boolean isSetIlluminationAzimuthAngle()

getIlluminationZenithAngle

public AngleType getIlluminationZenithAngle()
Gets the value of the illuminationZenithAngle property.

Returns:
possible object is AngleType

setIlluminationZenithAngle

public void setIlluminationZenithAngle(AngleType value)
Sets the value of the illuminationZenithAngle property.

Parameters:
value - allowed object is AngleType

isSetIlluminationZenithAngle

public boolean isSetIlluminationZenithAngle()

getIlluminationElevationAngle

public AngleType getIlluminationElevationAngle()
Gets the value of the illuminationElevationAngle property.

Returns:
possible object is AngleType

setIlluminationElevationAngle

public void setIlluminationElevationAngle(AngleType value)
Sets the value of the illuminationElevationAngle property.

Parameters:
value - allowed object is AngleType

isSetIlluminationElevationAngle

public boolean isSetIlluminationElevationAngle()

getInstrumentAzimuthAngle

public AngleType getInstrumentAzimuthAngle()
Gets the value of the instrumentAzimuthAngle property.

Returns:
possible object is AngleType

setInstrumentAzimuthAngle

public void setInstrumentAzimuthAngle(AngleType value)
Sets the value of the instrumentAzimuthAngle property.

Parameters:
value - allowed object is AngleType

isSetInstrumentAzimuthAngle

public boolean isSetInstrumentAzimuthAngle()

getInstrumentZenithAngle

public AngleType getInstrumentZenithAngle()
Gets the value of the instrumentZenithAngle property.

Returns:
possible object is AngleType

setInstrumentZenithAngle

public void setInstrumentZenithAngle(AngleType value)
Sets the value of the instrumentZenithAngle property.

Parameters:
value - allowed object is AngleType

isSetInstrumentZenithAngle

public boolean isSetInstrumentZenithAngle()

getInstrumentElevationAngle

public AngleType getInstrumentElevationAngle()
Gets the value of the instrumentElevationAngle property.

Returns:
possible object is AngleType

setInstrumentElevationAngle

public void setInstrumentElevationAngle(AngleType value)
Sets the value of the instrumentElevationAngle property.

Parameters:
value - allowed object is AngleType

isSetInstrumentElevationAngle

public boolean isSetInstrumentElevationAngle()

getIncidenceAngle

public AngleType getIncidenceAngle()
Gets the value of the incidenceAngle property.

Returns:
possible object is AngleType

setIncidenceAngle

public void setIncidenceAngle(AngleType value)
Sets the value of the incidenceAngle property.

Parameters:
value - allowed object is AngleType

isSetIncidenceAngle

public boolean isSetIncidenceAngle()

getAcrossTrackIncidenceAngle

public AngleType getAcrossTrackIncidenceAngle()
Gets the value of the acrossTrackIncidenceAngle property.

Returns:
possible object is AngleType

setAcrossTrackIncidenceAngle

public void setAcrossTrackIncidenceAngle(AngleType value)
Sets the value of the acrossTrackIncidenceAngle property.

Parameters:
value - allowed object is AngleType

isSetAcrossTrackIncidenceAngle

public boolean isSetAcrossTrackIncidenceAngle()

getAlongTrackIncidenceAngle

public AngleType getAlongTrackIncidenceAngle()
Gets the value of the alongTrackIncidenceAngle property.

Returns:
possible object is AngleType

setAlongTrackIncidenceAngle

public void setAlongTrackIncidenceAngle(AngleType value)
Sets the value of the alongTrackIncidenceAngle property.

Parameters:
value - allowed object is AngleType

isSetAlongTrackIncidenceAngle

public boolean isSetAlongTrackIncidenceAngle()

getPitch

public AngleType getPitch()
Gets the value of the pitch property.

Returns:
possible object is AngleType

setPitch

public void setPitch(AngleType value)
Sets the value of the pitch property.

Parameters:
value - allowed object is AngleType

isSetPitch

public boolean isSetPitch()

getRoll

public AngleType getRoll()
Gets the value of the roll property.

Returns:
possible object is AngleType

setRoll

public void setRoll(AngleType value)
Sets the value of the roll property.

Parameters:
value - allowed object is AngleType

isSetRoll

public boolean isSetRoll()

getYaw

public AngleType getYaw()
Gets the value of the yaw property.

Returns:
possible object is AngleType

setYaw

public void setYaw(AngleType value)
Sets the value of the yaw property.

Parameters:
value - allowed object is AngleType

isSetYaw

public boolean isSetYaw()

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

withOrbitNumber

public AcquisitionType withOrbitNumber(BigInteger value)

withLastOrbitNumber

public AcquisitionType withLastOrbitNumber(BigInteger value)

withOrbitDirection

public AcquisitionType withOrbitDirection(OrbitDirectionValueType value)

withWrsLongitudeGrid

public AcquisitionType withWrsLongitudeGrid(CodeWithAuthorityType value)

withWrsLatitudeGrid

public AcquisitionType withWrsLatitudeGrid(CodeWithAuthorityType value)

withAscendingNodeDate

public AcquisitionType withAscendingNodeDate(XMLGregorianCalendar value)

withAscendingNodeLongitude

public AcquisitionType withAscendingNodeLongitude(MeasureType value)

withStartTimeFromAscendingNode

public AcquisitionType withStartTimeFromAscendingNode(MeasureType value)

withCompletionTimeFromAscendingNode

public AcquisitionType withCompletionTimeFromAscendingNode(MeasureType value)

withOrbitDuration

public AcquisitionType withOrbitDuration(MeasureType value)

withIlluminationAzimuthAngle

public AcquisitionType withIlluminationAzimuthAngle(AngleType value)

withIlluminationZenithAngle

public AcquisitionType withIlluminationZenithAngle(AngleType value)

withIlluminationElevationAngle

public AcquisitionType withIlluminationElevationAngle(AngleType value)

withInstrumentAzimuthAngle

public AcquisitionType withInstrumentAzimuthAngle(AngleType value)

withInstrumentZenithAngle

public AcquisitionType withInstrumentZenithAngle(AngleType value)

withInstrumentElevationAngle

public AcquisitionType withInstrumentElevationAngle(AngleType value)

withIncidenceAngle

public AcquisitionType withIncidenceAngle(AngleType value)

withAcrossTrackIncidenceAngle

public AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)

withAlongTrackIncidenceAngle

public AcquisitionType withAlongTrackIncidenceAngle(AngleType value)

withPitch

public AcquisitionType withPitch(AngleType value)

withRoll

public AcquisitionType withRoll(AngleType value)

withYaw

public AcquisitionType withYaw(AngleType value)


Copyright © 2008-2016. All Rights Reserved.