Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200702.IncompleteSequenceBehaviorType

Packages that use IncompleteSequenceBehaviorType
org.apache.cxf.ws.rm.v200702   
 

Uses of IncompleteSequenceBehaviorType in org.apache.cxf.ws.rm.v200702
 

Fields in org.apache.cxf.ws.rm.v200702 declared as IncompleteSequenceBehaviorType
protected  IncompleteSequenceBehaviorType OfferType.incompleteSequenceBehavior
           
protected  IncompleteSequenceBehaviorType CreateSequenceResponseType.incompleteSequenceBehavior
           
 

Methods in org.apache.cxf.ws.rm.v200702 that return IncompleteSequenceBehaviorType
static IncompleteSequenceBehaviorType IncompleteSequenceBehaviorType.fromValue(String v)
           
 IncompleteSequenceBehaviorType OfferType.getIncompleteSequenceBehavior()
          Gets the value of the incompleteSequenceBehavior property.
 IncompleteSequenceBehaviorType CreateSequenceResponseType.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're declared.
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type IncompleteSequenceBehaviorType
 void OfferType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)
          Sets the value of the incompleteSequenceBehavior property.
 void CreateSequenceResponseType.setIncompleteSequenceBehavior(IncompleteSequenceBehaviorType value)
          Sets the value of the incompleteSequenceBehavior property.
 


Apache CXF API

Apache CXF