Interface CTHyperlink
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTHyperlink extends XmlObject
An XML CT_Hyperlink(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTHyperlink.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplay()Gets the "display" attributejava.lang.StringgetId()Gets the "id" attributejava.lang.StringgetLocation()Gets the "location" attributejava.lang.StringgetRef()Gets the "ref" attributejava.lang.StringgetTooltip()Gets the "tooltip" attributebooleanisSetDisplay()True if has "display" attributebooleanisSetId()True if has "id" attributebooleanisSetLocation()True if has "location" attributebooleanisSetTooltip()True if has "tooltip" attributevoidsetDisplay(java.lang.String display)Sets the "display" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetLocation(java.lang.String location)Sets the "location" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetTooltip(java.lang.String tooltip)Sets the "tooltip" attributevoidunsetDisplay()Unsets the "display" attributevoidunsetId()Unsets the "id" attributevoidunsetLocation()Unsets the "location" attributevoidunsetTooltip()Unsets the "tooltip" attributeSTXstringxgetDisplay()Gets (as xml) the "display" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributeSTXstringxgetLocation()Gets (as xml) the "location" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeSTXstringxgetTooltip()Gets (as xml) the "tooltip" attributevoidxsetDisplay(STXstring display)Sets (as xml) the "display" attributevoidxsetId(STRelationshipId id)Sets (as xml) the "id" attributevoidxsetLocation(STXstring location)Sets (as xml) the "location" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetTooltip(STXstring tooltip)Sets (as xml) the "tooltip" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getLocation
java.lang.String getLocation()
Gets the "location" attribute
-
xgetLocation
STXstring xgetLocation()
Gets (as xml) the "location" attribute
-
isSetLocation
boolean isSetLocation()
True if has "location" attribute
-
setLocation
void setLocation(java.lang.String location)
Sets the "location" attribute
-
xsetLocation
void xsetLocation(STXstring location)
Sets (as xml) the "location" attribute
-
unsetLocation
void unsetLocation()
Unsets the "location" attribute
-
getTooltip
java.lang.String getTooltip()
Gets the "tooltip" attribute
-
xgetTooltip
STXstring xgetTooltip()
Gets (as xml) the "tooltip" attribute
-
isSetTooltip
boolean isSetTooltip()
True if has "tooltip" attribute
-
setTooltip
void setTooltip(java.lang.String tooltip)
Sets the "tooltip" attribute
-
xsetTooltip
void xsetTooltip(STXstring tooltip)
Sets (as xml) the "tooltip" attribute
-
unsetTooltip
void unsetTooltip()
Unsets the "tooltip" attribute
-
getDisplay
java.lang.String getDisplay()
Gets the "display" attribute
-
xgetDisplay
STXstring xgetDisplay()
Gets (as xml) the "display" attribute
-
isSetDisplay
boolean isSetDisplay()
True if has "display" attribute
-
setDisplay
void setDisplay(java.lang.String display)
Sets the "display" attribute
-
xsetDisplay
void xsetDisplay(STXstring display)
Sets (as xml) the "display" attribute
-
unsetDisplay
void unsetDisplay()
Unsets the "display" attribute
-
-