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

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

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

Methods in org.icestandard.ICE.V20.subscribe that return DeliveryPolicyType
 DeliveryPolicyType OfferType.getDeliveryPolicy()
          Gets the deliveryPolicy value for this OfferType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryPolicyType
 void OfferType.setDeliveryPolicy(DeliveryPolicyType deliveryPolicy)
          Sets the deliveryPolicy value for this OfferType.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type DeliveryPolicyType
OfferType(ContentMetadataType contentMetadata, OfferMetadataType offerMetadata, DescriptionType description, DeliveryPolicyType deliveryPolicy, BusinessTermType[] businessTerm, OfferTypeRequiredExtension[] requiredExtension, org.apache.axis.types.Token offerId, org.apache.axis.types.Token name, java.util.Calendar validAfter, java.util.Calendar expirationDate, boolean fullIce)