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

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

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

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

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

Constructors in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type PolicyReference
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)