public class RequestRecord extends Object implements Serializable
Java class for RequestRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RequestID" use="required" type="{http://www.iru.org/SafeTIRReconciliation}RequestIDType" />
<attribute name="RequestDate" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="RequestReminderNum" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="RequestDataSource" use="required" type="{http://www.iru.org/SafeTIRReconciliation}RequestDataSourceType" />
<attribute name="TNO" use="required" type="{http://www.iru.org/SafeTIRReconciliation}TNOType" />
<attribute name="ICC" use="required" type="{http://www.iru.org/SafeTIRReconciliation}ICCType" />
<attribute name="DCL" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="CNL" type="{http://www.iru.org/SafeTIRReconciliation}CNLType" />
<attribute name="COF" use="required" type="{http://www.iru.org/SafeTIRReconciliation}COFType" />
<attribute name="DDI" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="RND" type="{http://www.iru.org/SafeTIRReconciliation}RNDType" />
<attribute name="PFD" type="{http://www.iru.org/SafeTIRReconciliation}PFDType" />
<attribute name="TCO" type="{http://www.iru.org/SafeTIRReconciliation}TCOType" />
<attribute name="CWR" type="{http://www.iru.org/SafeTIRReconciliation}CWRType" />
<attribute name="VPN" type="{http://www.iru.org/SafeTIRReconciliation}VPNType" />
<attribute name="COM" type="{http://www.iru.org/SafeTIRReconciliation}COMType" />
<attribute name="RBC" type="{http://www.iru.org/SafeTIRReconciliation}RBCType" />
<attribute name="PIC" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="RequestRemark" type="{http://www.iru.org/SafeTIRReconciliation}RequestRemarkType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cnl |
protected String |
cof |
protected String |
com |
protected CWRType |
cwr |
protected XMLGregorianCalendar |
dcl |
protected XMLGregorianCalendar |
ddi |
protected String |
icc |
protected PFDType |
pfd |
protected BigInteger |
pic |
protected RBCType |
rbc |
protected int |
requestDataSource |
protected XMLGregorianCalendar |
requestDate |
protected String |
requestID |
protected String |
requestRemark |
protected int |
requestReminderNum |
protected String |
rnd |
protected TCOType |
tco |
protected String |
tno |
protected BigInteger |
vpn |
| Constructor and Description |
|---|
RequestRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCNL()
Gets the value of the cnl property.
|
String |
getCOF()
Gets the value of the cof property.
|
String |
getCOM()
Gets the value of the com property.
|
CWRType |
getCWR()
Gets the value of the cwr property.
|
XMLGregorianCalendar |
getDCL()
Gets the value of the dcl property.
|
XMLGregorianCalendar |
getDDI()
Gets the value of the ddi property.
|
String |
getICC()
Gets the value of the icc property.
|
PFDType |
getPFD()
Gets the value of the pfd property.
|
BigInteger |
getPIC()
Gets the value of the pic property.
|
RBCType |
getRBC()
Gets the value of the rbc property.
|
int |
getRequestDataSource()
Gets the value of the requestDataSource property.
|
XMLGregorianCalendar |
getRequestDate()
Gets the value of the requestDate property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
String |
getRequestRemark()
Gets the value of the requestRemark property.
|
int |
getRequestReminderNum()
Gets the value of the requestReminderNum property.
|
String |
getRND()
Gets the value of the rnd property.
|
TCOType |
getTCO()
Gets the value of the tco property.
|
String |
getTNO()
Gets the value of the tno property.
|
BigInteger |
getVPN()
Gets the value of the vpn property.
|
void |
setCNL(String value)
Sets the value of the cnl property.
|
void |
setCOF(String value)
Sets the value of the cof property.
|
void |
setCOM(String value)
Sets the value of the com property.
|
void |
setCWR(CWRType value)
Sets the value of the cwr property.
|
void |
setDCL(XMLGregorianCalendar value)
Sets the value of the dcl property.
|
void |
setDDI(XMLGregorianCalendar value)
Sets the value of the ddi property.
|
void |
setICC(String value)
Sets the value of the icc property.
|
void |
setPFD(PFDType value)
Sets the value of the pfd property.
|
void |
setPIC(BigInteger value)
Sets the value of the pic property.
|
void |
setRBC(RBCType value)
Sets the value of the rbc property.
|
void |
setRequestDataSource(int value)
Sets the value of the requestDataSource property.
|
void |
setRequestDate(XMLGregorianCalendar value)
Sets the value of the requestDate property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setRequestRemark(String value)
Sets the value of the requestRemark property.
|
void |
setRequestReminderNum(int value)
Sets the value of the requestReminderNum property.
|
void |
setRND(String value)
Sets the value of the rnd property.
|
void |
setTCO(TCOType value)
Sets the value of the tco property.
|
void |
setTNO(String value)
Sets the value of the tno property.
|
void |
setVPN(BigInteger value)
Sets the value of the vpn property.
|
protected String requestID
protected XMLGregorianCalendar requestDate
protected int requestReminderNum
protected int requestDataSource
protected String tno
protected String icc
protected XMLGregorianCalendar dcl
protected String cnl
protected String cof
protected XMLGregorianCalendar ddi
protected String rnd
protected PFDType pfd
protected TCOType tco
protected CWRType cwr
protected BigInteger vpn
protected String com
protected RBCType rbc
protected BigInteger pic
protected String requestRemark
public String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getRequestDate()
XMLGregorianCalendarpublic void setRequestDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getRequestReminderNum()
public void setRequestReminderNum(int value)
public int getRequestDataSource()
public void setRequestDataSource(int value)
public String getTNO()
Stringpublic void setTNO(String value)
value - allowed object is
Stringpublic String getICC()
Stringpublic void setICC(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDCL()
XMLGregorianCalendarpublic void setDCL(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCNL()
Stringpublic void setCNL(String value)
value - allowed object is
Stringpublic String getCOF()
Stringpublic void setCOF(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDDI()
XMLGregorianCalendarpublic void setDDI(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRND()
Stringpublic void setRND(String value)
value - allowed object is
Stringpublic PFDType getPFD()
PFDTypepublic void setPFD(PFDType value)
value - allowed object is
PFDTypepublic TCOType getTCO()
TCOTypepublic void setTCO(TCOType value)
value - allowed object is
TCOTypepublic CWRType getCWR()
CWRTypepublic void setCWR(CWRType value)
value - allowed object is
CWRTypepublic BigInteger getVPN()
BigIntegerpublic void setVPN(BigInteger value)
value - allowed object is
BigIntegerpublic String getCOM()
Stringpublic void setCOM(String value)
value - allowed object is
Stringpublic RBCType getRBC()
RBCTypepublic void setRBC(RBCType value)
value - allowed object is
RBCTypepublic BigInteger getPIC()
BigIntegerpublic void setPIC(BigInteger value)
value - allowed object is
BigIntegerpublic String getRequestRemark()
StringCopyright © 2017. All rights reserved.