Apache CXF API

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

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

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

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

Methods in org.apache.cxf.ws.policy.v200409 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.v200409 with parameters of type AppliesTo
 void PolicyAttachment.setAppliesTo(AppliesTo value)
          Sets the value of the appliesTo property.
 


Apache CXF API

Apache CXF