79 lines
1.3 KiB
Java
79 lines
1.3 KiB
Java
|
package com.kofax.mobile.sdk.g;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class c {
|
||
|
int resultCode;
|
||
|
int xG;
|
||
|
int xI;
|
||
|
private String xF = null;
|
||
|
String rU = null;
|
||
|
String rS = null;
|
||
|
String xH = "";
|
||
|
private String rT = null;
|
||
|
private String iL = null;
|
||
|
|
||
|
public void setSource(int i) {
|
||
|
this.xG = i;
|
||
|
}
|
||
|
|
||
|
public void setResultCode(int i) {
|
||
|
this.resultCode = i;
|
||
|
}
|
||
|
|
||
|
public void setProcessingProfile(String str) {
|
||
|
this.rS = str;
|
||
|
}
|
||
|
|
||
|
public void setDocumentID(String str) {
|
||
|
this.iL = str;
|
||
|
}
|
||
|
|
||
|
public String iF() {
|
||
|
return this.rT;
|
||
|
}
|
||
|
|
||
|
public int iE() {
|
||
|
return this.xI;
|
||
|
}
|
||
|
|
||
|
public String iD() {
|
||
|
return this.xF;
|
||
|
}
|
||
|
|
||
|
public String iC() {
|
||
|
return this.rU;
|
||
|
}
|
||
|
|
||
|
public int getSource() {
|
||
|
return this.xG;
|
||
|
}
|
||
|
|
||
|
public int getResultCode() {
|
||
|
return this.resultCode;
|
||
|
}
|
||
|
|
||
|
public String getProcessingProfile() {
|
||
|
return this.rS;
|
||
|
}
|
||
|
|
||
|
public String getDocumentID() {
|
||
|
return this.iL;
|
||
|
}
|
||
|
|
||
|
public void f(int i) {
|
||
|
this.xI = i;
|
||
|
}
|
||
|
|
||
|
public void V(String str) {
|
||
|
this.rT = str;
|
||
|
}
|
||
|
|
||
|
public void U(String str) {
|
||
|
this.xF = str;
|
||
|
}
|
||
|
|
||
|
public void T(String str) {
|
||
|
this.rU = str;
|
||
|
}
|
||
|
}
|