public class GetDomainType extends RequestBaseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterName |
protected String |
propertyName |
service, version| Constructor and Description |
|---|
GetDomainType()
Default no-arg constructor
|
GetDomainType(String service,
String version,
String propertyName,
String parameterName)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName()
Gets the value of the parameterName property.
|
String |
getPropertyName()
Gets the value of the propertyName property.
|
void |
setParameterName(String value)
Sets the value of the parameterName property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
getService, getVersion, setService, setVersionprotected String propertyName
protected String parameterName
public String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic String getParameterName()
StringCopyright © 2020 B3Partners B.V.. All rights reserved.