
org.openfact.ubl.UBLModel Maven / Gradle / Ivy
The newest version!
package org.openfact.ubl;
import org.json.JSONObject;
public interface UBLModel {
String getTemplateName();
String getDocumentId();
JSONObject getXmlAsJSONObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy