Package gov.nasa.gsfc.sscweb.schema
Class SatelliteDescription
java.lang.Object
gov.nasa.gsfc.sscweb.schema.SatelliteDescription
- Direct Known Subclasses:
ObservatoryDescription
SatelliteDescription type.
<p>Java class for SatelliteDescription complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SatelliteDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Resolution" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Geometry" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrajectoryGeometry" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarEnd time.protected StringURL of the file containing the recommended X3D geometry description for rendering the satellite.protected StringSatellite identifier.protected StringSatellite Name.protected intTrajectory resolution.protected XMLGregorianCalendarStart time.protected StringURL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd time.URL of the file containing the recommended X3D geometry description for rendering the satellite.getId()Satellite identifier.getName()Satellite Name.intTrajectory resolution.Start time.URL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory.voidsetEndTime(XMLGregorianCalendar value) Sets the value of the endTime property.voidsetGeometry(String value) Sets the value of the geometry property.voidSets the value of the id property.voidSets the value of the name property.voidsetResolution(int value) Sets the value of the resolution property.voidsetStartTime(XMLGregorianCalendar value) Sets the value of the startTime property.voidsetTrajectoryGeometry(String value) Sets the value of the trajectoryGeometry property.
-
Field Details
-
id
Satellite identifier. -
name
Satellite Name. -
resolution
protected int resolutionTrajectory resolution. -
startTime
Start time. -
endTime
End time. -
geometry
URL of the file containing the recommended X3D geometry description for rendering the satellite. -
trajectoryGeometry
URL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory.
-
-
Constructor Details
-
SatelliteDescription
public SatelliteDescription()
-
-
Method Details
-
getId
Satellite identifier.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getName
Satellite Name.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getResolution
public int getResolution()Trajectory resolution. -
setResolution
public void setResolution(int value) Sets the value of the resolution property. -
getStartTime
Start time.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getEndTime
End time.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndTime
Sets the value of the endTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getGeometry
URL of the file containing the recommended X3D geometry description for rendering the satellite.- Returns:
- possible object is
String
-
setGeometry
Sets the value of the geometry property.- Parameters:
value- allowed object isString- See Also:
-
getTrajectoryGeometry
URL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory.- Returns:
- possible object is
String
-
setTrajectoryGeometry
Sets the value of the trajectoryGeometry property.- Parameters:
value- allowed object isString- See Also:
-