Class VatInvoiceItem

    • Constructor Detail

      • VatInvoiceItem

        public VatInvoiceItem()
      • VatInvoiceItem

        public VatInvoiceItem​(VatInvoiceItem 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

      • getLineNo

        public String getLineNo()
        Get 行号
        Returns:
        LineNo 行号
      • setLineNo

        public void setLineNo​(String LineNo)
        Set 行号
        Parameters:
        LineNo - 行号
      • getName

        public String getName()
        Get 名称
        Returns:
        Name 名称
      • setName

        public void setName​(String Name)
        Set 名称
        Parameters:
        Name - 名称
      • getSpec

        public String getSpec()
        Get 规格
        Returns:
        Spec 规格
      • setSpec

        public void setSpec​(String Spec)
        Set 规格
        Parameters:
        Spec - 规格
      • getUnit

        public String getUnit()
        Get 单位
        Returns:
        Unit 单位
      • setUnit

        public void setUnit​(String Unit)
        Set 单位
        Parameters:
        Unit - 单位
      • getQuantity

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

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

        public String getUnitPrice()
        Get 单价
        Returns:
        UnitPrice 单价
      • setUnitPrice

        public void setUnitPrice​(String UnitPrice)
        Set 单价
        Parameters:
        UnitPrice - 单价
      • getAmountWithoutTax

        public String getAmountWithoutTax()
        Get 不含税金额
        Returns:
        AmountWithoutTax 不含税金额
      • setAmountWithoutTax

        public void setAmountWithoutTax​(String AmountWithoutTax)
        Set 不含税金额
        Parameters:
        AmountWithoutTax - 不含税金额
      • getTaxRate

        public String getTaxRate()
        Get 税率
        Returns:
        TaxRate 税率
      • setTaxRate

        public void setTaxRate​(String TaxRate)
        Set 税率
        Parameters:
        TaxRate - 税率
      • getTaxAmount

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

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

        public String getTaxClassifyCode()
        Get 税收分类编码
        Returns:
        TaxClassifyCode 税收分类编码
      • setTaxClassifyCode

        public void setTaxClassifyCode​(String TaxClassifyCode)
        Set 税收分类编码
        Parameters:
        TaxClassifyCode - 税收分类编码
      • getVehicleType

        public String getVehicleType()
        Get 运输工具类型
        Returns:
        VehicleType 运输工具类型
      • setVehicleType

        public void setVehicleType​(String VehicleType)
        Set 运输工具类型
        Parameters:
        VehicleType - 运输工具类型
      • getVehicleBrand

        public String getVehicleBrand()
        Get 运输工具牌号
        Returns:
        VehicleBrand 运输工具牌号
      • setVehicleBrand

        public void setVehicleBrand​(String VehicleBrand)
        Set 运输工具牌号
        Parameters:
        VehicleBrand - 运输工具牌号
      • getDeparturePlace

        public String getDeparturePlace()
        Get 起始地
        Returns:
        DeparturePlace 起始地
      • setDeparturePlace

        public void setDeparturePlace​(String DeparturePlace)
        Set 起始地
        Parameters:
        DeparturePlace - 起始地
      • getArrivalPlace

        public String getArrivalPlace()
        Get 到达地
        Returns:
        ArrivalPlace 到达地
      • setArrivalPlace

        public void setArrivalPlace​(String ArrivalPlace)
        Set 到达地
        Parameters:
        ArrivalPlace - 到达地
      • getTransportItemsName

        public String getTransportItemsName()
        Get 运输货物名称
        Returns:
        TransportItemsName 运输货物名称
      • setTransportItemsName

        public void setTransportItemsName​(String TransportItemsName)
        Set 运输货物名称
        Parameters:
        TransportItemsName - 运输货物名称
      • getConstructionPlace

        public String getConstructionPlace()
        Get 建筑服务发生地
        Returns:
        ConstructionPlace 建筑服务发生地
      • setConstructionPlace

        public void setConstructionPlace​(String ConstructionPlace)
        Set 建筑服务发生地
        Parameters:
        ConstructionPlace - 建筑服务发生地
      • getConstructionName

        public String getConstructionName()
        Get 建筑项目名称
        Returns:
        ConstructionName 建筑项目名称
      • setConstructionName

        public void setConstructionName​(String ConstructionName)
        Set 建筑项目名称
        Parameters:
        ConstructionName - 建筑项目名称