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