no.kith.xmlstds.REFDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: REF
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.REFDocument
*
* Automatically generated - do not modify.
*/
package no.kith.xmlstds;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* A document containing one REF(@http://www.kith.no/xmlstds) element.
*
* This is a complex type.
*/
public interface REFDocument extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "ref8112doctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "REF" element
*/
no.kith.xmlstds.URL getREF();
/**
* Sets the "REF" element
*/
void setREF(no.kith.xmlstds.URL ref);
/**
* Appends and returns a new empty "REF" element
*/
no.kith.xmlstds.URL addNewREF();
}