Interface Ext
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExtImpl
Interface for the ext xml type.
Interface for the ext xml type, implemented in
ExtImpl
This interface simply describes references of a document, spread,
page, element etc. to an external resource.
-
Method Summary
-
Method Details
-
getId
String getId()Gets the (external) Id of this element.
Gets the (external) Id of this element or the Id of the external resource, this element refers to.
There are no requirements for the content of this element, neither formal nor semantics.- Returns:
- the Id of a external resource of this element
-
setId
Sets the (external) Id of this element.
Sets the external Id of this element. For further information see
getId()- Parameters:
id- the Id of a external resource of this element
-