Uses of Class
org.icestandard.ICE.V20.delivery.ItemTypeContentTransferEncoding

Packages that use ItemTypeContentTransferEncoding
org.icestandard.ICE.V20.delivery   
 

Uses of ItemTypeContentTransferEncoding in org.icestandard.ICE.V20.delivery
 

Fields in org.icestandard.ICE.V20.delivery declared as ItemTypeContentTransferEncoding
static ItemTypeContentTransferEncoding ItemTypeContentTransferEncoding.value1
           
static ItemTypeContentTransferEncoding ItemTypeContentTransferEncoding.value2
           
 

Methods in org.icestandard.ICE.V20.delivery that return ItemTypeContentTransferEncoding
 ItemTypeContentTransferEncoding ItemType.getContentTransferEncoding()
          Gets the contentTransferEncoding value for this ItemType.
static ItemTypeContentTransferEncoding ItemTypeContentTransferEncoding.fromValue(org.apache.axis.types.NMToken value)
           
static ItemTypeContentTransferEncoding ItemTypeContentTransferEncoding.fromString(java.lang.String value)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type ItemTypeContentTransferEncoding
 void ItemType.setContentTransferEncoding(ItemTypeContentTransferEncoding contentTransferEncoding)
          Sets the contentTransferEncoding value for this ItemType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type ItemTypeContentTransferEncoding
ItemType(OfferType[] offer, org.apache.axis.message.MessageElement[] _any, ItemTypeContentTransferEncoding contentTransferEncoding, org.apache.axis.types.Token name)