|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HyperlinkResolve
This object automatically resolves and sets the CUID for the report object that is associated with a report hyperlink. If the report object is contained within an object package then the RUID is resolved.
| Nested Class Summary | |
|---|---|
static class |
HyperlinkResolve.Factory
A class with methods for creating instances of the HyperlinkResolve type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
java.lang.String |
getHyperlinkName()
Returns the name of the hyperlink resolve object. |
boolean |
getIsCUID()
Returns a boolean indicating whether or not the resolve id is a CUID. |
java.lang.String |
getResolveID()
Returns the resolve ID. |
boolean |
isSetHyperlinkName()
Checks if the HyperlinkName has been set. |
boolean |
isSetIsCUID()
Checks if the CUID element has been set. |
boolean |
isSetResolveID()
Checks if the ResolveID has been set. |
void |
setHyperlinkName(java.lang.String hyperlinkName)
Internal Use Only. |
void |
setIsCUID(boolean isCUID)
Internal Use Only. |
void |
setResolveID(java.lang.String resolveID)
Internal Use Only. |
void |
unsetHyperlinkName()
Deletes or unsets the HyperlinkName element. |
void |
unsetIsCUID()
Deletes or unsets the isCUID element. |
void |
unsetResolveID()
Deletes or unsets the ResolveID element. |
org.apache.xmlbeans.XmlString |
xgetHyperlinkName()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsCUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetResolveID()
Internal Use Only. |
void |
xsetHyperlinkName(org.apache.xmlbeans.XmlString hyperlinkName)
Internal Use Only. |
void |
xsetIsCUID(org.apache.xmlbeans.XmlBoolean isCUID)
Internal Use Only. |
void |
xsetResolveID(org.apache.xmlbeans.XmlString resolveID)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getHyperlinkName()
Returns the name of the hyperlink resolve object.
String indicating the name of the hyperlink resolve object.org.apache.xmlbeans.XmlString xgetHyperlinkName()
boolean isSetHyperlinkName()
HyperlinkName has been set.
true if the HyplerlinkName element has been set, otherwise false.void setHyperlinkName(java.lang.String hyperlinkName)
void xsetHyperlinkName(org.apache.xmlbeans.XmlString hyperlinkName)
void unsetHyperlinkName()
Deletes or unsets the HyperlinkName element.
java.lang.String getResolveID()
Returns the resolve ID.
String containing the CUID or RUID of the report object.org.apache.xmlbeans.XmlString xgetResolveID()
boolean isSetResolveID()
ResolveID has been set.
true if the ResolveID element has been set, otherwise false.void setResolveID(java.lang.String resolveID)
void xsetResolveID(org.apache.xmlbeans.XmlString resolveID)
void unsetResolveID()
Deletes or unsets the ResolveID element.
boolean getIsCUID()
Returns a boolean indicating whether or not the resolve id is a CUID.
boolean indicating whether or not the resolve id is a CUID.org.apache.xmlbeans.XmlBoolean xgetIsCUID()
boolean isSetIsCUID()
true if the CUID element has been set, otherwise false.void setIsCUID(boolean isCUID)
void xsetIsCUID(org.apache.xmlbeans.XmlBoolean isCUID)
void unsetIsCUID()
Deletes or unsets the isCUID element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||