Uses of Class
org.apache.cxf.ws.rm.v200702.DetailType
-
Packages that use DetailType Package Description org.apache.cxf.ws.rm.v200702 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DetailType in org.apache.cxf.ws.rm.v200702
Fields in org.apache.cxf.ws.rm.v200702 declared as DetailType Modifier and Type Field Description protected DetailType
SequenceFaultType. detail
Methods in org.apache.cxf.ws.rm.v200702 that return DetailType Modifier and Type Method Description DetailType
ObjectFactory. createDetailType()
Create an instance ofDetailType
DetailType
SequenceFaultType. getDetail()
Gets the value of the detail property.Methods in org.apache.cxf.ws.rm.v200702 with parameters of type DetailType Modifier and Type Method Description void
SequenceFaultType. setDetail(DetailType value)
Sets the value of the detail property.
-