// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.09.10 at 08:01:16 AM PDT // package magoffin.matt.ieat.domain; /** * Java content class for ui-base complex type. *
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/tom/workspace/iEat/hyperjaxb2-build/src/main/resources/ui.xsd line 23) *
*
* <complexType name="ui-base">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*/
public interface UiBase {
/**
* Gets the value of the mode property.
*
* @return
* possible object is
* {@link java.lang.String}
*/
java.lang.String getMode();
/**
* Sets the value of the mode property.
*
* @param value
* allowed object is
* {@link java.lang.String}
*/
void setMode(java.lang.String value);
}