Package gov.nasa.gsfc.sscweb.schema
Class GroundStationTarget
java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceTarget
gov.nasa.gsfc.sscweb.schema.GroundStationTarget
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGround station identifier.voidsetGroundStation(String value) Sets the value of the groundStation property.
-
Field Details
-
groundStation
Ground station identifier.
-
-
Constructor Details
-
GroundStationTarget
public GroundStationTarget()
-
-
Method Details