All Superinterfaces:
XmlObject, XmlTokenSource

public interface HrefAttribute extends XmlObject
A document containing one href(@http://schemas.openxmlformats.org/officeDocument/2006/relationships) attribute. This is a complex type.
  • Field Details

  • Method Details

    • getHref

      String getHref()
      Gets the "href" attribute
    • xgetHref

      STRelationshipId xgetHref()
      Gets (as xml) the "href" attribute
    • isSetHref

      boolean isSetHref()
      True if has "href" attribute
    • setHref

      void setHref(String href)
      Sets the "href" attribute
    • xsetHref

      void xsetHref(STRelationshipId href)
      Sets (as xml) the "href" attribute
    • unsetHref

      void unsetHref()
      Unsets the "href" attribute