Package org.mustangproject.ZUGFeRD
Class Profile
- java.lang.Object
-
- org.mustangproject.ZUGFeRD.Profile
-
public class Profile extends java.lang.Objectspecifies a kind of a XML completeness levels, e.g. Factur-X has 6 (Minimum, Basic-WL, Basic, EN16931, Extended, and XRechnung), ZUGFeRD 1 had and Order-X will have three (Basic, Comfort, Extended) and the XRechnung has two (Standard, Extension) For the XRechnung at the time being please use Factur-X's Xrechnung
-
-
Constructor Summary
Constructors Constructor Description Profile(java.lang.String name, java.lang.String ID)Contruct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetID()get guideline idjava.lang.StringgetName()gets the namejava.lang.StringgetXMPName()if the profile is embedded in PDF we need RDF metadata
-
-
-
Method Detail
-
getName
public java.lang.String getName()
gets the name- Returns:
- the name of the profile
-
getID
public java.lang.String getID()
get guideline id- Returns:
- the XML Guideline ID of the profile
-
getXMPName
public java.lang.String getXMPName()
if the profile is embedded in PDF we need RDF metadata- Returns:
- the XMP name string of the profile
-
-