Package gov.nasa.gsfc.sscweb.schema
Class ObservatoryDescription
java.lang.Object
gov.nasa.gsfc.sscweb.schema.SatelliteDescription
gov.nasa.gsfc.sscweb.schema.ObservatoryDescription
SSC Observatory type.
<p>Java class for ObservatoryDescription complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ObservatoryDescription">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}SatelliteDescription">
<sequence>
<element name="ResourceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionObservatory group identifier.protected StringSatellite resource identifier.Fields inherited from class gov.nasa.gsfc.sscweb.schema.SatelliteDescription
endTime, geometry, id, name, resolution, startTime, trajectoryGeometry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObservatory group identifier.Satellite resource identifier.voidsetResourceId(String value) Sets the value of the resourceId property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.SatelliteDescription
getEndTime, getGeometry, getId, getName, getResolution, getStartTime, getTrajectoryGeometry, setEndTime, setGeometry, setId, setName, setResolution, setStartTime, setTrajectoryGeometry
-
Field Details
-
resourceId
Satellite resource identifier. -
groupId
Observatory group identifier.
-
-
Constructor Details
-
ObservatoryDescription
public ObservatoryDescription()
-
-
Method Details
-
getResourceId
Satellite resource identifier.- Returns:
- possible object is
String
-
setResourceId
Sets the value of the resourceId property.- Parameters:
value- allowed object isString- See Also:
-
getGroupId
Observatory group identifier. Gets the value of the groupId 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 groupId property.For example, to add a new item, do as follows:
getGroupId().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the groupId property.
-