Uses of Class
nl.b3p.csw.jaxb.csw.ConceptualSchemeType
-
Packages that use ConceptualSchemeType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of ConceptualSchemeType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as ConceptualSchemeType Modifier and Type Field Description protected ConceptualSchemeTypeDomainValuesType. conceptualSchemeMethods in nl.b3p.csw.jaxb.csw that return ConceptualSchemeType Modifier and Type Method Description ConceptualSchemeTypeObjectFactory. createConceptualSchemeType()Create an instance ofConceptualSchemeTypeConceptualSchemeTypeDomainValuesType. getConceptualScheme()Gets the value of the conceptualScheme property.Methods in nl.b3p.csw.jaxb.csw with parameters of type ConceptualSchemeType Modifier and Type Method Description voidDomainValuesType. setConceptualScheme(ConceptualSchemeType value)Sets the value of the conceptualScheme property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type ConceptualSchemeType Constructor Description DomainValuesType(String propertyName, String parameterName, ListOfValuesType listOfValues, ConceptualSchemeType conceptualScheme, RangeOfValuesType rangeOfValues, QName type, String uom)Fully-initialising value constructor
-