Class CTSmartTagType

java.lang.Object
org.xlsx4j.sml.CTSmartTagType
All Implemented Interfaces:
Child

public class CTSmartTagType extends Object implements Child

Java class for CT_SmartTagType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_SmartTagType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="namespaceUri" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="url" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • namespaceUri

      protected String namespaceUri
    • name

      protected String name
    • url

      protected String url
  • Constructor Details

    • CTSmartTagType

      public CTSmartTagType()
  • Method Details

    • getNamespaceUri

      public String getNamespaceUri()
      Gets the value of the namespaceUri property.
      Returns:
      possible object is String
    • setNamespaceUri

      public void setNamespaceUri(String value)
      Sets the value of the namespaceUri property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.