public interface Extensions
| Modifier and Type | Method and Description |
|---|---|
void |
appendAttribute(Attr theAttribute)
Append an item to extension attributes.
|
void |
appendElement(Element theElement)
Append an item to extension elements.
|
Attr |
getAttribute(int index)
Get extension attributes by indexed position.
|
int |
getAttributesLength()
Get the number of Attr items in attributes.
|
Element |
getElement(int index)
Get extension elements by indexed position.
|
int |
getElementsLength()
Get the number of Element items in elements.
|
Attr |
removeAttribute(int index)
Remove extension attributes by index position.
|
Element |
removeElement(int index)
Remove extension elements by index position.
|
void |
setAttribute(int index,
Attr theAttribute)
Set extension attributes by indexed position.
|
void |
setElement(int index,
Element theElement)
Set extension elements by indexed position.
|
int getElementsLength()
Element getElement(int index)
index - Indexed position value 0..length-1index position.void setElement(int index,
Element theElement)
index - Indexed position value (0..length-1) of the item to settheElement - Item to add at position index.void appendElement(Element theElement)
theElement - Item to append to elementsElement removeElement(int index)
index - The index position of the element to removeint getAttributesLength()
Attr getAttribute(int index)
index - Indexed position value 0..length-1index position.void setAttribute(int index,
Attr theAttribute)
index - Indexed position value (0..length-1) of the item to settheAttribute - Item to add at position index.void appendAttribute(Attr theAttribute)
theAttribute - Item to append to attributesAttr removeAttribute(int index)
index - The index position of the attribute to removeCopyright © 2011-2016 OpenESB Community. All Rights Reserved.