|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.Observatory
public class Observatory
The host (spacecraft, network, facility) for instruments making observations.
Java class for Observatory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Observatory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}ResourceID"/>
<element ref="{http://www.spase-group.org/data/schema}ResourceHeader" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}ObservatoryGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
observatoryGroup
|
protected ResourceHeader |
resourceHeader
|
protected java.lang.String |
resourceID
|
| Constructor Summary | |
|---|---|
Observatory()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getObservatoryGroup()
Gets the value of the observatoryGroup property. |
ResourceHeader |
getResourceHeader()
Gets the value of the resourceHeader property. |
java.lang.String |
getResourceID()
Gets the value of the resourceID property. |
void |
setObservatoryGroup(java.lang.String value)
Sets the value of the observatoryGroup property. |
void |
setResourceHeader(ResourceHeader value)
Sets the value of the resourceHeader property. |
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String resourceID
protected ResourceHeader resourceHeader
protected java.lang.String observatoryGroup
| Constructor Detail |
|---|
public Observatory()
| Method Detail |
|---|
public java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic ResourceHeader getResourceHeader()
ResourceHeaderpublic void setResourceHeader(ResourceHeader value)
value - allowed object is
ResourceHeaderpublic java.lang.String getObservatoryGroup()
Stringpublic void setObservatoryGroup(java.lang.String value)
value - allowed object is
String
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||