Uses of Class
org.xmlsoap.schemas.ws._2004._09.policy.Policy

Packages that use Policy
org.xmlsoap.schemas.ws._2004._09.policy   
 

Uses of Policy in org.xmlsoap.schemas.ws._2004._09.policy
 

Methods in org.xmlsoap.schemas.ws._2004._09.policy that return Policy
 Policy PolicyAttachment.getPolicy()
          Gets the policy value for this PolicyAttachment.
 Policy OperatorContentType.getPolicy()
          Gets the policy value for this OperatorContentType.
 

Methods in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type Policy
 void PolicyAttachment.setPolicy(Policy policy)
          Sets the policy value for this PolicyAttachment.
 void OperatorContentType.setPolicy(Policy policy)
          Sets the policy value for this OperatorContentType.
 

Constructors in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type Policy
OperatorContentType(Policy policy, OperatorContentType all, OperatorContentType exactlyOne, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any)
           
Policy(Policy policy, OperatorContentType all, OperatorContentType exactlyOne, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI name, org.apache.axis.types.Id id)
           
PolicyAttachment(AppliesTo appliesTo, Policy policy, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any)