Uses of Class
gov.nasa.pds.search.core.schema.DataSource
-
Packages that use DataSource Package Description gov.nasa.pds.search.core.schema -
-
Uses of DataSource in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema with type parameters of type DataSource Modifier and Type Field Description protected List<DataSource>
DataSources. source
Methods in gov.nasa.pds.search.core.schema that return DataSource Modifier and Type Method Description DataSource
ObjectFactory. createDataSource()
Create an instance ofDataSource
Methods in gov.nasa.pds.search.core.schema that return types with arguments of type DataSource Modifier and Type Method Description JAXBElement<DataSource>
ObjectFactory. createSource(DataSource value)
List<DataSource>
DataSources. getSource()
Gets the value of the source property.Methods in gov.nasa.pds.search.core.schema with parameters of type DataSource Modifier and Type Method Description JAXBElement<DataSource>
ObjectFactory. createSource(DataSource value)
-