Uses of Class
gov.nasa.pds.search.core.schema.DataSources
-
Packages that use DataSources Package Description gov.nasa.pds.search.core.schema -
-
Uses of DataSources in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as DataSources Modifier and Type Field Description protected DataSources
Specification. dataSources
Methods in gov.nasa.pds.search.core.schema that return DataSources Modifier and Type Method Description DataSources
ObjectFactory. createDataSources()
Create an instance ofDataSources
DataSources
Specification. getDataSources()
Gets the value of the dataSources property.Methods in gov.nasa.pds.search.core.schema that return types with arguments of type DataSources Modifier and Type Method Description JAXBElement<DataSources>
ObjectFactory. createDataSources(DataSources value)
Methods in gov.nasa.pds.search.core.schema with parameters of type DataSources Modifier and Type Method Description JAXBElement<DataSources>
ObjectFactory. createDataSources(DataSources value)
void
Specification. setDataSources(DataSources value)
Sets the value of the dataSources property.
-