Package nl.b3p.csw.jaxb.csw
Class DomainValuesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.DomainValuesType
-
public class DomainValuesType extends Object
Java class for DomainValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainValuesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="PropertyName" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="ParameterName" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </choice> <choice minOccurs="0"> <element name="ListOfValues" type="{http://www.opengis.net/cat/csw/2.0.2}ListOfValuesType"/> <element name="ConceptualScheme" type="{http://www.opengis.net/cat/csw/2.0.2}ConceptualSchemeType"/> <element name="RangeOfValues" type="{http://www.opengis.net/cat/csw/2.0.2}RangeOfValuesType"/> </choice> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="uom" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConceptualSchemeTypeconceptualSchemeprotected ListOfValuesTypelistOfValuesprotected StringparameterNameprotected StringpropertyNameprotected RangeOfValuesTyperangeOfValuesprotected QNametypeprotected Stringuom
-
Constructor Summary
Constructors Constructor Description DomainValuesType()Default no-arg constructorDomainValuesType(String propertyName, String parameterName, ListOfValuesType listOfValues, ConceptualSchemeType conceptualScheme, RangeOfValuesType rangeOfValues, QName type, String uom)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConceptualSchemeTypegetConceptualScheme()Gets the value of the conceptualScheme property.ListOfValuesTypegetListOfValues()Gets the value of the listOfValues property.StringgetParameterName()Gets the value of the parameterName property.StringgetPropertyName()Gets the value of the propertyName property.RangeOfValuesTypegetRangeOfValues()Gets the value of the rangeOfValues property.QNamegetType()Gets the value of the type property.StringgetUom()Gets the value of the uom property.voidsetConceptualScheme(ConceptualSchemeType value)Sets the value of the conceptualScheme property.voidsetListOfValues(ListOfValuesType value)Sets the value of the listOfValues property.voidsetParameterName(String value)Sets the value of the parameterName property.voidsetPropertyName(String value)Sets the value of the propertyName property.voidsetRangeOfValues(RangeOfValuesType value)Sets the value of the rangeOfValues property.voidsetType(QName value)Sets the value of the type property.voidsetUom(String value)Sets the value of the uom property.
-
-
-
Field Detail
-
propertyName
protected String propertyName
-
parameterName
protected String parameterName
-
listOfValues
protected ListOfValuesType listOfValues
-
conceptualScheme
protected ConceptualSchemeType conceptualScheme
-
rangeOfValues
protected RangeOfValuesType rangeOfValues
-
type
protected QName type
-
uom
protected String uom
-
-
Constructor Detail
-
DomainValuesType
public DomainValuesType()
Default no-arg constructor
-
DomainValuesType
public DomainValuesType(String propertyName, String parameterName, ListOfValuesType listOfValues, ConceptualSchemeType conceptualScheme, RangeOfValuesType rangeOfValues, QName type, String uom)
Fully-initialising value constructor
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
String
-
setPropertyName
public void setPropertyName(String value)
Sets the value of the propertyName property.- Parameters:
value- allowed object isString
-
getParameterName
public String getParameterName()
Gets the value of the parameterName property.- Returns:
- possible object is
String
-
setParameterName
public void setParameterName(String value)
Sets the value of the parameterName property.- Parameters:
value- allowed object isString
-
getListOfValues
public ListOfValuesType getListOfValues()
Gets the value of the listOfValues property.- Returns:
- possible object is
ListOfValuesType
-
setListOfValues
public void setListOfValues(ListOfValuesType value)
Sets the value of the listOfValues property.- Parameters:
value- allowed object isListOfValuesType
-
getConceptualScheme
public ConceptualSchemeType getConceptualScheme()
Gets the value of the conceptualScheme property.- Returns:
- possible object is
ConceptualSchemeType
-
setConceptualScheme
public void setConceptualScheme(ConceptualSchemeType value)
Sets the value of the conceptualScheme property.- Parameters:
value- allowed object isConceptualSchemeType
-
getRangeOfValues
public RangeOfValuesType getRangeOfValues()
Gets the value of the rangeOfValues property.- Returns:
- possible object is
RangeOfValuesType
-
setRangeOfValues
public void setRangeOfValues(RangeOfValuesType value)
Sets the value of the rangeOfValues property.- Parameters:
value- allowed object isRangeOfValuesType
-
getType
public QName getType()
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
public void setType(QName value)
Sets the value of the type property.- Parameters:
value- allowed object isQName
-
getUom
public String getUom()
Gets the value of the uom property.- Returns:
- possible object is
String
-
-