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

Packages that use DeliveryRuleType
jimm.twice.ice Provides the core ICE classes that provide common syndicator and subscriber state and behavior, date and time value generation and parsing, XML message parsing, and error code and message generation. 
org.icestandard.ICE.V20.subscribe   
 

Uses of DeliveryRuleType in jimm.twice.ice
 

Fields in jimm.twice.ice declared as DeliveryRuleType
protected  DeliveryRuleType SubscriberParser.currentRule
           
protected  DeliveryRuleType CatalogParser.currentRule
           
 

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

Methods in org.icestandard.ICE.V20.subscribe that return DeliveryRuleType
 DeliveryRuleType[] DeliveryPolicyType.getDeliveryRule()
          Gets the deliveryRule value for this DeliveryPolicyType.
 DeliveryRuleType DeliveryPolicyType.getDeliveryRule(int i)
           
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryRuleType
 void DeliveryPolicyType.setDeliveryRule(DeliveryRuleType[] deliveryRule)
          Sets the deliveryRule value for this DeliveryPolicyType.
 void DeliveryPolicyType.setDeliveryRule(int i, DeliveryRuleType _value)
           
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryRuleType
DeliveryPolicyType(DeliveryRuleType[] deliveryRule, org.apache.axis.message.MessageElement[] _any, java.math.BigInteger quantity, java.util.Calendar startdate, java.util.Calendar stopdate, DeliveryPolicyTypeExpirationPriority expirationPriority)