Interface XSAny

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, XMLObject
All Known Subinterfaces:
AttributeValue, AttributeValue, AuthnContextDecl, SubjectConfirmationData
All Known Implementing Classes:
AttributeValueImpl, AttributeValueImpl, AuthnContextDeclImpl, SubjectConfirmationDataImpl, XSAnyImpl

Represents the schema Any type.
  • Field Details

    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getTextContent

      @Nullable String getTextContent()
      Gets the text content for the DOM Element.
      Returns:
      the text content for the DOM Element, or null
    • setTextContent

      void setTextContent(@Nullable String newContent)
      Sets the text content for the DOM Element.
      Parameters:
      newContent - the text content for the DOM Element