Uses of Class
org.icestandard.ICE.V20.subscribe.DeliveryRuleTypeMode

Packages that use DeliveryRuleTypeMode
org.icestandard.ICE.V20.subscribe   
 

Uses of DeliveryRuleTypeMode in org.icestandard.ICE.V20.subscribe
 

Fields in org.icestandard.ICE.V20.subscribe declared as DeliveryRuleTypeMode
static DeliveryRuleTypeMode DeliveryRuleTypeMode.pull
           
static DeliveryRuleTypeMode DeliveryRuleTypeMode.push
           
 

Methods in org.icestandard.ICE.V20.subscribe that return DeliveryRuleTypeMode
static DeliveryRuleTypeMode DeliveryRuleTypeMode.fromValue(org.apache.axis.types.NMToken value)
           
static DeliveryRuleTypeMode DeliveryRuleTypeMode.fromString(java.lang.String value)
           
 DeliveryRuleTypeMode DeliveryRuleType.getMode()
          Gets the mode value for this DeliveryRuleType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryRuleTypeMode
 void DeliveryRuleType.setMode(DeliveryRuleTypeMode mode)
          Sets the mode value for this DeliveryRuleType.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryRuleTypeMode
DeliveryRuleType(TransportType[] transport, org.apache.axis.message.MessageElement[] _any, DeliveryRuleTypeMode mode, org.apache.axis.types.NMTokens monthday, org.apache.axis.types.NMTokens weekday, org.apache.axis.types.Time starttime, org.apache.axis.types.Duration duration, java.math.BigInteger minNumUpdates, java.math.BigInteger maxNumUpdates, boolean incrementalUpdate, boolean confirmation, boolean required)