Package gov.nasa.gsfc.sscweb.schema
Class SatelliteCondition
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Condition
gov.nasa.gsfc.sscweb.schema.SatelliteCondition
Satellite condition type.
<p>Java class for SatelliteCondition complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SatelliteCondition">
<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="SatelliteCombination" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionSatellite specification.protected intThe minimum number of satellites that must satisfy this condition. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSatellite specification.intThe minimum number of satellites that must satisfy this condition.voidsetSatelliteCombination(int value) Sets the value of the satelliteCombination property.
-
Field Details
-
satellite
Satellite specification. -
satelliteCombination
protected int satelliteCombinationThe minimum number of satellites that must satisfy this condition.
-
-
Constructor Details
-
SatelliteCondition
public SatelliteCondition()
-
-
Method Details
-
getSatellite
Satellite specification. 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.
-
getSatelliteCombination
public int getSatelliteCombination()The minimum number of satellites that must satisfy this condition. -
setSatelliteCombination
public void setSatelliteCombination(int value) Sets the value of the satelliteCombination property.
-