Class DetailedInformationAboutTheTaxRegistration
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.DetailedInformationAboutTheTaxRegistration
-
public class DetailedInformationAboutTheTaxRegistration extends Object
EXT:Detailed information about the tax registrationXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShipFromVATIdentifier()
EXT:Tax Number VAT IDCodes.SchemeIdentifierAttribute
getShipFromVATIdentifierSchemeIdentifier()
EXT:Tax Scheme identifier attributeDetailedInformationAboutTheTaxRegistration
setShipFromVATIdentifier(String value)
DetailedInformationAboutTheTaxRegistration
setShipFromVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)
-
-
-
Method Detail
-
setShipFromVATIdentifierSchemeIdentifier
public DetailedInformationAboutTheTaxRegistration setShipFromVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)
- Parameters:
value
- EXT:Tax Scheme identifier attributeXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
- Returns:
- DetailedInformationAboutTheTaxRegistration
-
setShipFromVATIdentifier
public DetailedInformationAboutTheTaxRegistration setShipFromVATIdentifier(String value)
- Parameters:
value
- EXT:Tax Number VAT IDXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID
- Returns:
- DetailedInformationAboutTheTaxRegistration
-
getShipFromVATIdentifierSchemeIdentifier
public Codes.SchemeIdentifierAttribute getShipFromVATIdentifierSchemeIdentifier()
EXT:Tax Scheme identifier attribute- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
-
getShipFromVATIdentifier
public String getShipFromVATIdentifier()
EXT:Tax Number VAT ID- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID
-
-