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.SchemeIdentifier
Codes.SchemeIdentifier. fromString(String value)
Convert a String to a SchemeIdentifier.static Codes.SchemeIdentifier
Codes.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
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.SchemeIdentifier Modifier and Type Method Description Codes.SchemeIdentifier
BuyerIdentifierSchemeIdentifier. getBuyerIdentifierIdentificationSchemeIdentifier()
BT-46-1:scheme identifier attribute (if GlobalID)Codes.SchemeIdentifier
Invoice. getBuyerLegalOrganizationSchemeIdentiferAttribute()
BT-47-1:scheme identifier attributeCodes.SchemeIdentifier
DeliverToIdentifierSchemeIdentifier. getDeliverToIdentifierIdentificationSchemeIdentifier()
BT-71-1:Scheme identifier (for GlobalID)Codes.SchemeIdentifier
PayeeIdentifierSchemeIdentifier. getPayeeIdentifierIdentificationSchemeIdentifier()
BT-60-1:Scheme identifierCodes.SchemeIdentifier
Invoice. getPayeeLegalOrganizationSchemeIdentiferAttribute()
BT-61-1:Scheme identifierCodes.SchemeIdentifier
InvoiceLine. getSchemeIdentifierForItemStandardIdentifier()
BT-157-1:Scheme identifier for Item standard identifierCodes.SchemeIdentifier
SellerIdentifierSchemeIdentifier. getSellerIdentifierIdentificationSchemeIdentifier()
BT-29-1:Seller identifier identification scheme identifierCodes.SchemeIdentifier
Invoice. getSellerLegalOrganizationSchemeIdentiferAttribute()
BT-30-1:Seller legal registration identifier identification scheme identifier -
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.basicwl
-
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.SchemeIdentifier Modifier and Type Method Description Codes.SchemeIdentifier
BuyerIdentifierSchemeIdentifier. getBuyerIdentifierIdentificationSchemeIdentifier()
BT-46-1:scheme identifier attribute (if GlobalID)Codes.SchemeIdentifier
Invoice. getBuyerLegalOrganizationSchemeIdentiferAttribute()
BT-47-1:scheme identifier attributeCodes.SchemeIdentifier
DeliverToIdentifierSchemeIdentifier. getDeliverToIdentifierIdentificationSchemeIdentifier()
BT-71-1:Scheme identifier (for GlobalID)Codes.SchemeIdentifier
PayeeIdentifierSchemeIdentifier. getPayeeIdentifierIdentificationSchemeIdentifier()
BT-60-1:Scheme identifierCodes.SchemeIdentifier
Invoice. getPayeeLegalOrganizationSchemeIdentiferAttribute()
BT-61-1:Scheme identifierCodes.SchemeIdentifier
InvoiceLine. getSchemeIdentifierForItemStandardIdentifier()
BT-157-1:Scheme identifier for Item standard identifierCodes.SchemeIdentifier
SellerIdentifierSchemeIdentifier. getSellerIdentifierIdentificationSchemeIdentifier()
BT-29-1:Seller identifier identification scheme identifierCodes.SchemeIdentifier
Invoice. getSellerLegalOrganizationSchemeIdentiferAttribute()
BT-30-1:Seller legal registration identifier identification scheme identifier -
Uses of Codes.SchemeIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.SchemeIdentifier Modifier and Type Method Description Codes.SchemeIdentifier
BuyerIdentifierSchemeIdentifier. getBuyerIdentifierIdentificationSchemeIdentifier()
BT-46-1:scheme identifier attribute (if GlobalID)Codes.SchemeIdentifier
Invoice. getBuyerLegalOrganizationSchemeIdentiferAttribute()
BT-47-1:scheme identifier attributeCodes.SchemeIdentifier
DeliverToIdentifierSchemeIdentifier. getDeliverToIdentifierIdentificationSchemeIdentifier()
BT-71-1:Scheme identifier (for GlobalID)Codes.SchemeIdentifier
PayeeIdentifierSchemeIdentifier. getPayeeIdentifierIdentificationSchemeIdentifier()
BT-60-1:Scheme identifierCodes.SchemeIdentifier
Invoice. getPayeeLegalOrganizationSchemeIdentiferAttribute()
BT-61-1:Scheme identifierCodes.SchemeIdentifier
InvoiceLine. getSchemeIdentifierForItemStandardIdentifier()
BT-157-1:Scheme identifier for Item standard identifierCodes.SchemeIdentifier
SellerIdentifierSchemeIdentifier. getSellerIdentifierIdentificationSchemeIdentifier()
BT-29-1:Seller identifier identification scheme identifierCodes.SchemeIdentifier
Invoice. getSellerLegalOrganizationSchemeIdentiferAttribute()
BT-30-1:Seller legal registration identifier identification scheme identifier -
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.SchemeIdentifier
Invoice. getBuyerLegalOrganizationSchemeIdentiferAttribute()
BT-47-1:scheme identifier attributeCodes.SchemeIdentifier
Invoice. getSellerLegalOrganizationSchemeIdentiferAttribute()
BT-30-1:Seller legal registration identifier identification scheme identifierMethods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.SchemeIdentifier Modifier and Type Method Description Invoice
Invoice. setBuyerLegalOrganizationSchemeIdentiferAttribute(Codes.SchemeIdentifier value)
Invoice
Invoice. setSellerLegalOrganizationSchemeIdentiferAttribute(Codes.SchemeIdentifier value)
-