![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.ubl.UBLModel Maven / Gradle / Ivy
package org.openfact.ubl;
import org.json.JSONObject;
public interface UBLModel {
String getTemplateName();
String getDocumentId();
JSONObject getXmlAsJSONObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy