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