Uses of Class
gov.nasa.pds.harvest.search.policy.Pds3ProductMetadata
-
Packages that use Pds3ProductMetadata Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of Pds3ProductMetadata in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Constructors in gov.nasa.pds.harvest.search.crawler.metadata.extractor with parameters of type Pds3ProductMetadata Constructor Description Pds3MetExtractorConfig(Pds3ProductMetadata metadata)
Default contstructor. -
Uses of Pds3ProductMetadata in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as Pds3ProductMetadata Modifier and Type Field Description protected Pds3ProductMetadata
Candidate. pds3ProductMetadata
Methods in gov.nasa.pds.harvest.search.policy that return Pds3ProductMetadata Modifier and Type Method Description Pds3ProductMetadata
ObjectFactory. createPds3ProductMetadata()
Create an instance ofPds3ProductMetadata
Pds3ProductMetadata
Candidate. getPds3ProductMetadata()
Gets the value of the pds3ProductMetadata property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type Pds3ProductMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<Pds3ProductMetadata>
ObjectFactory. createPds3ProductMetadata(Pds3ProductMetadata value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type Pds3ProductMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<Pds3ProductMetadata>
ObjectFactory. createPds3ProductMetadata(Pds3ProductMetadata value)
void
Candidate. setPds3ProductMetadata(Pds3ProductMetadata value)
Sets the value of the pds3ProductMetadata property.
-