Uses of Class
gov.nasa.pds.search.core.schema.Specification
-
Packages that use Specification Package Description gov.nasa.pds.search.core.schema -
-
Uses of Specification in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as Specification Modifier and Type Field Description protected Specification
Product. specification
Methods in gov.nasa.pds.search.core.schema that return Specification Modifier and Type Method Description Specification
ObjectFactory. createSpecification()
Create an instance ofSpecification
Specification
Product. getSpecification()
Gets the value of the specification property.Methods in gov.nasa.pds.search.core.schema that return types with arguments of type Specification Modifier and Type Method Description JAXBElement<Specification>
ObjectFactory. createSpecification(Specification value)
Methods in gov.nasa.pds.search.core.schema with parameters of type Specification Modifier and Type Method Description JAXBElement<Specification>
ObjectFactory. createSpecification(Specification value)
void
Product. setSpecification(Specification value)
Sets the value of the specification property.
-