Uses of Enum
org.apache.cxf.ws.rm.v200702.IncompleteSequenceBehaviorType
Packages that use IncompleteSequenceBehaviorType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of IncompleteSequenceBehaviorType in org.apache.cxf.ws.rm.v200702
Fields in org.apache.cxf.ws.rm.v200702 declared as IncompleteSequenceBehaviorTypeModifier and TypeFieldDescriptionprotected IncompleteSequenceBehaviorTypeCreateSequenceResponseType.incompleteSequenceBehaviorprotected IncompleteSequenceBehaviorTypeOfferType.incompleteSequenceBehaviorMethods in org.apache.cxf.ws.rm.v200702 that return IncompleteSequenceBehaviorTypeModifier and TypeMethodDescriptionCreateSequenceResponseType.getIncompleteSequenceBehavior()Gets the value of the incompleteSequenceBehavior property.OfferType.getIncompleteSequenceBehavior()Gets the value of the incompleteSequenceBehavior property.Returns the enum constant of this type with the specified name.static IncompleteSequenceBehaviorType[]IncompleteSequenceBehaviorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ws.rm.v200702 with parameters of type IncompleteSequenceBehaviorTypeModifier and TypeMethodDescriptionvoidCreateSequenceResponseType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value) Sets the value of the incompleteSequenceBehavior property.voidOfferType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value) Sets the value of the incompleteSequenceBehavior property.