Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200702.IncompleteSequenceBehaviorType
-
Packages that use IncompleteSequenceBehaviorType Package Description com.sun.xml.ws.rx.rm.protocol.wsrm200702 -
-
Uses of IncompleteSequenceBehaviorType in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200702 declared as IncompleteSequenceBehaviorType Modifier and Type Field Description protected IncompleteSequenceBehaviorTypeCreateSequenceResponseElement. incompleteSequenceBehaviorprotected IncompleteSequenceBehaviorTypeOfferType. incompleteSequenceBehaviorMethods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 that return IncompleteSequenceBehaviorType Modifier and Type Method Description static IncompleteSequenceBehaviorTypeIncompleteSequenceBehaviorType. fromISB(Sequence.IncompleteSequenceBehavior v)static IncompleteSequenceBehaviorTypeIncompleteSequenceBehaviorType. fromValue(String v)IncompleteSequenceBehaviorTypeCreateSequenceResponseElement. getIncompleteSequenceBehavior()Gets the value of the incompleteSequenceBehavior property.IncompleteSequenceBehaviorTypeOfferType. getIncompleteSequenceBehavior()Gets the value of the incompleteSequenceBehavior property.static IncompleteSequenceBehaviorTypeIncompleteSequenceBehaviorType. valueOf(String name)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 IncompleteSequenceBehaviorType Modifier and Type Method Description voidCreateSequenceResponseElement. setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)Sets the value of the incompleteSequenceBehavior property.voidOfferType. setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)Sets the value of the incompleteSequenceBehavior property.
-