@Deprecated public class WebServicePolicyReferencesImpl extends java.lang.Object implements WebServicePolicyReferences
EXTENSION_TYPE| Constructor and Description |
|---|
WebServicePolicyReferencesImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPolicyReference(PolicyReference policyReference)
Deprecated.
Adds the specified PolicyReference if it is not already present.
|
boolean |
containsPolicyReference(PolicyReference policyReference)
Deprecated.
Returns true if this set contains the specified element.
|
java.util.Set<PolicyReference> |
getPolicyReferences()
Deprecated.
Lists all the PolicyReference.
|
boolean |
removePolicyReference(PolicyReference policyReference)
Deprecated.
Removes the specified PolicyReference if it is present.
|
public WebServicePolicyReferencesImpl()
public boolean addPolicyReference(PolicyReference policyReference)
WebServicePolicyReferencesaddPolicyReference in interface WebServicePolicyReferencespolicyReference - policyReference to be added.public boolean removePolicyReference(PolicyReference policyReference)
WebServicePolicyReferencesremovePolicyReference in interface WebServicePolicyReferencespolicyReference - policyReference to be removed.public java.util.Set<PolicyReference> getPolicyReferences()
WebServicePolicyReferencesgetPolicyReferences in interface WebServicePolicyReferencespublic boolean containsPolicyReference(PolicyReference policyReference)
WebServicePolicyReferencescontainsPolicyReference in interface WebServicePolicyReferencespolicyReference - policyReference whose presence in this set is to be tested.