Interface PolicyURIsBearing


public interface PolicyURIsBearing
Interface for element having a @wsp:PolicyURIs attribute.
  • Field Details

    • WSP_POLICY_URIS_ATTR_LOCAL_NAME

      static final String WSP_POLICY_URIS_ATTR_LOCAL_NAME
      The wsp:@PolicyURIs attribute local name.
      See Also:
    • WSP_POLICY_URIS_ATTR_NAME

      static final QName WSP_POLICY_URIS_ATTR_NAME
      The wsp:@PolicyURIs qualified attribute name.
  • Method Details

    • getWSP12PolicyURIs

      List<String> getWSP12PolicyURIs()
      Get the attribute value.
      Returns:
      return the list of attribute values
    • setWSP12PolicyURIs

      void setWSP12PolicyURIs(List<String> newPolicyURIs)
      Set the attribute value.
      Parameters:
      newPolicyURIs - the new list of attribute values