Class AcquisitionType

  • 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
    Direct Known Subclasses:
    AcquisitionType, AcquisitionType, AcquisitionType, AcquisitionType

    public class AcquisitionType
    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 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>
     
    • 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()
      • isSetOrbitDirection

        public boolean isSetOrbitDirection()
      • isSetWrsLongitudeGrid

        public boolean isSetWrsLongitudeGrid()
      • isSetWrsLatitudeGrid

        public boolean isSetWrsLatitudeGrid()
      • 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()
      • 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