Package com.luciad.ogc.ows.model
Class TLcdOWSAbstractReferenceBase
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdOWSReference
Base for a reference to a remote or local
resource.
This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thetype
attribute. -
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
TYPE_PROPERTY
Data property that maps to thetype
attribute. The possible values for this property are the publicQName
constants defined in this class.
-
-
Constructor Details
-
TLcdOWSAbstractReferenceBase
public TLcdOWSAbstractReferenceBase() -
TLcdOWSAbstractReferenceBase
-
-
Method Details
-
getType
Returns the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-