net.opengis.eop.v_1_0
Class AcquisitionType

java.lang.Object
  extended by net.opengis.eop.v_1_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

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}int" minOccurs="0"/>
         <element name="lastOrbitNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="orbitDirection" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="ASCENDING"/>
               <enumeration value="DESCENDING"/>
             </restriction>
           </simpleType>
         </element>
         <element name="wrsLongitudeGrid" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
                 <attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="wrsLatitudeGrid" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
                 <attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="ascendingNodeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ascendingNodeLongitude" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
         <element name="startTimeFromAscendingNode" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
         <element name="completionTimeFromAscendingNode" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
         <element name="orbitDuration" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
         <element name="acrossTrackIncidenceAngle" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
         <element name="alongTrackIncidenceAngle" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
         <element name="incidenceAngle" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
         <element name="pitch" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
         <element name="roll" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
         <element name="yaw" type="{http://www.opengis.net/gml}AngleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AcquisitionType.WrsLatitudeGrid
          Java class for anonymous complex type.
static class AcquisitionType.WrsLongitudeGrid
          Java class for anonymous complex type.
 
Field Summary
protected  AngleType acrossTrackIncidenceAngle
           
protected  AngleType alongTrackIncidenceAngle
           
protected  XMLGregorianCalendar ascendingNodeDate
           
protected  MeasureType ascendingNodeLongitude
           
protected  MeasureType completionTimeFromAscendingNode
           
protected  AngleType incidenceAngle
           
protected  Integer lastOrbitNumber
           
protected  String orbitDirection
           
protected  MeasureType orbitDuration
           
protected  Integer orbitNumber
           
protected  AngleType pitch
           
protected  AngleType roll
           
protected  MeasureType startTimeFromAscendingNode
           
protected  AcquisitionType.WrsLatitudeGrid wrsLatitudeGrid
           
protected  AcquisitionType.WrsLongitudeGrid 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 getIncidenceAngle()
          Gets the value of the incidenceAngle property.
 Integer getLastOrbitNumber()
          Gets the value of the lastOrbitNumber property.
 String getOrbitDirection()
          Gets the value of the orbitDirection property.
 MeasureType getOrbitDuration()
          Gets the value of the orbitDuration property.
 Integer 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.
 AcquisitionType.WrsLatitudeGrid getWrsLatitudeGrid()
          Gets the value of the wrsLatitudeGrid property.
 AcquisitionType.WrsLongitudeGrid 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 isSetIncidenceAngle()
           
 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 setIncidenceAngle(AngleType value)
          Sets the value of the incidenceAngle property.
 void setLastOrbitNumber(Integer value)
          Sets the value of the lastOrbitNumber property.
 void setOrbitDirection(String value)
          Sets the value of the orbitDirection property.
 void setOrbitDuration(MeasureType value)
          Sets the value of the orbitDuration property.
 void setOrbitNumber(Integer 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(AcquisitionType.WrsLatitudeGrid value)
          Sets the value of the wrsLatitudeGrid property.
 void setWrsLongitudeGrid(AcquisitionType.WrsLongitudeGrid 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 withIncidenceAngle(AngleType value)
           
 AcquisitionType withLastOrbitNumber(Integer value)
           
 AcquisitionType withOrbitDirection(String value)
           
 AcquisitionType withOrbitDuration(MeasureType value)
           
 AcquisitionType withOrbitNumber(Integer value)
           
 AcquisitionType withPitch(AngleType value)
           
 AcquisitionType withRoll(AngleType value)
           
 AcquisitionType withStartTimeFromAscendingNode(MeasureType value)
           
 AcquisitionType withWrsLatitudeGrid(AcquisitionType.WrsLatitudeGrid value)
           
 AcquisitionType withWrsLongitudeGrid(AcquisitionType.WrsLongitudeGrid value)
           
 AcquisitionType withYaw(AngleType value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orbitNumber

protected Integer orbitNumber

lastOrbitNumber

protected Integer lastOrbitNumber

orbitDirection

protected String orbitDirection

wrsLongitudeGrid

protected AcquisitionType.WrsLongitudeGrid wrsLongitudeGrid

wrsLatitudeGrid

protected AcquisitionType.WrsLatitudeGrid wrsLatitudeGrid

ascendingNodeDate

protected XMLGregorianCalendar ascendingNodeDate

ascendingNodeLongitude

protected MeasureType ascendingNodeLongitude

startTimeFromAscendingNode

protected MeasureType startTimeFromAscendingNode

completionTimeFromAscendingNode

protected MeasureType completionTimeFromAscendingNode

orbitDuration

protected MeasureType orbitDuration

acrossTrackIncidenceAngle

protected AngleType acrossTrackIncidenceAngle

alongTrackIncidenceAngle

protected AngleType alongTrackIncidenceAngle

incidenceAngle

protected AngleType incidenceAngle

pitch

protected AngleType pitch

roll

protected AngleType roll

yaw

protected AngleType yaw
Constructor Detail

AcquisitionType

public AcquisitionType()
Method Detail

getOrbitNumber

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

Returns:
possible object is Integer

setOrbitNumber

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

Parameters:
value - allowed object is Integer

isSetOrbitNumber

public boolean isSetOrbitNumber()

getLastOrbitNumber

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

Returns:
possible object is Integer

setLastOrbitNumber

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

Parameters:
value - allowed object is Integer

isSetLastOrbitNumber

public boolean isSetLastOrbitNumber()

getOrbitDirection

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

Returns:
possible object is String

setOrbitDirection

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

Parameters:
value - allowed object is String

isSetOrbitDirection

public boolean isSetOrbitDirection()

getWrsLongitudeGrid

public AcquisitionType.WrsLongitudeGrid getWrsLongitudeGrid()
Gets the value of the wrsLongitudeGrid property.

Returns:
possible object is AcquisitionType.WrsLongitudeGrid

setWrsLongitudeGrid

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

Parameters:
value - allowed object is AcquisitionType.WrsLongitudeGrid

isSetWrsLongitudeGrid

public boolean isSetWrsLongitudeGrid()

getWrsLatitudeGrid

public AcquisitionType.WrsLatitudeGrid getWrsLatitudeGrid()
Gets the value of the wrsLatitudeGrid property.

Returns:
possible object is AcquisitionType.WrsLatitudeGrid

setWrsLatitudeGrid

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

Parameters:
value - allowed object is AcquisitionType.WrsLatitudeGrid

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

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

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

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

withLastOrbitNumber

public AcquisitionType withLastOrbitNumber(Integer value)

withOrbitDirection

public AcquisitionType withOrbitDirection(String value)

withWrsLongitudeGrid

public AcquisitionType withWrsLongitudeGrid(AcquisitionType.WrsLongitudeGrid value)

withWrsLatitudeGrid

public AcquisitionType withWrsLatitudeGrid(AcquisitionType.WrsLatitudeGrid 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)

withAcrossTrackIncidenceAngle

public AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)

withAlongTrackIncidenceAngle

public AcquisitionType withAlongTrackIncidenceAngle(AngleType value)

withIncidenceAngle

public AcquisitionType withIncidenceAngle(AngleType value)

withPitch

public AcquisitionType withPitch(AngleType value)

withRoll

public AcquisitionType withRoll(AngleType value)

withYaw

public AcquisitionType withYaw(AngleType value)


Copyright © 2008-2015. All Rights Reserved.