public class InvoiceVerificationCondition 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="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="verificationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
invoiceCode |
protected String |
invoiceNumber |
protected String |
issuedDate |
protected String |
verificationCode |
| 构造器和说明 |
|---|
InvoiceVerificationCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInvoiceCode()
Gets the value of the invoiceCode property.
|
String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
String |
getIssuedDate()
Gets the value of the issuedDate property.
|
String |
getVerificationCode()
Gets the value of the verificationCode property.
|
void |
setInvoiceCode(String value)
Sets the value of the invoiceCode property.
|
void |
setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
|
void |
setIssuedDate(String value)
Sets the value of the issuedDate property.
|
void |
setVerificationCode(String value)
Sets the value of the verificationCode property.
|
protected String invoiceNumber
protected String invoiceCode
protected String issuedDate
protected String verificationCode
public 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 getVerificationCode()
StringCopyright © 2019. All rights reserved.