Package nl.b3p.csw.jaxb.csw
Class GetDomainType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.RequestBaseType
-
- nl.b3p.csw.jaxb.csw.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 Summary
Fields Modifier and Type Field Description protected StringparameterNameprotected StringpropertyName-
Fields inherited from class nl.b3p.csw.jaxb.csw.RequestBaseType
service, version
-
-
Constructor Summary
Constructors Constructor Description GetDomainType()Default no-arg constructorGetDomainType(String service, String version, String propertyName, String parameterName)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParameterName()Gets the value of the parameterName property.StringgetPropertyName()Gets the value of the propertyName property.voidsetParameterName(String value)Sets the value of the parameterName property.voidsetPropertyName(String value)Sets the value of the propertyName property.-
Methods inherited from class nl.b3p.csw.jaxb.csw.RequestBaseType
getService, getVersion, setService, setVersion
-
-
-
-
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
-
-