java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.ButtonColors

public class ButtonColors extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:com.io7m.idstore:configuration:1}Disabled"/>
         <element ref="{urn:com.io7m.idstore:configuration:1}Enabled"/>
         <element ref="{urn:com.io7m.idstore:configuration:1}Hover"/>
         <element ref="{urn:com.io7m.idstore:configuration:1}Pressed"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>