Uses of Class
gov.nasa.pds.model.Reference
Packages that use Reference
-
Uses of Reference in gov.nasa.pds.model
Methods in gov.nasa.pds.model that return ReferenceMethods in gov.nasa.pds.model that return types with arguments of type ReferenceModifier and TypeMethodDescriptionPdsProduct.getInvestigations()list of missions or observing campaigns which produced the dataPdsProduct.getObservingSystemComponents()list of instruments or platforms generating the dataPdsProduct.getTargets()list of targets or feature of interest the observation.Methods in gov.nasa.pds.model with parameters of type ReferenceModifier and TypeMethodDescriptionPdsProduct.addInvestigationsItem(Reference investigationsItem) PdsProduct.addObservingSystemComponentsItem(Reference observingSystemComponentsItem) PdsProduct.addTargetsItem(Reference targetsItem) Method parameters in gov.nasa.pds.model with type arguments of type ReferenceModifier and TypeMethodDescriptionPdsProduct.investigations(List<Reference> investigations) PdsProduct.observingSystemComponents(List<Reference> observingSystemComponents) voidPdsProduct.setInvestigations(List<Reference> investigations) voidPdsProduct.setObservingSystemComponents(List<Reference> observingSystemComponents) voidPdsProduct.setTargets(List<Reference> targets)