public class XMPSchemaZugferd
extends org.apache.xmpbox.schema.XMPSchema
| Constructor and Description |
|---|
XMPSchemaZugferd(org.apache.xmpbox.XMPMetadata metadata,
int zfVersion,
boolean isFacturX,
Profile conformanceLevel,
java.lang.String URN,
java.lang.String prefix,
java.lang.String filename)
This is what needs to be added to the RDF metadata - basically the name of the embedded Zugferd file
|
XMPSchemaZugferd(org.apache.xmpbox.XMPMetadata metadata,
int zfVersion,
boolean isFacturX,
Profile conformanceLevel,
java.lang.String URN,
java.lang.String prefix,
java.lang.String filename,
java.lang.String version)
This is what needs to be added to the RDF metadata - basically the name of the embedded Zugferd file
|
| Modifier and Type | Method and Description |
|---|---|
XMPSchemaZugferd |
setType(java.lang.String type)
Specify a custom XMP metadata document type
|
addBagValue, addBagValueAsSimple, addQualifiedBagValue, addSequenceDateValueAsSimple, addUnqualifiedSequenceDateValue, addUnqualifiedSequenceValue, addUnqualifiedSequenceValue, getAboutAttribute, getAboutValue, getAbstractProperty, getBooleanProperty, getBooleanPropertyValue, getBooleanPropertyValueAsSimple, getDateProperty, getDatePropertyValue, getDatePropertyValueAsSimple, getIntegerProperty, getIntegerPropertyValue, getIntegerPropertyValueAsSimple, getUnqualifiedArrayList, getUnqualifiedBagValueList, getUnqualifiedLanguagePropertyLanguagesValue, getUnqualifiedLanguagePropertyValue, getUnqualifiedSequenceDateValueList, getUnqualifiedSequenceValueList, getUnqualifiedTextProperty, getUnqualifiedTextPropertyValue, instanciateSimple, merge, removeUnqualifiedArrayValue, removeUnqualifiedBagValue, removeUnqualifiedSequenceDateValue, removeUnqualifiedSequenceValue, removeUnqualifiedSequenceValue, reorganizeAltOrder, setAbout, setAboutAsSimple, setBooleanProperty, setBooleanPropertyValue, setBooleanPropertyValueAsSimple, setDateProperty, setDatePropertyValue, setDatePropertyValueAsSimple, setIntegerProperty, setIntegerPropertyValue, setIntegerPropertyValueAsSimple, setTextProperty, setTextPropertyValue, setTextPropertyValueAsSimple, setUnqualifiedLanguagePropertyValueaddSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefixaddNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removePropertypublic XMPSchemaZugferd(org.apache.xmpbox.XMPMetadata metadata,
int zfVersion,
boolean isFacturX,
Profile conformanceLevel,
java.lang.String URN,
java.lang.String prefix,
java.lang.String filename)
metadata - the xmp to be added tozfVersion - which ZF version to use (2 for FX)isFacturX - whether to export as Factur-XconformanceLevel - e.g. conformanceLevel.EN16931URN - the xml URI for the XMPprefix - the xml namespace prefix for the XMP, zf for ZUGFeRD, fx for Factur-Xfilename - the filename of the invoicepublic XMPSchemaZugferd(org.apache.xmpbox.XMPMetadata metadata,
int zfVersion,
boolean isFacturX,
Profile conformanceLevel,
java.lang.String URN,
java.lang.String prefix,
java.lang.String filename,
java.lang.String version)
metadata - the xmp to be added tozfVersion - which ZF version to use (2 for FX)isFacturX - whether to export as Factur-XconformanceLevel - e.g. conformanceLevel.EN16931URN - the xml URI for the XMPprefix - the xml namespace prefix for the XMP, zf for ZUGFeRD, fx for Factur-Xfilename - the filename of the invoiceversion - meta-data version to set. May be null, and then it is set automaticallypublic XMPSchemaZugferd setType(java.lang.String type)
type - INVOICE or ORDERCopyright © 2023. All rights reserved.