no.kith.xmlstds.TS Maven / Gradle / Ivy
/*
* XML Type: TS
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.TS
*
* 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 TS(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface TS extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "ts3704type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "V" attribute
*/
java.util.Calendar getV();
/**
* Gets (as xml) the "V" attribute
*/
no.kith.xmlstds.TS.V xgetV();
/**
* True if has "V" attribute
*/
boolean isSetV();
/**
* Sets the "V" attribute
*/
void setV(java.util.Calendar v);
/**
* Sets (as xml) the "V" attribute
*/
void xsetV(no.kith.xmlstds.TS.V v);
/**
* Unsets the "V" attribute
*/
void unsetV();
/**
* An XML V(@).
*
* This is a union type. Instances are of one of the following types:
* org.apache.xmlbeans.XmlDateTime
* org.apache.xmlbeans.XmlDate
* org.apache.xmlbeans.XmlGYear
* org.apache.xmlbeans.XmlGYearMonth
* org.apache.xmlbeans.XmlTime
*/
public interface V extends org.apache.xmlbeans.XmlAnySimpleType {
java.lang.Object getObjectValue();
void setObjectValue(java.lang.Object val);
org.apache.xmlbeans.SchemaType instanceType();
ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "vbac2attrtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
}