no.kith.xmlstds.CS Maven / Gradle / Ivy
/*
* XML Type: CS
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.CS
*
* 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 CS(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface CS extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "cs0a73type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "V" attribute
*/
java.lang.String getV();
/**
* Gets (as xml) the "V" attribute
*/
org.apache.xmlbeans.XmlToken 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.XmlToken v);
/**
* Unsets the "V" attribute
*/
void unsetV();
/**
* Gets the "DN" attribute
*/
java.lang.String getDN();
/**
* Gets (as xml) the "DN" attribute
*/
org.apache.xmlbeans.XmlString xgetDN();
/**
* True if has "DN" attribute
*/
boolean isSetDN();
/**
* Sets the "DN" attribute
*/
void setDN(java.lang.String dn);
/**
* Sets (as xml) the "DN" attribute
*/
void xsetDN(org.apache.xmlbeans.XmlString dn);
/**
* Unsets the "DN" attribute
*/
void unsetDN();
}