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

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

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

Methods in org.icestandard.ICE.V20.subscribe that return BusinessTermType
 BusinessTermType[] OfferType.getBusinessTerm()
          Gets the businessTerm value for this OfferType.
 BusinessTermType OfferType.getBusinessTerm(int i)
           
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type BusinessTermType
 void OfferType.setBusinessTerm(BusinessTermType[] businessTerm)
          Sets the businessTerm value for this OfferType.
 void OfferType.setBusinessTerm(int i, BusinessTermType _value)
           
 

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