com.businessobjects.enterprise.crystalreport
Interface HyperlinkResolve


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

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getHyperlinkName

java.lang.String getHyperlinkName()

Returns the name of the hyperlink resolve object.

Returns:
A String indicating the name of the hyperlink resolve object.

xgetHyperlinkName

org.apache.xmlbeans.XmlString xgetHyperlinkName()
Internal Use Only.


isSetHyperlinkName

boolean isSetHyperlinkName()
Checks if the HyperlinkName has been set.

Returns:
true if the HyplerlinkName element has been set, otherwise false.

setHyperlinkName

void setHyperlinkName(java.lang.String hyperlinkName)
Internal Use Only.


xsetHyperlinkName

void xsetHyperlinkName(org.apache.xmlbeans.XmlString hyperlinkName)
Internal Use Only.


unsetHyperlinkName

void unsetHyperlinkName()

Deletes or unsets the HyperlinkName element.


getResolveID

java.lang.String getResolveID()

Returns the resolve ID.

Returns:
A String containing the CUID or RUID of the report object.

xgetResolveID

org.apache.xmlbeans.XmlString xgetResolveID()
Internal Use Only.


isSetResolveID

boolean isSetResolveID()
Checks if the ResolveID has been set.

Returns:
true if the ResolveID element has been set, otherwise false.

setResolveID

void setResolveID(java.lang.String resolveID)
Internal Use Only.


xsetResolveID

void xsetResolveID(org.apache.xmlbeans.XmlString resolveID)
Internal Use Only.


unsetResolveID

void unsetResolveID()

Deletes or unsets the ResolveID element.


getIsCUID

boolean getIsCUID()

Returns a boolean indicating whether or not the resolve id is a CUID.

Returns:
Returns a boolean indicating whether or not the resolve id is a CUID.

xgetIsCUID

org.apache.xmlbeans.XmlBoolean xgetIsCUID()
Internal Use Only.


isSetIsCUID

boolean isSetIsCUID()
Checks if the CUID element has been set.

Returns:
true if the CUID element has been set, otherwise false.

setIsCUID

void setIsCUID(boolean isCUID)
Internal Use Only.


xsetIsCUID

void xsetIsCUID(org.apache.xmlbeans.XmlBoolean isCUID)
Internal Use Only.


unsetIsCUID

void unsetIsCUID()

Deletes or unsets the isCUID element.