|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.eop.v_1_0.AcquisitionType
public class AcquisitionType
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 |
|---|
protected Integer orbitNumber
protected Integer lastOrbitNumber
protected String orbitDirection
protected AcquisitionType.WrsLongitudeGrid wrsLongitudeGrid
protected AcquisitionType.WrsLatitudeGrid wrsLatitudeGrid
protected XMLGregorianCalendar ascendingNodeDate
protected MeasureType ascendingNodeLongitude
protected MeasureType startTimeFromAscendingNode
protected MeasureType completionTimeFromAscendingNode
protected MeasureType orbitDuration
protected AngleType acrossTrackIncidenceAngle
protected AngleType alongTrackIncidenceAngle
protected AngleType incidenceAngle
protected AngleType pitch
protected AngleType roll
protected AngleType yaw
| Constructor Detail |
|---|
public AcquisitionType()
| Method Detail |
|---|
public Integer getOrbitNumber()
Integerpublic void setOrbitNumber(Integer value)
value - allowed object is
Integerpublic boolean isSetOrbitNumber()
public Integer getLastOrbitNumber()
Integerpublic void setLastOrbitNumber(Integer value)
value - allowed object is
Integerpublic boolean isSetLastOrbitNumber()
public String getOrbitDirection()
Stringpublic void setOrbitDirection(String value)
value - allowed object is
Stringpublic boolean isSetOrbitDirection()
public AcquisitionType.WrsLongitudeGrid getWrsLongitudeGrid()
AcquisitionType.WrsLongitudeGridpublic void setWrsLongitudeGrid(AcquisitionType.WrsLongitudeGrid value)
value - allowed object is
AcquisitionType.WrsLongitudeGridpublic boolean isSetWrsLongitudeGrid()
public AcquisitionType.WrsLatitudeGrid getWrsLatitudeGrid()
AcquisitionType.WrsLatitudeGridpublic void setWrsLatitudeGrid(AcquisitionType.WrsLatitudeGrid value)
value - allowed object is
AcquisitionType.WrsLatitudeGridpublic boolean isSetWrsLatitudeGrid()
public XMLGregorianCalendar getAscendingNodeDate()
XMLGregorianCalendarpublic void setAscendingNodeDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAscendingNodeDate()
public MeasureType getAscendingNodeLongitude()
MeasureTypepublic void setAscendingNodeLongitude(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetAscendingNodeLongitude()
public MeasureType getStartTimeFromAscendingNode()
MeasureTypepublic void setStartTimeFromAscendingNode(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetStartTimeFromAscendingNode()
public MeasureType getCompletionTimeFromAscendingNode()
MeasureTypepublic void setCompletionTimeFromAscendingNode(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetCompletionTimeFromAscendingNode()
public MeasureType getOrbitDuration()
MeasureTypepublic void setOrbitDuration(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetOrbitDuration()
public AngleType getAcrossTrackIncidenceAngle()
AngleTypepublic void setAcrossTrackIncidenceAngle(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetAcrossTrackIncidenceAngle()
public AngleType getAlongTrackIncidenceAngle()
AngleTypepublic void setAlongTrackIncidenceAngle(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetAlongTrackIncidenceAngle()
public AngleType getIncidenceAngle()
AngleTypepublic void setIncidenceAngle(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetIncidenceAngle()
public AngleType getPitch()
AngleTypepublic void setPitch(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetPitch()
public AngleType getRoll()
AngleTypepublic void setRoll(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetRoll()
public AngleType getYaw()
AngleTypepublic void setYaw(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetYaw()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public AcquisitionType withOrbitNumber(Integer value)
public AcquisitionType withLastOrbitNumber(Integer value)
public AcquisitionType withOrbitDirection(String value)
public AcquisitionType withWrsLongitudeGrid(AcquisitionType.WrsLongitudeGrid value)
public AcquisitionType withWrsLatitudeGrid(AcquisitionType.WrsLatitudeGrid value)
public AcquisitionType withAscendingNodeDate(XMLGregorianCalendar value)
public AcquisitionType withAscendingNodeLongitude(MeasureType value)
public AcquisitionType withStartTimeFromAscendingNode(MeasureType value)
public AcquisitionType withCompletionTimeFromAscendingNode(MeasureType value)
public AcquisitionType withOrbitDuration(MeasureType value)
public AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)
public AcquisitionType withAlongTrackIncidenceAngle(AngleType value)
public AcquisitionType withIncidenceAngle(AngleType value)
public AcquisitionType withPitch(AngleType value)
public AcquisitionType withRoll(AngleType value)
public AcquisitionType withYaw(AngleType value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||