Package gov.nasa.gsfc.sscweb.schema
Class SatelliteConjunction
java.lang.Object
gov.nasa.gsfc.sscweb.schema.SatelliteConjunction
Description of satellite's conjunction.
<p>Java class for SatelliteConjunction complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SatelliteConjunction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Satellite" type="{http://sscweb.gsfc.nasa.gov/schema}SatelliteId"/>
<element name="Description" type="{http://sscweb.gsfc.nasa.gov/schema}ConjunctionDescription" maxOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ConjunctionDescription> Description of satellite at the begining and ending conjunction times.protected StringSatellite identifier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of satellite at the begining and ending conjunction times.Satellite identifier.voidsetSatellite(String value) Sets the value of the satellite property.
-
Field Details
-
satellite
Satellite identifier. -
description
Description of satellite at the begining and ending conjunction times.
-
-
Constructor Details
-
SatelliteConjunction
public SatelliteConjunction()
-
-
Method Details
-
getSatellite
Satellite identifier.- Returns:
- possible object is
String
-
setSatellite
Sets the value of the satellite property.- Parameters:
value- allowed object isString- See Also:
-
getDescription
Description of satellite at the begining and ending conjunction times. Gets the value of the description 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 description property.For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ConjunctionDescription- Returns:
- The value of the description property.
-