Package gov.nasa.gsfc.sscweb.schema
Class GroundStationCondition
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Condition
gov.nasa.gsfc.sscweb.schema.GroundStationCondition
Ground Station condition.
<p>Java class for GroundStationCondition complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="GroundStationCondition">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}Condition">
<sequence>
<element name="GroundStation" type="{http://sscweb.gsfc.nasa.gov/schema}GroundStationConjunction" maxOccurs="4"/>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}TraceCoordinateSystem"/>
<element name="TraceType" type="{http://sscweb.gsfc.nasa.gov/schema}TraceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TraceCoordinateSystemGround Station Coordinate System.protected List<GroundStationConjunction> Selected ground stations.protected TraceTypeTrace type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGround Station Coordinate System.Selected ground stations.Trace type.voidSets the value of the coordinateSystem property.voidsetTraceType(TraceType value) Sets the value of the traceType property.
-
Field Details
-
groundStation
Selected ground stations. -
coordinateSystem
Ground Station Coordinate System. -
traceType
Trace type.
-
-
Constructor Details
-
GroundStationCondition
public GroundStationCondition()
-
-
Method Details
-
getGroundStation
Selected ground stations. Gets the value of the groundStation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the groundStation property.For example, to add a new item, do as follows:
getGroundStation().add(newItem);
Objects of the following type(s) are allowed in the list
GroundStationConjunction- Returns:
- The value of the groundStation property.
-
getCoordinateSystem
Ground Station Coordinate System.- Returns:
- possible object is
TraceCoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isTraceCoordinateSystem- See Also:
-
getTraceType
Trace type.- Returns:
- possible object is
TraceType
-
setTraceType
Sets the value of the traceType property.- Parameters:
value- allowed object isTraceType- See Also:
-