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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParameterName()Returns the value of the 'Parameter Name' attribute.StringgetPropertyName()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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyNameString 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()
 
 - 
setPropertyNamevoid setPropertyName(String value) Sets the value of the 'Property Name' attribute.- Parameters:
- value- the new value of the 'Property Name' attribute.
- See Also:
- getPropertyName()
 
 - 
getParameterNameString 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()
 
 - 
setParameterNamevoid setParameterName(String value) Sets the value of the 'Parameter Name' attribute.- Parameters:
- value- the new value of the 'Parameter Name' attribute.
- See Also:
- getParameterName()
 
 
- 
 
-