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