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

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

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

Fields in org.icestandard.ICE.V20.subscribe declared as BusinessTermTypeType
static BusinessTermTypeType BusinessTermTypeType.credit
           
static BusinessTermTypeType BusinessTermTypeType.licensing
           
static BusinessTermTypeType BusinessTermTypeType.payment
           
static BusinessTermTypeType BusinessTermTypeType.reporting
           
 

Methods in org.icestandard.ICE.V20.subscribe that return BusinessTermTypeType
 BusinessTermTypeType BusinessTermType.getType()
          Gets the type value for this BusinessTermType.
static BusinessTermTypeType BusinessTermTypeType.fromValue(org.apache.axis.types.NMToken value)
           
static BusinessTermTypeType BusinessTermTypeType.fromString(java.lang.String value)
           
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type BusinessTermTypeType
 void BusinessTermType.setType(BusinessTermTypeType type)
          Sets the type value for this BusinessTermType.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type BusinessTermTypeType
BusinessTermType(TextType[] text, org.apache.axis.message.MessageElement[] _any, BusinessTermTypeType type, org.apache.axis.types.URI url, org.apache.axis.types.Token name, boolean usageRequired, java.lang.String businessTermId)