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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thetypeattribute. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
TYPE_PROPERTY
Data property that maps to thetypeattribute. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdOWSAbstractReferenceBase
public TLcdOWSAbstractReferenceBase() -
TLcdOWSAbstractReferenceBase
-
-
Method Details
-
getType
Returns the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-