Class 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>
     
    • 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 is String
      • 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 is String
      • setListOfValues

        public void setListOfValues​(ListOfValuesType value)
        Sets the value of the listOfValues property.
        Parameters:
        value - allowed object is ListOfValuesType
      • setRangeOfValues

        public void setRangeOfValues​(RangeOfValuesType value)
        Sets the value of the rangeOfValues property.
        Parameters:
        value - allowed object is RangeOfValuesType
      • 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 is QName
      • getUom

        public String getUom()
        Gets the value of the uom property.
        Returns:
        possible object is String
      • setUom

        public void setUom​(String value)
        Sets the value of the uom property.
        Parameters:
        value - allowed object is String