Uses of Class
gov.nasa.pds.harvest.search.policy.StorageIngestion
-
Packages that use StorageIngestion Package Description gov.nasa.pds.harvest.search.policy -
-
Uses of StorageIngestion in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as StorageIngestion Modifier and Type Field Description protected StorageIngestion
Policy. storageIngestion
Methods in gov.nasa.pds.harvest.search.policy that return StorageIngestion Modifier and Type Method Description StorageIngestion
ObjectFactory. createStorageIngestion()
Create an instance ofStorageIngestion
StorageIngestion
Policy. getStorageIngestion()
Gets the value of the storageIngestion property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type StorageIngestion Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageIngestion>
ObjectFactory. createStorageIngestion(StorageIngestion value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type StorageIngestion Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageIngestion>
ObjectFactory. createStorageIngestion(StorageIngestion value)
void
Policy. setStorageIngestion(StorageIngestion value)
Sets the value of the storageIngestion property.
-