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

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

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

Fields in org.icestandard.ICE.V20.delivery declared as ConfirmationTypeProcessingCompleted
static ConfirmationTypeProcessingCompleted ConfirmationTypeProcessingCompleted.received
           
static ConfirmationTypeProcessingCompleted ConfirmationTypeProcessingCompleted.processed
           
 

Methods in org.icestandard.ICE.V20.delivery that return ConfirmationTypeProcessingCompleted
 ConfirmationTypeProcessingCompleted ConfirmationType.getProcessingCompleted()
          Gets the processingCompleted value for this ConfirmationType.
static ConfirmationTypeProcessingCompleted ConfirmationTypeProcessingCompleted.fromValue(org.apache.axis.types.NMToken value)
           
static ConfirmationTypeProcessingCompleted ConfirmationTypeProcessingCompleted.fromString(java.lang.String value)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type ConfirmationTypeProcessingCompleted
 void ConfirmationType.setProcessingCompleted(ConfirmationTypeProcessingCompleted processingCompleted)
          Sets the processingCompleted value for this ConfirmationType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type ConfirmationTypeProcessingCompleted
ConfirmationType(org.apache.axis.message.MessageElement[] _any, boolean confirmed, org.apache.axis.types.Token packageId, ConfirmationTypeProcessingCompleted processingCompleted)