Class Advice

  • All Implemented Interfaces:
    Advice

    public class Advice
    extends AdviceType
    implements Advice
    The Advice element contains additional information that the issuer wishes to provide. This information MAY be ignored by applications without affecting either the semantics or validity. Advice elements MAY be specified in an extension schema.
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • Advice

        public Advice​(List assertionidreference,
                      List assertion,
                      List otherelement)
        Constructor
        Parameters:
        assertionidreference - A List of AssertionIDReference.
        assertion - A List of Assertion
        otherelement - A List of any element defined as <any namespace="##other" processContents="lax">;
      • Advice

        public Advice​(AdviceType adviceType)