Uses of Class
gov.nasa.pds.harvest.search.policy.LidContents
-
Packages that use LidContents Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of LidContents in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Methods in gov.nasa.pds.harvest.search.crawler.metadata.extractor that return LidContents Modifier and Type Method Description LidContents
Pds3MetExtractorConfig. getLidContents()
Gets the lid contents. -
Uses of LidContents in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as LidContents Modifier and Type Field Description protected LidContents
Pds3ProductMetadata. lidContents
Methods in gov.nasa.pds.harvest.search.policy that return LidContents Modifier and Type Method Description LidContents
ObjectFactory. createLidContents()
Create an instance ofLidContents
LidContents
Pds3ProductMetadata. getLidContents()
Gets the value of the lidContents property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type LidContents Modifier and Type Method Description JAXBElement<LidContents>
ObjectFactory. createLidContents(LidContents value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type LidContents Modifier and Type Method Description JAXBElement<LidContents>
ObjectFactory. createLidContents(LidContents value)
void
Pds3ProductMetadata. setLidContents(LidContents value)
Sets the value of the lidContents property.
-