public class VatInvoiceRoll extends AbstractModel
header, skipSign
Constructor and Description |
---|
VatInvoiceRoll() |
VatInvoiceRoll(VatInvoiceRoll source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBuyer()
Get Buyer's name
|
String |
getBuyerTaxID()
Get Buyer's taxpayer identification number
|
String |
getCategory()
Get Category
|
String |
getCheckCode()
Get Check code
|
String |
getCity()
Get City
|
String |
getCode()
Get Invoice code
|
String |
getCompanySealContent()
Get Company seal content
|
Long |
getCompanySealMark()
Get Whether there is a company seal (0: No, 1: Yes)
|
String |
getDate()
Get Date of issue
|
String |
getKind()
Get Invoice type
|
String |
getNumber()
Get Invoice number
|
String |
getNumberConfirm()
Get Machine-printed invoice number
|
String |
getProvince()
Get Province
|
Long |
getQRCodeMark()
Get Whether there is a QR code (0: No, 1: Yes)
|
String |
getSeller()
Get Seller's name
|
String |
getSellerTaxID()
Get Seller's taxpayer identification number
|
String |
getServiceName()
Get Service type
|
String |
getTaxSealContent()
Get Tax authority seal content
|
String |
getTitle()
Get Invoice title
|
String |
getTotal()
Get Total amount (in figures)
|
String |
getTotalCn()
Get Total amount (in words)
|
VatRollItem[] |
getVatRollItems()
Get Items
|
void |
setBuyer(String Buyer)
Set Buyer's name
|
void |
setBuyerTaxID(String BuyerTaxID)
Set Buyer's taxpayer identification number
|
void |
setCategory(String Category)
Set Category
|
void |
setCheckCode(String CheckCode)
Set Check code
|
void |
setCity(String City)
Set City
|
void |
setCode(String Code)
Set Invoice code
|
void |
setCompanySealContent(String CompanySealContent)
Set Company seal content
|
void |
setCompanySealMark(Long CompanySealMark)
Set Whether there is a company seal (0: No, 1: Yes)
|
void |
setDate(String Date)
Set Date of issue
|
void |
setKind(String Kind)
Set Invoice type
|
void |
setNumber(String Number)
Set Invoice number
|
void |
setNumberConfirm(String NumberConfirm)
Set Machine-printed invoice number
|
void |
setProvince(String Province)
Set Province
|
void |
setQRCodeMark(Long QRCodeMark)
Set Whether there is a QR code (0: No, 1: Yes)
|
void |
setSeller(String Seller)
Set Seller's name
|
void |
setSellerTaxID(String SellerTaxID)
Set Seller's taxpayer identification number
|
void |
setServiceName(String ServiceName)
Set Service type
|
void |
setTaxSealContent(String TaxSealContent)
Set Tax authority seal content
|
void |
setTitle(String Title)
Set Invoice title
|
void |
setTotal(String Total)
Set Total amount (in figures)
|
void |
setTotalCn(String TotalCn)
Set Total amount (in words)
|
void |
setVatRollItems(VatRollItem[] VatRollItems)
Set Items
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VatInvoiceRoll()
public VatInvoiceRoll(VatInvoiceRoll source)
public String getTitle()
public void setTitle(String Title)
Title
- Invoice titlepublic String getCode()
public void setCode(String Code)
Code
- Invoice codepublic String getNumber()
public void setNumber(String Number)
Number
- Invoice numberpublic String getNumberConfirm()
public void setNumberConfirm(String NumberConfirm)
NumberConfirm
- Machine-printed invoice numberpublic String getDate()
public void setDate(String Date)
Date
- Date of issuepublic String getCheckCode()
public void setCheckCode(String CheckCode)
CheckCode
- Check codepublic String getSeller()
public void setSeller(String Seller)
Seller
- Seller's namepublic String getSellerTaxID()
public void setSellerTaxID(String SellerTaxID)
SellerTaxID
- Seller's taxpayer identification numberpublic String getBuyer()
public void setBuyer(String Buyer)
Buyer
- Buyer's namepublic String getBuyerTaxID()
public void setBuyerTaxID(String BuyerTaxID)
BuyerTaxID
- Buyer's taxpayer identification numberpublic String getCategory()
public void setCategory(String Category)
Category
- Categorypublic String getTotal()
public void setTotal(String Total)
Total
- Total amount (in figures)public String getTotalCn()
public void setTotalCn(String TotalCn)
TotalCn
- Total amount (in words)public String getKind()
public void setKind(String Kind)
Kind
- Invoice typepublic String getProvince()
public void setProvince(String Province)
Province
- Provincepublic String getCity()
public void setCity(String City)
City
- Citypublic Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark
- Whether there is a company seal (0: No, 1: Yes)public Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- Whether there is a QR code (0: No, 1: Yes)public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service typepublic String getCompanySealContent()
public void setCompanySealContent(String CompanySealContent)
CompanySealContent
- Company seal contentpublic String getTaxSealContent()
public void setTaxSealContent(String TaxSealContent)
TaxSealContent
- Tax authority seal contentpublic VatRollItem[] getVatRollItems()
public void setVatRollItems(VatRollItem[] VatRollItems)
VatRollItems
- ItemsCopyright © 2024. All rights reserved.