org.opensaml.ws.wspolicy
Interface PolicyURIsBearing


public interface PolicyURIsBearing

Interface for element having a @wsp:PolicyURIs attribute.


Field Summary
static String WSP_POLICY_URIS_ATTR_LOCAL_NAME
          The wsp:@PolicyURIs attribute local name.
static QName WSP_POLICY_URIS_ATTR_NAME
          The wsp:@PolicyURIs qualified attribute name.
 
Method Summary
 List<String> getWSP12PolicyURIs()
          Get the attribute value.
 void setWSP12PolicyURIs(List<String> newPolicyURIs)
          Set the attribute value.
 

Field Detail

WSP_POLICY_URIS_ATTR_LOCAL_NAME

static final String WSP_POLICY_URIS_ATTR_LOCAL_NAME
The wsp:@PolicyURIs attribute local name.

See Also:
Constant Field Values

WSP_POLICY_URIS_ATTR_NAME

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

Method Detail

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


Copyright © 2006-2013 Internet2. All Rights Reserved.