Uses of Class
com.fourjs.report.facturx.Codes.SchemeIdentifier
-
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.SchemeIdentifier Modifier and Type Method Description static Codes.SchemeIdentifierCodes.SchemeIdentifier. fromString(String value)Convert a String to a SchemeIdentifier.static Codes.SchemeIdentifierCodes.SchemeIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.SchemeIdentifier[]Codes.SchemeIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.basic
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.basicwl
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.en16931
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.extended
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Codes.SchemeIdentifier Modifier and Type Method Description Codes.SchemeIdentifierInvoice. getBuyerLegalOrganizationSchemeIdentiferAttribute()Codes.SchemeIdentifierInvoice. getBuyerLegalOrganizationSchemeIdentiferAttributeForJAXB()Codes.SchemeIdentifierInvoice. getSellerLegalOrganizationSchemeIdentiferAttribute()Codes.SchemeIdentifierInvoice. getSellerLegalOrganizationSchemeIdentiferAttributeForJAXB()Methods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.SchemeIdentifier Modifier and Type Method Description InvoiceInvoice. setBuyerLegalOrganizationSchemeIdentiferAttribute(Codes.SchemeIdentifier value)InvoiceInvoice. setSellerLegalOrganizationSchemeIdentiferAttribute(Codes.SchemeIdentifier value)
-