public static class RequestReplyRecords.RequestReplyRecord extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RequestID" use="required" type="{http://www.iru.org/SafeTIRUpload}RequestIDType" />
<attribute name="RequestReplyType" use="required" type="{http://www.iru.org/SafeTIRUpload}RequestReplyType" />
<attribute name="TNO" use="required" type="{http://www.iru.org/SafeTIRUpload}TNOType" />
<attribute name="ICC" use="required" type="{http://www.iru.org/SafeTIRUpload}ICCType" />
<attribute name="DCL" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="CNL" type="{http://www.iru.org/SafeTIRUpload}CNLType" />
<attribute name="COF" use="required" type="{http://www.iru.org/SafeTIRUpload}COFType" />
<attribute name="DDI" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="RND" type="{http://www.iru.org/SafeTIRUpload}RNDType" />
<attribute name="PFD" type="{http://www.iru.org/SafeTIRUpload}PFDType" />
<attribute name="TCO" type="{http://www.iru.org/SafeTIRUpload}TCOType" />
<attribute name="CWR" use="required" type="{http://www.iru.org/SafeTIRUpload}CWRType" />
<attribute name="VPN" use="required" type="{http://www.iru.org/SafeTIRUpload}VPNType" />
<attribute name="COM" type="{http://www.iru.org/SafeTIRUpload}COMType" />
<attribute name="RBC" type="{http://www.iru.org/SafeTIRUpload}RBCType" />
<attribute name="PIC" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</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 String |
requestID |
protected int |
requestReplyType |
protected String |
rnd |
protected TCOType |
tco |
protected String |
tno |
protected BigInteger |
vpn |
| Constructor and Description |
|---|
RequestReplyRecord() |
| 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.
|
String |
getRequestID()
Gets the value of the requestID property.
|
int |
getRequestReplyType()
Gets the value of the requestReplyType 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 |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setRequestReplyType(int value)
Sets the value of the requestReplyType 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 int requestReplyType
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
public String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic int getRequestReplyType()
public void setRequestReplyType(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
BigIntegerCopyright © 2017. All rights reserved.