Uses of Class
com.fourjs.report.facturx.Codes.ReferenceCodeIdentifier
-
Packages that use Codes.ReferenceCodeIdentifier Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of Codes.ReferenceCodeIdentifier in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.ReferenceCodeIdentifier Modifier and Type Method Description static Codes.ReferenceCodeIdentifier
Codes.ReferenceCodeIdentifier. fromString(String value)
Convert a String to a ReferenceCodeIdentifier.static Codes.ReferenceCodeIdentifier
Codes.ReferenceCodeIdentifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.ReferenceCodeIdentifier[]
Codes.ReferenceCodeIdentifier. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.ReferenceCodeIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.ReferenceCodeIdentifier Modifier and Type Method Description Codes.ReferenceCodeIdentifier
InvoiceLineObjectIdentifier. getInvoiceLineObjectIdentifierIdentificationschemeIdentifier()
BT-128-1:Invoice line object identifier identificationscheme identifierCodes.ReferenceCodeIdentifier
AdditionalSupportingDocuments. getSchemeIdentifier()
BT-18-1:Scheme identifierMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.ReferenceCodeIdentifier Modifier and Type Method Description InvoiceLineObjectIdentifier
InvoiceLineObjectIdentifier. setInvoiceLineObjectIdentifierIdentificationschemeIdentifier(Codes.ReferenceCodeIdentifier value)
AdditionalSupportingDocuments
AdditionalSupportingDocuments. setSchemeIdentifier(Codes.ReferenceCodeIdentifier value)
-
Uses of Codes.ReferenceCodeIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.ReferenceCodeIdentifier Modifier and Type Method Description Codes.ReferenceCodeIdentifier
InvoiceLineObjectIdentifier. getInvoiceLineObjectIdentifierIdentificationschemeIdentifier()
BT-128-1:Invoice line object identifier identificationscheme identifierCodes.ReferenceCodeIdentifier
AdditionalSupportingDocuments. getSchemeIdentifier()
BT-18-1:Scheme identifierMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.ReferenceCodeIdentifier Modifier and Type Method Description InvoiceLineObjectIdentifier
InvoiceLineObjectIdentifier. setInvoiceLineObjectIdentifierIdentificationschemeIdentifier(Codes.ReferenceCodeIdentifier value)
AdditionalSupportingDocuments
AdditionalSupportingDocuments. setSchemeIdentifier(Codes.ReferenceCodeIdentifier value)
-