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

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

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

Methods in org.icestandard.ICE.V20.delivery that return AddTypeItemRef
 AddTypeItemRef AddType.getItemRef()
          Gets the itemRef value for this AddType.
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type AddTypeItemRef
 void AddType.setItemRef(AddTypeItemRef itemRef)
          Sets the itemRef value for this AddType.
 

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