Uses of Class
gov.nasa.pds.harvest.search.policy.TitleContents
-
Packages that use TitleContents Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of TitleContents in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Methods in gov.nasa.pds.harvest.search.crawler.metadata.extractor that return TitleContents Modifier and Type Method Description TitleContents
Pds3MetExtractorConfig. getTitleContents()
Gets the title contents. -
Uses of TitleContents in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as TitleContents Modifier and Type Field Description protected TitleContents
Pds3ProductMetadata. titleContents
Methods in gov.nasa.pds.harvest.search.policy that return TitleContents Modifier and Type Method Description TitleContents
ObjectFactory. createTitleContents()
Create an instance ofTitleContents
TitleContents
Pds3ProductMetadata. getTitleContents()
Gets the value of the titleContents property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type TitleContents Modifier and Type Method Description javax.xml.bind.JAXBElement<TitleContents>
ObjectFactory. createTitleContents(TitleContents value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type TitleContents Modifier and Type Method Description javax.xml.bind.JAXBElement<TitleContents>
ObjectFactory. createTitleContents(TitleContents value)
void
Pds3ProductMetadata. setTitleContents(TitleContents value)
Sets the value of the titleContents property.
-