Class TLcdOWSMetadata
- All Implemented Interfaces:
ILcdDataObject
,ILcdXMLSimpleLink
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdOWSAdditionalParametersBase
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theabout
attribute.static final TLcdDataProperty
Data property that maps to theAbstractMetaData
element.static final TLcdDataProperty
Data linkInfo property.static final TLcdDataProperty
Data linkedObject property. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAbout()
Returns the value of the property that maps to theabout
attribute.Returns the value of the property that maps to theAbstractMetaData
element.Gets the actuate.Gets the arcrole.getHref()
Gets the href.Returns the value of the linkedObject property.Returns the value of the linkInfo property.getRole()
Gets the role.getShow()
Gets the show.getTitle()
Gets the title.getType()
Gets the type, the type of a simple xlink is fixed to "simple".void
Sets the value of the property that maps to theabout
attribute.void
setAbstractMetaData
(Object aValue) Sets the value of the property that maps to theAbstractMetaData
element.void
setActuate
(String aActuate) Sets the actuate.void
setArcrole
(String aArcrole) Sets the arcrole.void
Sets the href.void
setLinkedObject
(Object aValue) Sets the value of the linkedObject property.void
setLinkInfo
(Object aValue) Sets the value of the linkInfo property.void
Sets the role.void
Sets the show.void
Sets the title.void
Deprecated.The type of a simple xlink is fixed to "simple"
-
Field Details
-
LINK_INFO_PROPERTY
Data linkInfo property. The possible values for this property are instances ofObject
. -
LINKED_OBJECT_PROPERTY
Data linkedObject property. The possible values for this property are instances ofObject
. -
ABOUT_PROPERTY
Data property that maps to theabout
attribute. The possible values for this property are instances ofString
. -
ABSTRACT_META_DATA_PROPERTY
Data property that maps to theAbstractMetaData
element. The possible values for this property are instances ofObject
.
-
-
Constructor Details
-
TLcdOWSMetadata
public TLcdOWSMetadata() -
TLcdOWSMetadata
- Since:
- 2017.0
-
-
Method Details
-
getActuate
Gets the actuate.The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
- Specified by:
getActuate
in interfaceILcdXMLSimpleLink
- Returns:
- the actuate.
-
setActuate
Sets the actuate.The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
- Specified by:
setActuate
in interfaceILcdXMLSimpleLink
- Parameters:
aActuate
- the actuate to be set.
-
getArcrole
Gets the arcrole.- Specified by:
getArcrole
in interfaceILcdXMLSimpleLink
- Returns:
- the arcrole.
-
setArcrole
Sets the arcrole.- Specified by:
setArcrole
in interfaceILcdXMLSimpleLink
- Parameters:
aArcrole
- the arcrole to be set.
-
getHref
Gets the href.- Specified by:
getHref
in interfaceILcdXMLSimpleLink
- Returns:
- the href.
-
setHref
Sets the href.- Specified by:
setHref
in interfaceILcdXMLSimpleLink
- Parameters:
aHref
- the href to be set.
-
getRole
Gets the role.- Specified by:
getRole
in interfaceILcdXMLSimpleLink
- Returns:
- the role.
-
setRole
Sets the role.- Specified by:
setRole
in interfaceILcdXMLSimpleLink
- Parameters:
aRole
- the role to be set.
-
getShow
Gets the show.The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
- Specified by:
getShow
in interfaceILcdXMLSimpleLink
- Returns:
- the show.
-
setShow
Sets the show.The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
- Specified by:
setShow
in interfaceILcdXMLSimpleLink
- Parameters:
aShow
- the show to be set.
-
getTitle
Gets the title.- Specified by:
getTitle
in interfaceILcdXMLSimpleLink
- Returns:
- the title.
-
setTitle
Sets the title.- Specified by:
setTitle
in interfaceILcdXMLSimpleLink
- Parameters:
aTitle
- the title to be set.
-
getType
Gets the type, the type of a simple xlink is fixed to "simple".- Specified by:
getType
in interfaceILcdXMLSimpleLink
- Returns:
- the type.
-
setType
Deprecated.The type of a simple xlink is fixed to "simple"Sets the type, the type can only be set to "simple".- Parameters:
aType
- the type to be set.
-
getLinkInfo
Returns the value of the linkInfo property.- Returns:
- the value of the
LINK_INFO_PROPERTY
property.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue
- the value to set for theLINK_INFO_PROPERTY
property.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTY
property.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue
- the value to set for theLINKED_OBJECT_PROPERTY
property.
-
getAbout
Returns the value of the property that maps to theabout
attribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Returns:
- the value of the
ABOUT_PROPERTY
property.
-
setAbout
Sets the value of the property that maps to theabout
attribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Parameters:
aValue
- the value to set for theABOUT_PROPERTY
property.
-
getAbstractMetaData
Returns the value of the property that maps to theAbstractMetaData
element.Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
- Returns:
- the value of the
ABSTRACT_META_DATA_PROPERTY
property.
-
setAbstractMetaData
Sets the value of the property that maps to theAbstractMetaData
element.Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
- Parameters:
aValue
- the value to set for theABSTRACT_META_DATA_PROPERTY
property.
-