Apache CXF API

Uses of Class
org.apache.cxf.ws.policy.v200607.AppliesTo

Packages that use AppliesTo
org.apache.cxf.ws.policy.v200607   
 

Uses of AppliesTo in org.apache.cxf.ws.policy.v200607
 

Fields in org.apache.cxf.ws.policy.v200607 declared as AppliesTo
protected  AppliesTo PolicyAttachment.appliesTo
           
 

Methods in org.apache.cxf.ws.policy.v200607 that return AppliesTo
 AppliesTo ObjectFactory.createAppliesTo()
          Create an instance of AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Gets the value of the appliesTo property.
 

Methods in org.apache.cxf.ws.policy.v200607 with parameters of type AppliesTo
 void PolicyAttachment.setAppliesTo(AppliesTo value)
          Sets the value of the appliesTo property.
 


Apache CXF API

Apache CXF