Package gov.nasa.gsfc.sscweb.schema
Class GroundStationConjunction
java.lang.Object
gov.nasa.gsfc.sscweb.schema.GroundStation
gov.nasa.gsfc.sscweb.schema.GroundStationConjunction
Ground Station conjunction.
<p>Java class for GroundStationConjunction complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="GroundStationConjunction">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}GroundStation">
<sequence>
<element name="ConjunctionArea" type="{http://sscweb.gsfc.nasa.gov/schema}ConjunctionArea"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class gov.nasa.gsfc.sscweb.schema.GroundStation
id, location, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConjunction Area.voidSets the value of the conjunctionArea property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.GroundStation
getId, getLocation, getName, setId, setLocation, setName
-
Field Details
-
conjunctionArea
Conjunction Area.
-
-
Constructor Details
-
GroundStationConjunction
public GroundStationConjunction()
-
-
Method Details
-
getConjunctionArea
Conjunction Area.- Returns:
- possible object is
ConjunctionArea
-
setConjunctionArea
Sets the value of the conjunctionArea property.- Parameters:
value- allowed object isConjunctionArea- See Also:
-