Interface XmlIDREFS

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlTokenSource
    All Known Implementing Classes:
    XmlIdRefsImpl

    public interface XmlIDREFS
    extends XmlAnySimpleType
    Corresponds to the XML Schema xs:IDREFS type, a list type.

    When validated, IDREF values must match an ID value that is present within the document. This rule is only verified when a whole document is validated at once.

    Convertible to a List.

    • Method Detail

      • getListValue

        java.util.List<?> getListValue()
        Returns the value as a List of String values
      • xgetListValue

        java.util.List<? extends XmlAnySimpleType> xgetListValue()
        Returns the value as a List of XmlIDREF values
      • setListValue

        void setListValue​(java.util.List<?> l)
        Sets the value as a List