public class InvoiceVerificationSearchResult extends Object
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">
<sequence>
<element name="invoiceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="issuedDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="taxExcluded" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verificaitonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verificationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
invoiceCode |
protected String |
invoiceNumber |
protected String |
invoiceSource |
protected String |
invoiceType |
protected String |
issuedDate |
protected String |
taxExcluded |
protected String |
verificaitonCode |
protected String |
verificationStatus |
| 构造器和说明 |
|---|
InvoiceVerificationSearchResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInvoiceCode()
Gets the value of the invoiceCode property.
|
String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
String |
getInvoiceSource()
Gets the value of the invoiceSource property.
|
String |
getInvoiceType()
Gets the value of the invoiceType property.
|
String |
getIssuedDate()
Gets the value of the issuedDate property.
|
String |
getTaxExcluded()
Gets the value of the taxExcluded property.
|
String |
getVerificaitonCode()
Gets the value of the verificaitonCode property.
|
String |
getVerificationStatus()
Gets the value of the verificationStatus property.
|
void |
setInvoiceCode(String value)
Sets the value of the invoiceCode property.
|
void |
setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
|
void |
setInvoiceSource(String value)
Sets the value of the invoiceSource property.
|
void |
setInvoiceType(String value)
Sets the value of the invoiceType property.
|
void |
setIssuedDate(String value)
Sets the value of the issuedDate property.
|
void |
setTaxExcluded(String value)
Sets the value of the taxExcluded property.
|
void |
setVerificaitonCode(String value)
Sets the value of the verificaitonCode property.
|
void |
setVerificationStatus(String value)
Sets the value of the verificationStatus property.
|
protected String invoiceType
protected String invoiceNumber
protected String invoiceCode
protected String issuedDate
protected String taxExcluded
protected String verificaitonCode
protected String verificationStatus
protected String invoiceSource
public String getInvoiceType()
Stringpublic void setInvoiceType(String value)
value - allowed object is
Stringpublic String getInvoiceNumber()
Stringpublic void setInvoiceNumber(String value)
value - allowed object is
Stringpublic String getInvoiceCode()
Stringpublic void setInvoiceCode(String value)
value - allowed object is
Stringpublic String getIssuedDate()
Stringpublic void setIssuedDate(String value)
value - allowed object is
Stringpublic String getTaxExcluded()
Stringpublic void setTaxExcluded(String value)
value - allowed object is
Stringpublic String getVerificaitonCode()
Stringpublic void setVerificaitonCode(String value)
value - allowed object is
Stringpublic String getVerificationStatus()
Stringpublic void setVerificationStatus(String value)
value - allowed object is
Stringpublic String getInvoiceSource()
StringCopyright © 2019. All rights reserved.