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

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

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

Methods in org.icestandard.ICE.V20.subscribe that return DescriptionType
 DescriptionType OfferType.getDescription()
          Gets the description value for this OfferType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type DescriptionType
 void OfferType.setDescription(DescriptionType description)
          Sets the description value for this OfferType.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type DescriptionType
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)