no.kith.xmlstds.ICAttribute Maven / Gradle / Ivy
/*
* An XML attribute type.
* Localname: IC
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.ICAttribute
*
* 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 IC(@http://www.kith.no/xmlstds) attribute.
*
* This is a complex type.
*/
public interface ICAttribute extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "ic5f07attrtypetype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "IC" attribute
*/
byte[] getIC();
/**
* Gets (as xml) the "IC" attribute
*/
no.kith.xmlstds.ICAttribute.IC xgetIC();
/**
* True if has "IC" attribute
*/
boolean isSetIC();
/**
* Sets the "IC" attribute
*/
void setIC(byte[] ic);
/**
* Sets (as xml) the "IC" attribute
*/
void xsetIC(no.kith.xmlstds.ICAttribute.IC ic);
/**
* Unsets the "IC" attribute
*/
void unsetIC();
/**
* An XML IC(@http://www.kith.no/xmlstds).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.ICAttribute$IC.
*/
public interface IC extends org.apache.xmlbeans.XmlBase64Binary {
ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "icf731attrtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
}