Uses of Class
org.apache.cxf.ws.rm.manager.DeliveryAssuranceType.InOrder
-
Packages that use DeliveryAssuranceType.InOrder Package Description org.apache.cxf.ws.rm.manager -
-
Uses of DeliveryAssuranceType.InOrder in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as DeliveryAssuranceType.InOrder Modifier and Type Field Description protected DeliveryAssuranceType.InOrder
DeliveryAssuranceType. inOrder
Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType.InOrder Modifier and Type Method Description DeliveryAssuranceType.InOrder
ObjectFactory. createDeliveryAssuranceTypeInOrder()
Create an instance ofDeliveryAssuranceType.InOrder
DeliveryAssuranceType.InOrder
DeliveryAssuranceType. getInOrder()
Gets the value of the inOrder property.Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType.InOrder Modifier and Type Method Description void
DeliveryAssuranceType. setInOrder(DeliveryAssuranceType.InOrder value)
Sets the value of the inOrder property.
-