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.CountryCodeListCodes.CountryCodeList. fromString(String value)Convert a String to a CountryCodeList.static Codes.CountryCodeListCodes.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.CountryCodeListInvoice. getBuyerCountryCode()BT-55:Buyer country codeCodes.CountryCodeListInvoice. getDeliverToCountryCode()BT-80:Deliver to country codeCodes.CountryCodeListInvoice. getSellerCountryCode()BT-40:Seller country codeCodes.CountryCodeListInvoice. 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 InvoiceInvoice. setBuyerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. setDeliverToCountryCode(Codes.CountryCodeList value)InvoiceInvoice. setSellerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. 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.CountryCodeListInvoice. getBuyerCountryCode()BT-55:Buyer country codeCodes.CountryCodeListInvoice. getDeliverToCountryCode()BT-80:Deliver to country codeCodes.CountryCodeListInvoice. getSellerCountryCode()BT-40:Seller country codeCodes.CountryCodeListInvoice. 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 InvoiceInvoice. setBuyerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. setDeliverToCountryCode(Codes.CountryCodeList value)InvoiceInvoice. setSellerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. 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.CountryCodeListInvoice. getBuyerCountryCode()BT-55:Buyer country codeCodes.CountryCodeListInvoice. getDeliverToCountryCode()BT-80:Deliver to country codeCodes.CountryCodeListInvoiceLine. getItemCountryOfOrigin()BT-159:Item country of originCodes.CountryCodeListInvoice. getSellerCountryCode()BT-40:Seller country codeCodes.CountryCodeListInvoice. 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 InvoiceInvoice. setBuyerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. setDeliverToCountryCode(Codes.CountryCodeList value)InvoiceLineInvoiceLine. setItemCountryOfOrigin(Codes.CountryCodeList value)InvoiceInvoice. setSellerCountryCode(Codes.CountryCodeList value)InvoiceInvoice. 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.CountryCodeListInvoice. getSellerCountryCode()BT-40:Seller country codeMethods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.CountryCodeList Modifier and Type Method Description InvoiceInvoice. setSellerCountryCode(Codes.CountryCodeList value)
-