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.

    • Field Detail

    • Method Detail

      • getListValue

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

        java.util.List xgetListValue()
        Returns the value as a List of XmlIDREF values
      • setListValue

        void setListValue​(java.util.List l)
        Sets the value as a List
      • listValue

        java.util.List listValue()
        Deprecated.
        replaced by getListValue()
        Returns the value as a List of String values
      • xlistValue

        java.util.List xlistValue()
        Deprecated.
        replaced by getListValue()
        Returns the value as a List of XmlIDREF values
      • set

        void set​(java.util.List l)
        Deprecated.
        replaced by getListValue()
        Sets the value as a List