Uses of Class
com.fourjs.report.facturx.profiles.en16931.SellerIdentifierSchemeIdentifier
-
Packages that use SellerIdentifierSchemeIdentifier Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of SellerIdentifierSchemeIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return SellerIdentifierSchemeIdentifier Modifier and Type Method Description SellerIdentifierSchemeIdentifier
Invoice. appendNewSellerIdentifierSchemeIdentifier()
Creates a SellerIdentifierSchemeIdentifier object and appends it to the list obtainable by a call to getInvoice.getSellerIdentifierSchemeIdentifiers()
SellerIdentifierSchemeIdentifier
SellerIdentifierSchemeIdentifier. setSellerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)
SellerIdentifierSchemeIdentifier
SellerIdentifierSchemeIdentifier. setSellerIdentifierSchemeIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.en16931 that return types with arguments of type SellerIdentifierSchemeIdentifier Modifier and Type Method Description List<SellerIdentifierSchemeIdentifier>
Invoice. getSellerIdentifierSchemeIdentifiers()
Returns a list of SellerIdentifierSchemeIdentifier objects previously created by calls toInvoice.appendNewSellerIdentifierSchemeIdentifier()
-