Interface Policy

All Superinterfaces:
AttributeExtensibleXMLObject, IdBearing, OperatorContentType, WSPolicyObject, XMLObject
All Known Implementing Classes:
PolicyImpl

The wsp:Policy element.
See Also:
  • "WS-Policy (http://schemas.xmlsoap.org/ws/2004/09/policy)"
  • Field Details

  • Method Details

    • getName

      @Nullable String getName()
      Returns the wsp:Policy/@Name attribute value.
      Returns:
      the Name attribute value or null.
    • setName

      void setName(@Nullable String name)
      Sets the wsp:Policy/@Name attribute value.
      Parameters:
      name - the Name attribute value to set.