Package gov.nasa.gsfc.sscweb.schema
Class SpaceRegions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.SpaceRegions
Space Regions.
<p>Java class for SpaceRegions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="SpaceRegions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpacecraftRegion" type="{http://sscweb.gsfc.nasa.gov/schema}SpaceRegionType" maxOccurs="11"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SpaceRegionType> Selection of distinct spacecraft regions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSelection of distinct spacecraft regions.
-
Field Details
-
spacecraftRegion
Selection of distinct spacecraft regions.
-
-
Constructor Details
-
SpaceRegions
public SpaceRegions()
-
-
Method Details
-
getSpacecraftRegion
Selection of distinct spacecraft regions. Gets the value of the spacecraftRegion 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 spacecraftRegion property.For example, to add a new item, do as follows:
getSpacecraftRegion().add(newItem);
Objects of the following type(s) are allowed in the list
SpaceRegionType- Returns:
- The value of the spacecraftRegion property.
-