Class DetailedTaxInformationOfTheFinalRecipient
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.DetailedTaxInformationOfTheFinalRecipient
-
public class DetailedTaxInformationOfTheFinalRecipient extends Object
EXT:Detailed tax information of the final recipientXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTaxNumberVATID()
EXT:Tax number VAT IDCodes.SchemeIdentifierAttribute
getTaxSchemeIdentifierAttributeTypeOfTaxIdentifier()
EXT:Tax Scheme identifier attribute Type of tax identifierDetailedTaxInformationOfTheFinalRecipient
setTaxNumberVATID(String value)
DetailedTaxInformationOfTheFinalRecipient
setTaxSchemeIdentifierAttributeTypeOfTaxIdentifier(Codes.SchemeIdentifierAttribute value)
-
-
-
Method Detail
-
setTaxSchemeIdentifierAttributeTypeOfTaxIdentifier
public DetailedTaxInformationOfTheFinalRecipient setTaxSchemeIdentifierAttributeTypeOfTaxIdentifier(Codes.SchemeIdentifierAttribute value)
- Parameters:
value
- EXT:Tax Scheme identifier attribute Type of tax identifierXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
- Returns:
- DetailedTaxInformationOfTheFinalRecipient
-
setTaxNumberVATID
public DetailedTaxInformationOfTheFinalRecipient setTaxNumberVATID(String value)
- Parameters:
value
- EXT:Tax number VAT IDXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID
- Returns:
- DetailedTaxInformationOfTheFinalRecipient
-
getTaxSchemeIdentifierAttributeTypeOfTaxIdentifier
public Codes.SchemeIdentifierAttribute getTaxSchemeIdentifierAttributeTypeOfTaxIdentifier()
EXT:Tax Scheme identifier attribute Type of tax identifier- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
-
getTaxNumberVATID
public String getTaxNumberVATID()
EXT:Tax number VAT ID- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID
-
-