Uses of Class
gov.nasa.arc.pds.xml.generated.ObservingSystemComponent
-
Packages that use ObservingSystemComponent Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of ObservingSystemComponent in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type ObservingSystemComponent Modifier and Type Field Description protected java.util.List<ObservingSystemComponent>
ObservingSystem. observingSystemComponents
Methods in gov.nasa.arc.pds.xml.generated that return ObservingSystemComponent Modifier and Type Method Description ObservingSystemComponent
ObjectFactory. createObservingSystemComponent()
Create an instance ofObservingSystemComponent
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type ObservingSystemComponent Modifier and Type Method Description java.util.List<ObservingSystemComponent>
ObservingSystem. getObservingSystemComponents()
Gets the value of the observingSystemComponents property.
-