Uses of Class
gov.nasa.pds.harvest.search.policy.Pds4ProductMetadata
-
Packages that use Pds4ProductMetadata Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of Pds4ProductMetadata in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Constructor parameters in gov.nasa.pds.harvest.search.crawler.metadata.extractor with type arguments of type Pds4ProductMetadata Constructor Description Pds4MetExtractorConfig(List<Pds4ProductMetadata> candidates, References references)
Default contstructor. -
Uses of Pds4ProductMetadata in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type Pds4ProductMetadata Modifier and Type Field Description protected List<Pds4ProductMetadata>
Candidate. productMetadata
Methods in gov.nasa.pds.harvest.search.policy that return Pds4ProductMetadata Modifier and Type Method Description Pds4ProductMetadata
ObjectFactory. createPds4ProductMetadata()
Create an instance ofPds4ProductMetadata
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type Pds4ProductMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<Pds4ProductMetadata>
ObjectFactory. createProductMetadata(Pds4ProductMetadata value)
List<Pds4ProductMetadata>
Candidate. getProductMetadata()
Gets the value of the productMetadata property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type Pds4ProductMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<Pds4ProductMetadata>
ObjectFactory. createProductMetadata(Pds4ProductMetadata value)
-