package com.kofax.kmc.klo.logistics.webservice; import o.gmO; /* loaded from: classes3.dex */ public class WscSendImageRequest extends WscSubmitRequest { private WscDestination destination; @Override // com.kofax.kmc.klo.logistics.webservice.WscSubmitRequest, com.kofax.kmc.klo.logistics.webservice.WscRequest public boolean initialize() { return super.initialize(); } @Override // com.kofax.kmc.klo.logistics.webservice.WscSubmitRequest, com.kofax.kmc.klo.logistics.webservice.WscRequest public gmO toSoapObject(String str, String str2) { gmO gmo = new gmO(str, str2); toSoapObjectForWscRequest(gmo, "http://wsc.des.kofax.com/xsd"); toSoapObject(gmo, "http://job.wsc.des.kofax.com/xsd"); gmo.b.addElement(this.destination.toSoapObject("http://job.wsc.des.kofax.com/xsd", "destination", "http://util.wsc.des.kofax.com/xsd")); return gmo; } public void setDestination(WscDestination wscDestination) { this.destination = wscDestination; } public WscDestination getDestination() { return this.destination; } }