Package gov.nasa.gsfc.sscweb.schema
Class GroundStationResponse
java.lang.Object
gov.nasa.gsfc.sscweb.schema.GroundStationResponse
SSC GroundStation response type.
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GroundStation" type="{http://sscweb.gsfc.nasa.gov/schema}GroundStation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGroundStation description.
-
Field Details
-
groundStation
GroundStation description.
-
-
Constructor Details
-
GroundStationResponse
public GroundStationResponse()
-
-
Method Details
-
getGroundStation
GroundStation description. 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
GroundStation- Returns:
- The value of the groundStation property.
-