no.kith.xmlstds.CV Maven / Gradle / Ivy
/*
* XML Type: CV
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.CV
*
* 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 CV(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface CV extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "cv2090type");
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 "S" attribute
*/
java.lang.String getS();
/**
* Gets (as xml) the "S" attribute
*/
no.kith.xmlstds.Oid xgetS();
/**
* True if has "S" attribute
*/
boolean isSetS();
/**
* Sets the "S" attribute
*/
void setS(java.lang.String s);
/**
* Sets (as xml) the "S" attribute
*/
void xsetS(no.kith.xmlstds.Oid s);
/**
* Unsets the "S" attribute
*/
void unsetS();
/**
* 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();
/**
* Gets the "OT" attribute
*/
java.lang.String getOT();
/**
* Gets (as xml) the "OT" attribute
*/
org.apache.xmlbeans.XmlString xgetOT();
/**
* True if has "OT" attribute
*/
boolean isSetOT();
/**
* Sets the "OT" attribute
*/
void setOT(java.lang.String ot);
/**
* Sets (as xml) the "OT" attribute
*/
void xsetOT(org.apache.xmlbeans.XmlString ot);
/**
* Unsets the "OT" attribute
*/
void unsetOT();
}