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

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

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

Methods in org.icestandard.ICE.V20.subscribe that return OfferMetadataType
 OfferMetadataType OfferType.getOfferMetadata()
          Gets the offerMetadata value for this OfferType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type OfferMetadataType
 void OfferType.setOfferMetadata(OfferMetadataType offerMetadata)
          Sets the offerMetadata value for this OfferType.
 

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