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

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

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

Methods in org.icestandard.ICE.V20.delivery that return ConfirmationType
 ConfirmationType[] PackageConfirmationsType.getConfirmation()
          Gets the confirmation value for this PackageConfirmationsType.
 ConfirmationType PackageConfirmationsType.getConfirmation(int i)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type ConfirmationType
 void PackageConfirmationsType.setConfirmation(ConfirmationType[] confirmation)
          Sets the confirmation value for this PackageConfirmationsType.
 void PackageConfirmationsType.setConfirmation(int i, ConfirmationType _value)
           
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type ConfirmationType
PackageConfirmationsType(ConfirmationType[] confirmation)