Package gov.nasa.gsfc.sscweb.schema
Class SatelliteSpecification
java.lang.Object
gov.nasa.gsfc.sscweb.schema.SatelliteSpecification
Satellite specification type.
<p>Java class for SatelliteSpecification complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SatelliteSpecification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ResolutionFactor" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringSelected satellite identifier.protected intResolution factor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Selected satellite identifier.intResolution factor.voidSets the value of the id property.voidsetResolutionFactor(int value) Sets the value of the resolutionFactor property.
-
Field Details
-
id
Selected satellite identifier. -
resolutionFactor
protected int resolutionFactorResolution factor. Include 1 out of every ResolutionFactor values.
-
-
Constructor Details
-
SatelliteSpecification
public SatelliteSpecification()
-
-
Method Details
-
getId
Selected satellite identifier.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getResolutionFactor
public int getResolutionFactor()Resolution factor. Include 1 out of every ResolutionFactor values. -
setResolutionFactor
public void setResolutionFactor(int value) Sets the value of the resolutionFactor property.
-