public class TLcdCSWRequestBase extends TLcdDataObject
Modifier and Type | Field and Description |
---|---|
static TLcdDataProperty |
SERVICE_PROPERTY
Data property that maps to the
service attribute. |
static TLcdDataProperty |
VERSION_PROPERTY
Data property that maps to the
version attribute. |
Constructor and Description |
---|
TLcdCSWRequestBase() |
TLcdCSWRequestBase(TLcdDataType aType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getService()
Returns the value of the property that maps to the
service attribute. |
java.lang.String |
getVersion()
Returns the value of the property that maps to the
version attribute. |
void |
setService(java.lang.String aValue)
Sets the value of the property that maps to the
service attribute. |
void |
setVersion(java.lang.String aValue)
Sets the value of the property that maps to the
version attribute. |
public static final TLcdDataProperty SERVICE_PROPERTY
service
attribute.
The possible values for this property are instances of String
.public static final TLcdDataProperty VERSION_PROPERTY
version
attribute.
The possible values for this property are instances of String
.public TLcdCSWRequestBase()
public TLcdCSWRequestBase(TLcdDataType aType)
public java.lang.String getService()
service
attribute.SERVICE_PROPERTY
property.public void setService(java.lang.String aValue)
service
attribute.aValue
- the value to set for the SERVICE_PROPERTY
property.public java.lang.String getVersion()
version
attribute.VERSION_PROPERTY
property.public void setVersion(java.lang.String aValue)
version
attribute.aValue
- the value to set for the VERSION_PROPERTY
property.