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 class
CTHyperlink.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getDisplay()
Gets the "display" attributejava.lang.String
getId()
Gets the "id" attributejava.lang.String
getLocation()
Gets the "location" attributejava.lang.String
getRef()
Gets the "ref" attributejava.lang.String
getTooltip()
Gets the "tooltip" attributeboolean
isSetDisplay()
True if has "display" attributeboolean
isSetId()
True if has "id" attributeboolean
isSetLocation()
True if has "location" attributeboolean
isSetTooltip()
True if has "tooltip" attributevoid
setDisplay(java.lang.String display)
Sets the "display" attributevoid
setId(java.lang.String id)
Sets the "id" attributevoid
setLocation(java.lang.String location)
Sets the "location" attributevoid
setRef(java.lang.String ref)
Sets the "ref" attributevoid
setTooltip(java.lang.String tooltip)
Sets the "tooltip" attributevoid
unsetDisplay()
Unsets the "display" attributevoid
unsetId()
Unsets the "id" attributevoid
unsetLocation()
Unsets the "location" attributevoid
unsetTooltip()
Unsets the "tooltip" attributeSTXstring
xgetDisplay()
Gets (as xml) the "display" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetLocation()
Gets (as xml) the "location" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeSTXstring
xgetTooltip()
Gets (as xml) the "tooltip" attributevoid
xsetDisplay(STXstring display)
Sets (as xml) the "display" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetLocation(STXstring location)
Sets (as xml) the "location" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetTooltip(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
-
-