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

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

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

Methods in org.xmlsoap.schemas.ws._2004._09.policy that return AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Gets the appliesTo value for this PolicyAttachment.
 

Methods in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type AppliesTo
 void PolicyAttachment.setAppliesTo(AppliesTo appliesTo)
          Sets the appliesTo value for this PolicyAttachment.
 

Constructors in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type AppliesTo
PolicyAttachment(AppliesTo appliesTo, Policy policy, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any)