no.kith.xmlstds.URL Maven / Gradle / Ivy
/*
* XML Type: URL
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.URL
*
* 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;
/**
* An XML URL(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface URL extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "url48a6type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "V" attribute
*/
java.lang.String getV();
/**
* Gets (as xml) the "V" attribute
*/
org.apache.xmlbeans.XmlAnyURI xgetV();
/**
* True if has "V" attribute
*/
boolean isSetV();
/**
* Sets the "V" attribute
*/
void setV(java.lang.String v);
/**
* Sets (as xml) the "V" attribute
*/
void xsetV(org.apache.xmlbeans.XmlAnyURI v);
/**
* Unsets the "V" attribute
*/
void unsetV();
}