Package org.opensaml.soap.wspolicy
Interface PolicyURIsBearing
public interface PolicyURIsBearing
Interface for element having a
@wsp:PolicyURIs
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.void
setWSP12PolicyURIs
(List<String> newPolicyURIs) Set the attribute value.
-
Field Details
-
WSP_POLICY_URIS_ATTR_LOCAL_NAME
The wsp:@PolicyURIs attribute local name.- See Also:
-
WSP_POLICY_URIS_ATTR_NAME
The wsp:@PolicyURIs qualified attribute name.
-
-
Method Details
-
getWSP12PolicyURIs
Get the attribute value.- Returns:
- return the list of attribute values
-
setWSP12PolicyURIs
Set the attribute value.- Parameters:
newPolicyURIs
- the new list of attribute values
-