Class GetDomainType


  • public class GetDomainType
    extends RequestBaseType
    Requests the actual values of some specified request parameter or other data element.

    Java class for GetDomainType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GetDomainType">
       <complexContent>
         <extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
           <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>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • propertyName

        protected String propertyName
      • parameterName

        protected String parameterName
    • Constructor Detail

      • GetDomainType

        public GetDomainType()
        Default no-arg constructor
      • GetDomainType

        public GetDomainType​(String service,
                             String version,
                             String propertyName,
                             String parameterName)
        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 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