Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200702.IncompleteSequenceBehaviorType

Packages that use IncompleteSequenceBehaviorType
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
protected  IncompleteSequenceBehaviorType CreateSequenceResponseElement.incompleteSequenceBehavior
           
protected  IncompleteSequenceBehaviorType OfferType.incompleteSequenceBehavior
           
 

Methods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 that return IncompleteSequenceBehaviorType
static IncompleteSequenceBehaviorType IncompleteSequenceBehaviorType.fromISB(Sequence.IncompleteSequenceBehavior v)
           
static IncompleteSequenceBehaviorType IncompleteSequenceBehaviorType.fromValue(String v)
           
 IncompleteSequenceBehaviorType CreateSequenceResponseElement.getIncompleteSequenceBehavior()
          Gets the value of the incompleteSequenceBehavior property.
 IncompleteSequenceBehaviorType OfferType.getIncompleteSequenceBehavior()
          Gets the value of the incompleteSequenceBehavior property.
static IncompleteSequenceBehaviorType IncompleteSequenceBehaviorType.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
 void CreateSequenceResponseElement.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)
          Sets the value of the incompleteSequenceBehavior property.
 void OfferType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)
          Sets the value of the incompleteSequenceBehavior property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.