Interface OptionalAttribute

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface OptionalAttribute
    extends XmlObject
    A document containing one Optional(@http://schemas.xmlsoap.org/ws/2004/09/policy) attribute. This is a complex type.
    • Method Detail

      • getOptional

        boolean getOptional()
        Gets the "Optional" attribute
      • xgetOptional

        XmlBoolean xgetOptional()
        Gets (as xml) the "Optional" attribute
      • isSetOptional

        boolean isSetOptional()
        True if has "Optional" attribute
      • setOptional

        void setOptional​(boolean optional)
        Sets the "Optional" attribute
      • xsetOptional

        void xsetOptional​(XmlBoolean optional)
        Sets (as xml) the "Optional" attribute
      • unsetOptional

        void unsetOptional()
        Unsets the "Optional" attribute