Interface AssertionIDRef

  • All Superinterfaces:
    XmlSerializable

    @SupportedAll
    public interface AssertionIDRef
    extends XmlSerializable
    This class represents the AssertionIDRef element.

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

     <element name="AssertionIDRef" type="NCName"/>
     
    • Method Detail

      • getValue

        String getValue()
        Returns the value of the AssertionIDRef.
        Returns:
        the value of this AssertionIDRef.
        See Also:
        setValue(String)
      • makeImmutable

        void makeImmutable()
        Makes the object immutable.
      • isMutable

        boolean isMutable()
        Returns the mutability of the object.
        Returns:
        true if the object is mutable; false otherwise.