Class PayeeDetailedInformationAboutTheTaxRegistraction
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.PayeeDetailedInformationAboutTheTaxRegistraction
-
public class PayeeDetailedInformationAboutTheTaxRegistraction extends Object
EXT:Detailed information about the tax registrationXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayeeVATIdentifier()
EXT:Codes.SchemeIdentifierAttribute
getPayeeVATIdentifierSchemeIdentifier()
EXT:Tax Scheme identifier attributePayeeDetailedInformationAboutTheTaxRegistraction
setPayeeVATIdentifier(String value)
PayeeDetailedInformationAboutTheTaxRegistraction
setPayeeVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)
-
-
-
Method Detail
-
setPayeeVATIdentifierSchemeIdentifier
public PayeeDetailedInformationAboutTheTaxRegistraction setPayeeVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)
- Parameters:
value
- EXT:Tax Scheme identifier attributeXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
- Returns:
- PayeeDetailedInformationAboutTheTaxRegistraction
-
setPayeeVATIdentifier
public PayeeDetailedInformationAboutTheTaxRegistraction setPayeeVATIdentifier(String value)
- Parameters:
value
- EXT:XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID
- Returns:
- PayeeDetailedInformationAboutTheTaxRegistraction
-
getPayeeVATIdentifierSchemeIdentifier
public Codes.SchemeIdentifierAttribute getPayeeVATIdentifierSchemeIdentifier()
EXT:Tax Scheme identifier attribute- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID/@schemeID
-
getPayeeVATIdentifier
public String getPayeeVATIdentifier()
EXT:- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID
-
-