Package gov.nasa.gsfc.sscweb.schema
Class SatelliteTarget
java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceTarget
gov.nasa.gsfc.sscweb.schema.SatelliteTarget
Satellite target of trace.
<p>Java class for SatelliteTarget complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SatelliteTarget">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}TraceTarget">
<sequence>
<element name="LeadSatellite" type="{http://sscweb.gsfc.nasa.gov/schema}SatelliteId"/>
<element name="Distance" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleSatellite's distance to the lead satelliteprotected StringLead Satellite identifier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleSatellite's distance to the lead satelliteLead Satellite identifier.voidsetDistance(double value) Sets the value of the distance property.voidsetLeadSatellite(String value) Sets the value of the leadSatellite property.
-
Field Details
-
leadSatellite
Lead Satellite identifier. -
distance
protected double distanceSatellite's distance to the lead satellite
-
-
Constructor Details
-
SatelliteTarget
public SatelliteTarget()
-
-
Method Details
-
getLeadSatellite
Lead Satellite identifier.- Returns:
- possible object is
String
-
setLeadSatellite
Sets the value of the leadSatellite property.- Parameters:
value- allowed object isString- See Also:
-
getDistance
public double getDistance()Satellite's distance to the lead satellite -
setDistance
public void setDistance(double value) Sets the value of the distance property.
-