Uses of Class
gov.nasa.pds.search.core.schema.IndexField
-
Packages that use IndexField Package Description gov.nasa.pds.search.core.schema -
-
Uses of IndexField in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as IndexField Modifier and Type Field Description protected IndexField
Product. indexFields
Methods in gov.nasa.pds.search.core.schema that return IndexField Modifier and Type Method Description IndexField
ObjectFactory. createIndexField()
Create an instance ofIndexField
IndexField
Product. getIndexFields()
Gets the value of the indexFields property.Methods in gov.nasa.pds.search.core.schema that return types with arguments of type IndexField Modifier and Type Method Description JAXBElement<IndexField>
ObjectFactory. createIndexFields(IndexField value)
Methods in gov.nasa.pds.search.core.schema with parameters of type IndexField Modifier and Type Method Description JAXBElement<IndexField>
ObjectFactory. createIndexFields(IndexField value)
void
Product. setIndexFields(IndexField value)
Sets the value of the indexFields property.
-