Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.adf.model.connection.webservice.api
Interface WebServicePolicyReferences

All Known Implementing Classes:
WebServicePolicyReferencesImpl

public interface WebServicePolicyReferences

interface of the object representation of the policy-references in the connections.xml


Field Summary
static javax.xml.namespace.QName EXTENSION_TYPE
           
 
Method Summary
 boolean addPolicyReference(PolicyReference policyReference)
          Adds the specified PolicyReference if it is not already present.
 boolean containsPolicyReference(PolicyReference policyReference)
          Returns true if this set contains the specified element.
 java.util.Set<PolicyReference> getPolicyReferences()
          Lists all the PolicyReference.
 boolean removePolicyReference(PolicyReference policyReference)
          Removes the specified PolicyReference if it is present.
 

Field Detail

EXTENSION_TYPE

static final javax.xml.namespace.QName EXTENSION_TYPE
Method Detail

addPolicyReference

boolean addPolicyReference(PolicyReference policyReference)
Adds the specified PolicyReference if it is not already present.

Parameters:
policyReference - policyReference to be added.
Returns:
true if this set did not already contain the specified policyReference.

removePolicyReference

boolean removePolicyReference(PolicyReference policyReference)
Removes the specified PolicyReference if it is present.

Parameters:
policyReference - policyReference to be removed.
Returns:
true if the set contained the specified policyReference.

getPolicyReferences

java.util.Set<PolicyReference> getPolicyReferences()
Lists all the PolicyReference.

Returns:
a set of all the PolicyReference.

containsPolicyReference

boolean containsPolicyReference(PolicyReference policyReference)
Returns true if this set contains the specified element.

Parameters:
policyReference - policyReference whose presence in this set is to be tested.
Returns:
true if this set contains the specified policyReference.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.