Package gov.nasa.gsfc.sscweb.schema
Class GroundStation
java.lang.Object
gov.nasa.gsfc.sscweb.schema.GroundStation
- Direct Known Subclasses:
GroundStationConjunction
Ground Station.
<p>Java class for GroundStation complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="GroundStation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://sscweb.gsfc.nasa.gov/schema}GroundStationId"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Location" type="{http://sscweb.gsfc.nasa.gov/schema}SurfaceGeographicCoordinates"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Ground station identifier. -
name
Ground station name. -
location
Ground station Location. This value should be in the CoordinateSystem specified in the enclosing GroundStationCondition.
-
-
Constructor Details
-
GroundStation
public GroundStation()
-
-
Method Details
-
getId
Ground station identifier.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getName
Ground station name.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getLocation
Ground station Location. This value should be in the CoordinateSystem specified in the enclosing GroundStationCondition.- Returns:
- possible object is
SurfaceGeographicCoordinates
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isSurfaceGeographicCoordinates- See Also:
-