Package org.xlsx4j.sml
Class CTHyperlink
java.lang.Object
org.xlsx4j.sml.CTHyperlink
- All Implemented Interfaces:
Child
Java class for CT_Hyperlink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Hyperlink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
<attribute name="location" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="tooltip" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="display" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the display property.getId()Gets the value of the id property.Gets the value of the location property.Gets the parent object in the object tree representing the unmarshalled xml document.getRef()Gets the value of the ref property.Gets the value of the tooltip property.voidsetDisplay(String value) Sets the value of the display property.voidSets the value of the id property.voidsetLocation(String value) Sets the value of the location property.voidvoidSets the value of the ref property.voidsetTooltip(String value) Sets the value of the tooltip property.
-
Field Details
-
ref
-
id
-
location
-
tooltip
-
display
-
-
Constructor Details
-
CTHyperlink
public CTHyperlink()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getTooltip
Gets the value of the tooltip property.- Returns:
- possible object is
String
-
setTooltip
Sets the value of the tooltip property.- Parameters:
value- allowed object isString
-
getDisplay
Gets the value of the display property.- Returns:
- possible object is
String
-
setDisplay
Sets the value of the display property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-