Class VatInvoiceGoodsInfo

    • Constructor Detail

      • VatInvoiceGoodsInfo

        public VatInvoiceGoodsInfo()
      • VatInvoiceGoodsInfo

        public VatInvoiceGoodsInfo​(VatInvoiceGoodsInfo 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.
    • Method Detail

      • getItem

        public String getItem()
        Get 项目名称
        Returns:
        Item 项目名称
      • setItem

        public void setItem​(String Item)
        Set 项目名称
        Parameters:
        Item - 项目名称
      • getSpecification

        public String getSpecification()
        Get 规格型号
        Returns:
        Specification 规格型号
      • setSpecification

        public void setSpecification​(String Specification)
        Set 规格型号
        Parameters:
        Specification - 规格型号
      • getMeasurementDimension

        public String getMeasurementDimension()
        Get 单位
        Returns:
        MeasurementDimension 单位
      • setMeasurementDimension

        public void setMeasurementDimension​(String MeasurementDimension)
        Set 单位
        Parameters:
        MeasurementDimension - 单位
      • getPrice

        public String getPrice()
        Get 价格
        Returns:
        Price 价格
      • setPrice

        public void setPrice​(String Price)
        Set 价格
        Parameters:
        Price - 价格
      • getQuantity

        public String getQuantity()
        Get 数量
        Returns:
        Quantity 数量
      • setQuantity

        public void setQuantity​(String Quantity)
        Set 数量
        Parameters:
        Quantity - 数量
      • getAmount

        public String getAmount()
        Get 金额
        Returns:
        Amount 金额
      • setAmount

        public void setAmount​(String Amount)
        Set 金额
        Parameters:
        Amount - 金额
      • getTaxScheme

        public String getTaxScheme()
        Get 税率(如6%、免税)
        Returns:
        TaxScheme 税率(如6%、免税)
      • setTaxScheme

        public void setTaxScheme​(String TaxScheme)
        Set 税率(如6%、免税)
        Parameters:
        TaxScheme - 税率(如6%、免税)
      • getTaxAmount

        public String getTaxAmount()
        Get 税额
        Returns:
        TaxAmount 税额
      • setTaxAmount

        public void setTaxAmount​(String TaxAmount)
        Set 税额
        Parameters:
        TaxAmount - 税额