Package gov.nasa.gsfc.sscweb.schema
Class TraceDescription
java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceDescription
<p>Java class for TraceDescription complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="TraceDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location" type="{http://sscweb.gsfc.nasa.gov/schema}Coordinates"/>
<element name="ArcLength" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Target" type="{http://sscweb.gsfc.nasa.gov/schema}TraceTarget"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleSatellite's trace arc length.protected CoordinatesSatellite's trace location.protected TraceTargetEndpoint target of trace. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleSatellite's trace arc length.Satellite's trace location.Endpoint target of trace.voidsetArcLength(double value) Sets the value of the arcLength property.voidsetLocation(Coordinates value) Sets the value of the location property.voidsetTarget(TraceTarget value) Sets the value of the target property.
-
Field Details
-
location
Satellite's trace location. -
arcLength
protected double arcLengthSatellite's trace arc length. -
target
Endpoint target of trace.
-
-
Constructor Details
-
TraceDescription
public TraceDescription()
-
-
Method Details
-
getLocation
Satellite's trace location.- Returns:
- possible object is
Coordinates
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCoordinates- See Also:
-
getArcLength
public double getArcLength()Satellite's trace arc length. -
setArcLength
public void setArcLength(double value) Sets the value of the arcLength property. -
getTarget
Endpoint target of trace.- Returns:
- possible object is
TraceTarget
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isTraceTarget- See Also:
-