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()Codes.CountryCodeListInvoice. getBuyerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getDeliverToCountryCode()Codes.CountryCodeListInvoice. getDeliverToCountryCodeForJAXB()Codes.CountryCodeListInvoice. getSellerCountryCode()Codes.CountryCodeListInvoice. getSellerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCode()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCodeForJAXB()Methods 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()Codes.CountryCodeListInvoice. getBuyerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getDeliverToCountryCode()Codes.CountryCodeListInvoice. getDeliverToCountryCodeForJAXB()Codes.CountryCodeListInvoice. getSellerCountryCode()Codes.CountryCodeListInvoice. getSellerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCode()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCodeForJAXB()Methods 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()Codes.CountryCodeListInvoice. getBuyerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getDeliverToCountryCode()Codes.CountryCodeListInvoice. getDeliverToCountryCodeForJAXB()Codes.CountryCodeListInvoiceLine. getItemCountryOfOrigin()Codes.CountryCodeListInvoiceLine. getItemCountryOfOriginForJAXB()Codes.CountryCodeListInvoice. getSellerCountryCode()Codes.CountryCodeListInvoice. getSellerCountryCodeForJAXB()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCode()Codes.CountryCodeListInvoice. getSellerTaxRepresentativeCountryCodeForJAXB()Methods 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()Codes.CountryCodeListInvoice. getSellerCountryCodeForJAXB()Methods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.CountryCodeList Modifier and Type Method Description InvoiceInvoice. setSellerCountryCode(Codes.CountryCodeList value)
-