public class InvoiceVerificationSearchCondition 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="issuedDateFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="issuedDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
invoiceNumber |
protected String |
invoiceType |
protected String |
issuedDateFrom |
protected String |
issuedDateTo |
| 构造器和说明 |
|---|
InvoiceVerificationSearchCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
String |
getInvoiceType()
Gets the value of the invoiceType property.
|
String |
getIssuedDateFrom()
Gets the value of the issuedDateFrom property.
|
String |
getIssuedDateTo()
Gets the value of the issuedDateTo property.
|
void |
setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
|
void |
setInvoiceType(String value)
Sets the value of the invoiceType property.
|
void |
setIssuedDateFrom(String value)
Sets the value of the issuedDateFrom property.
|
void |
setIssuedDateTo(String value)
Sets the value of the issuedDateTo property.
|
protected String invoiceNumber
protected String issuedDateFrom
protected String issuedDateTo
protected String invoiceType
public String getInvoiceNumber()
Stringpublic void setInvoiceNumber(String value)
value - allowed object is
Stringpublic String getIssuedDateFrom()
Stringpublic void setIssuedDateFrom(String value)
value - allowed object is
Stringpublic String getIssuedDateTo()
Stringpublic void setIssuedDateTo(String value)
value - allowed object is
Stringpublic String getInvoiceType()
StringCopyright © 2019. All rights reserved.