Package net.opengis.cat.csw20
Interface GetDomainType
-
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
GetDomainTypeImpl
public interface GetDomainType extends RequestBaseType
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:
Csw20Package.getGetDomainType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParameterName()
Returns the value of the 'Parameter Name' attribute.String
getPropertyName()
Returns the value of the 'Property Name' attribute.void
setParameterName(String value)
Sets the value of the 'Parameter Name
' attribute.void
setPropertyName(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, eUnset
-
Methods inherited from interface RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
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(String)
,Csw20Package.getGetDomainType_PropertyName()
-
setPropertyName
void setPropertyName(String value)
Sets the value of the 'Property Name
' attribute.- Parameters:
value
- the new value of the 'Property Name' attribute.- See Also:
getPropertyName()
-
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(String)
,Csw20Package.getGetDomainType_ParameterName()
-
setParameterName
void setParameterName(String value)
Sets the value of the 'Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Parameter Name' attribute.- See Also:
getParameterName()
-
-