Uses of Enum
com.sun.xml.ws.rx.rm.protocol.wsrm200702.IncompleteSequenceBehaviorType
Packages that use IncompleteSequenceBehaviorType
-
Uses of IncompleteSequenceBehaviorType in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200702 declared as IncompleteSequenceBehaviorTypeModifier and TypeFieldDescriptionprotected IncompleteSequenceBehaviorTypeCreateSequenceResponseElement.incompleteSequenceBehaviorprotected IncompleteSequenceBehaviorTypeOfferType.incompleteSequenceBehaviorMethods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 that return IncompleteSequenceBehaviorTypeModifier and TypeMethodDescriptionIncompleteSequenceBehaviorType.fromISB(Sequence.IncompleteSequenceBehavior v) CreateSequenceResponseElement.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 com.sun.xml.ws.rx.rm.protocol.wsrm200702 with parameters of type IncompleteSequenceBehaviorTypeModifier and TypeMethodDescriptionvoidCreateSequenceResponseElement.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value) Sets the value of the incompleteSequenceBehavior property.voidOfferType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value) Sets the value of the incompleteSequenceBehavior property.