|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Hyperlinks
A collection of ReportHyperlink objects.
| Nested Class Summary | |
|---|---|
static class |
Hyperlinks.Factory
A class with methods for creating instances of the Hyperlinks type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
ReportHyperlink |
addNewHyperlink()
Appends and returns a new empty ReportHyperlink object (as xml) as the last element of the array. |
ReportHyperlink[] |
getHyperlinkArray()
Returns the array of ReportHyperlink objects. |
ReportHyperlink |
getHyperlinkArray(int i)
Returns the ReportHyperlink object at the specified index position. |
ReportHyperlink |
insertNewHyperlink(int i)
Inserts and returns a new empty ReportHyperlink object at a specified index. |
void |
removeHyperlink(int i)
Removes the Hyperlink element at the specified index position. |
void |
setHyperlinkArray(int i,
ReportHyperlink hyperlink)
Sets the ReportHyperlink object at the specified index position. |
void |
setHyperlinkArray(ReportHyperlink[] hyperlinkArray)
Sets the array of ReportHyperlink objects. |
int |
sizeOfHyperlinkArray()
Returns the size of the HyperlinkArray array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ReportHyperlink[] getHyperlinkArray()
Returns the array of ReportHyperlink objects.
ReportHyperlink objects.ReportHyperlink getHyperlinkArray(int i)
Returns the ReportHyperlink object at the specified index position.
i - The index position.
ReportHyperlink object.int sizeOfHyperlinkArray()
HyperlinkArray array.
void setHyperlinkArray(ReportHyperlink[] hyperlinkArray)
Sets the array of ReportHyperlink objects.
hyperlinkArray - The array of ReportHyperlink objects.
void setHyperlinkArray(int i,
ReportHyperlink hyperlink)
Sets the ReportHyperlink object at the specified index position.
i - The index position.hyperlink - The ReportHyperlink object.ReportHyperlink insertNewHyperlink(int i)
ReportHyperlink object at a specified index.
i - The index position to insert the object.
ReportHyperlink object.ReportHyperlink addNewHyperlink()
ReportHyperlink object (as xml) as the last element of the array.
HyperlinkResolve object.void removeHyperlink(int i)
Hyperlink element at the specified index position.
i - The index position to remove the Hyperlink element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||