Package gov.nasa.gsfc.sscweb.schema
Class LeadSatelliteCondition
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Condition
gov.nasa.gsfc.sscweb.schema.LeadSatelliteCondition
Lead satellite condition.
<p>Java class for LeadSatelliteCondition complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LeadSatelliteCondition">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}Condition">
<sequence>
<element name="Satellite" type="{http://sscweb.gsfc.nasa.gov/schema}Satellite" maxOccurs="unbounded"/>
<element name="ConjunctionArea" type="{http://sscweb.gsfc.nasa.gov/schema}ConjunctionArea"/>
<element name="TraceType" type="{http://sscweb.gsfc.nasa.gov/schema}TraceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConjunctionAreaConjunction Area.Lead satellites.protected TraceTypeTrace type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConjunction Area.Lead satellites.Trace type.voidSets the value of the conjunctionArea property.voidsetTraceType(TraceType value) Sets the value of the traceType property.
-
Field Details
-
satellite
Lead satellites. -
conjunctionArea
Conjunction Area. -
traceType
Trace type.
-
-
Constructor Details
-
LeadSatelliteCondition
public LeadSatelliteCondition()
-
-
Method Details
-
getSatellite
Lead satellites. Gets the value of the satellite 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 satellite property.For example, to add a new item, do as follows:
getSatellite().add(newItem);
Objects of the following type(s) are allowed in the list
Satellite- Returns:
- The value of the satellite property.
-
getConjunctionArea
Conjunction Area.- Returns:
- possible object is
ConjunctionArea
-
setConjunctionArea
Sets the value of the conjunctionArea property.- Parameters:
value- allowed object isConjunctionArea- See Also:
-
getTraceType
Trace type.- Returns:
- possible object is
TraceType
-
setTraceType
Sets the value of the traceType property.- Parameters:
value- allowed object isTraceType- See Also:
-