Package gov.nasa.gsfc.sscweb.schema
Class ConjunctionDescription
java.lang.Object
gov.nasa.gsfc.sscweb.schema.ConjunctionDescription
Description of satellite's conjunction.
<p>Java class for ConjunctionDescription complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ConjunctionDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpacecraftRegion" type="{http://sscweb.gsfc.nasa.gov/schema}SpaceRegionType" minOccurs="0"/>
<element name="RadialTracedRegion" type="{http://sscweb.gsfc.nasa.gov/schema}MapRegion" minOccurs="0"/>
<element name="NorthBTracedRegion" type="{http://sscweb.gsfc.nasa.gov/schema}MapRegion" minOccurs="0"/>
<element name="SouthBTracedRegion" type="{http://sscweb.gsfc.nasa.gov/schema}MapRegion" minOccurs="0"/>
<element name="Location" type="{http://sscweb.gsfc.nasa.gov/schema}Coordinates" minOccurs="0"/>
<element name="TraceDescription" type="{http://sscweb.gsfc.nasa.gov/schema}TraceDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoordinatesSatellite's location at time of conjunction.protected MapRegionSatellite's north magnetice field traced region location at time of conjunction.protected MapRegionSatellite's radial trace region location at time of conjunction.protected MapRegionSatellite's south magnetice field traced region location at time of conjunction.protected SpaceRegionTypeSatellite's region location at time of conjunction.protected TraceDescriptionTrace Description at time of conjunction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSatellite's location at time of conjunction.Satellite's north magnetice field traced region location at time of conjunction.Satellite's radial trace region location at time of conjunction.Satellite's south magnetice field traced region location at time of conjunction.Satellite's region location at time of conjunction.Trace Description at time of conjunction.voidsetLocation(Coordinates value) Sets the value of the location property.voidsetNorthBTracedRegion(MapRegion value) Sets the value of the northBTracedRegion property.voidsetRadialTracedRegion(MapRegion value) Sets the value of the radialTracedRegion property.voidsetSouthBTracedRegion(MapRegion value) Sets the value of the southBTracedRegion property.voidSets the value of the spacecraftRegion property.voidSets the value of the traceDescription property.
-
Field Details
-
spacecraftRegion
Satellite's region location at time of conjunction. -
radialTracedRegion
Satellite's radial trace region location at time of conjunction. -
northBTracedRegion
Satellite's north magnetice field traced region location at time of conjunction. -
southBTracedRegion
Satellite's south magnetice field traced region location at time of conjunction. -
location
Satellite's location at time of conjunction. -
traceDescription
Trace Description at time of conjunction.
-
-
Constructor Details
-
ConjunctionDescription
public ConjunctionDescription()
-
-
Method Details
-
getSpacecraftRegion
Satellite's region location at time of conjunction.- Returns:
- possible object is
SpaceRegionType
-
setSpacecraftRegion
Sets the value of the spacecraftRegion property.- Parameters:
value- allowed object isSpaceRegionType- See Also:
-
getRadialTracedRegion
Satellite's radial trace region location at time of conjunction.- Returns:
- possible object is
MapRegion
-
setRadialTracedRegion
Sets the value of the radialTracedRegion property.- Parameters:
value- allowed object isMapRegion- See Also:
-
getNorthBTracedRegion
Satellite's north magnetice field traced region location at time of conjunction.- Returns:
- possible object is
MapRegion
-
setNorthBTracedRegion
Sets the value of the northBTracedRegion property.- Parameters:
value- allowed object isMapRegion- See Also:
-
getSouthBTracedRegion
Satellite's south magnetice field traced region location at time of conjunction.- Returns:
- possible object is
MapRegion
-
setSouthBTracedRegion
Sets the value of the southBTracedRegion property.- Parameters:
value- allowed object isMapRegion- See Also:
-
getLocation
Satellite's location at time of conjunction.- Returns:
- possible object is
Coordinates
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCoordinates- See Also:
-
getTraceDescription
Trace Description at time of conjunction.- Returns:
- possible object is
TraceDescription
-
setTraceDescription
Sets the value of the traceDescription property.- Parameters:
value- allowed object isTraceDescription- See Also:
-