Uses of Class
com.fourjs.report.facturx.Codes.CountryCodeList
-
-
Uses of Codes.CountryCodeList in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.CountryCodeList Modifier and Type Method Description static Codes.CountryCodeList
Codes.CountryCodeList. fromString(String value)
Convert a String to a CountryCodeList.static Codes.CountryCodeList
Codes.CountryCodeList. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.CountryCodeList[]
Codes.CountryCodeList. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.CountryCodeList in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.CountryCodeList Modifier and Type Method Description Codes.CountryCodeList
Invoice. getBuyerCountryCode()
BT-55:Buyer country codeCodes.CountryCodeList
Invoice. getDeliverToCountryCode()
BT-80:Deliver to country codeCodes.CountryCodeList
Invoice. getSellerCountryCode()
BT-40:Seller country codeCodes.CountryCodeList
Invoice. getSellerTaxRepresentativeCountryCode()
BT-69:Tax representative country codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.CountryCodeList Modifier and Type Method Description Invoice
Invoice. setBuyerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setDeliverToCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setSellerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setSellerTaxRepresentativeCountryCode(Codes.CountryCodeList value)
-
Uses of Codes.CountryCodeList in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.CountryCodeList Modifier and Type Method Description Codes.CountryCodeList
Invoice. getBuyerCountryCode()
BT-55:Buyer country codeCodes.CountryCodeList
Invoice. getDeliverToCountryCode()
BT-80:Deliver to country codeCodes.CountryCodeList
Invoice. getSellerCountryCode()
BT-40:Seller country codeCodes.CountryCodeList
Invoice. getSellerTaxRepresentativeCountryCode()
BT-69:Tax representative country codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.CountryCodeList Modifier and Type Method Description Invoice
Invoice. setBuyerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setDeliverToCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setSellerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setSellerTaxRepresentativeCountryCode(Codes.CountryCodeList value)
-
Uses of Codes.CountryCodeList in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.CountryCodeList Modifier and Type Method Description Codes.CountryCodeList
Invoice. getBuyerCountryCode()
BT-55:Buyer country codeCodes.CountryCodeList
Invoice. getDeliverToCountryCode()
BT-80:Deliver to country codeCodes.CountryCodeList
InvoiceLine. getItemCountryOfOrigin()
BT-159:Item country of originCodes.CountryCodeList
Invoice. getSellerCountryCode()
BT-40:Seller country codeCodes.CountryCodeList
Invoice. getSellerTaxRepresentativeCountryCode()
BT-69:Tax representative country codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.CountryCodeList Modifier and Type Method Description Invoice
Invoice. setBuyerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setDeliverToCountryCode(Codes.CountryCodeList value)
InvoiceLine
InvoiceLine. setItemCountryOfOrigin(Codes.CountryCodeList value)
Invoice
Invoice. setSellerCountryCode(Codes.CountryCodeList value)
Invoice
Invoice. setSellerTaxRepresentativeCountryCode(Codes.CountryCodeList value)
-
Uses of Codes.CountryCodeList in com.fourjs.report.facturx.profiles.extended
-
Uses of Codes.CountryCodeList in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Codes.CountryCodeList Modifier and Type Method Description Codes.CountryCodeList
Invoice. getSellerCountryCode()
BT-40:Seller country codeMethods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.CountryCodeList Modifier and Type Method Description Invoice
Invoice. setSellerCountryCode(Codes.CountryCodeList value)
-