Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200702.DetailType

Packages that use DetailType
org.apache.cxf.ws.rm.v200702   
 

Uses of DetailType in org.apache.cxf.ws.rm.v200702
 

Fields in org.apache.cxf.ws.rm.v200702 declared as DetailType
protected  DetailType SequenceFaultType.detail
           
 

Methods in org.apache.cxf.ws.rm.v200702 that return DetailType
 DetailType ObjectFactory.createDetailType()
          Create an instance of DetailType
 DetailType SequenceFaultType.getDetail()
          Gets the value of the detail property.
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type DetailType
 void SequenceFaultType.setDetail(DetailType value)
          Sets the value of the detail property.
 


Apache CXF API

Apache CXF