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

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

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

Methods in org.icestandard.ICE.V20.subscribe that return ContentMetadataType
 ContentMetadataType OfferType.getContentMetadata()
          Gets the contentMetadata value for this OfferType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type ContentMetadataType
 void OfferType.setContentMetadata(ContentMetadataType contentMetadata)
          Sets the contentMetadata value for this OfferType.
 

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