Package net.opengis.cat.csw20
Interface GetDomainType
- All Superinterfaces:
EObject,Notifier,RequestBaseType
- All Known Implementing Classes:
GetDomainTypeImpl
A representation of the model object 'Get Domain Type'.
Requests the actual values of some specified request parameter
or other data element.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parameter Name' attribute.Returns the value of the 'Property Name' attribute.voidsetParameterName(String value) Sets the value of the 'Parameter Name' attribute.voidsetPropertyName(String value) Sets the value of the 'Property Name' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
Method Details
-
getPropertyName
String getPropertyName()Returns the value of the 'Property Name' attribute.If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property Name' attribute.
- See Also:
-
setPropertyName
Sets the value of the 'Property Name' attribute.- Parameters:
value- the new value of the 'Property Name' attribute.- See Also:
-
getParameterName
String getParameterName()Returns the value of the 'Parameter Name' attribute.If the meaning of the 'Parameter Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Name' attribute.
- See Also:
-
setParameterName
Sets the value of the 'Parameter Name' attribute.- Parameters:
value- the new value of the 'Parameter Name' attribute.- See Also:
-