Class GroundStationTarget

java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceTarget
gov.nasa.gsfc.sscweb.schema.GroundStationTarget

public class GroundStationTarget extends TraceTarget
Ground Station target of trace. <p>Java class for GroundStationTarget complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="GroundStationTarget"> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}TraceTarget"> <sequence> <element name="GroundStation" type="{http://sscweb.gsfc.nasa.gov/schema}GroundStationId"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • groundStation

      protected String groundStation
      Ground station identifier.
  • Constructor Details

    • GroundStationTarget

      public GroundStationTarget()
  • Method Details

    • getGroundStation

      public String getGroundStation()
      Ground station identifier.
      Returns:
      possible object is String
    • setGroundStation

      public void setGroundStation(String value)
      Sets the value of the groundStation property.
      Parameters:
      value - allowed object is String
      See Also: