Class ConjunctionDescription

java.lang.Object
gov.nasa.gsfc.sscweb.schema.ConjunctionDescription

public class ConjunctionDescription extends Object
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 Details

    • spacecraftRegion

      protected SpaceRegionType spacecraftRegion
      Satellite's region location at time of conjunction.
    • radialTracedRegion

      protected MapRegion radialTracedRegion
      Satellite's radial trace region location at time of conjunction.
    • northBTracedRegion

      protected MapRegion northBTracedRegion
      Satellite's north magnetice field traced region location at time of conjunction.
    • southBTracedRegion

      protected MapRegion southBTracedRegion
      Satellite's south magnetice field traced region location at time of conjunction.
    • location

      protected Coordinates location
      Satellite's location at time of conjunction.
    • traceDescription

      protected TraceDescription traceDescription
      Trace Description at time of conjunction.
  • Constructor Details

    • ConjunctionDescription

      public ConjunctionDescription()
  • Method Details

    • getSpacecraftRegion

      public SpaceRegionType getSpacecraftRegion()
      Satellite's region location at time of conjunction.
      Returns:
      possible object is SpaceRegionType
    • setSpacecraftRegion

      public void setSpacecraftRegion(SpaceRegionType value)
      Sets the value of the spacecraftRegion property.
      Parameters:
      value - allowed object is SpaceRegionType
      See Also:
    • getRadialTracedRegion

      public MapRegion getRadialTracedRegion()
      Satellite's radial trace region location at time of conjunction.
      Returns:
      possible object is MapRegion
    • setRadialTracedRegion

      public void setRadialTracedRegion(MapRegion value)
      Sets the value of the radialTracedRegion property.
      Parameters:
      value - allowed object is MapRegion
      See Also:
    • getNorthBTracedRegion

      public MapRegion getNorthBTracedRegion()
      Satellite's north magnetice field traced region location at time of conjunction.
      Returns:
      possible object is MapRegion
    • setNorthBTracedRegion

      public void setNorthBTracedRegion(MapRegion value)
      Sets the value of the northBTracedRegion property.
      Parameters:
      value - allowed object is MapRegion
      See Also:
    • getSouthBTracedRegion

      public MapRegion getSouthBTracedRegion()
      Satellite's south magnetice field traced region location at time of conjunction.
      Returns:
      possible object is MapRegion
    • setSouthBTracedRegion

      public void setSouthBTracedRegion(MapRegion value)
      Sets the value of the southBTracedRegion property.
      Parameters:
      value - allowed object is MapRegion
      See Also:
    • getLocation

      public Coordinates getLocation()
      Satellite's location at time of conjunction.
      Returns:
      possible object is Coordinates
    • setLocation

      public void setLocation(Coordinates value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is Coordinates
      See Also:
    • getTraceDescription

      public TraceDescription getTraceDescription()
      Trace Description at time of conjunction.
      Returns:
      possible object is TraceDescription
    • setTraceDescription

      public void setTraceDescription(TraceDescription value)
      Sets the value of the traceDescription property.
      Parameters:
      value - allowed object is TraceDescription
      See Also: