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

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

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

Methods in org.icestandard.ICE.V20.delivery that return ItemType
 ItemType AddType.getItem()
          Gets the item value for this AddType.
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type ItemType
 void AddType.setItem(ItemType item)
          Sets the item value for this AddType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type ItemType
AddType(MetadataType metadata, ItemType item, AddTypeItemRef itemRef, org.apache.axis.types.Token subscriptionElementId, boolean isNew, java.util.Calendar activation, java.util.Calendar expiration)