Class ColorScheme
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.ColorScheme
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}ButtonColors"/>
<element ref="{urn:com.io7m.idstore:configuration:1}ErrorBorderColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HeaderBackgroundColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HeaderLinkColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HeaderTextColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}MainBackgroundColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}MainLinkColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}MainMessageBorderColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}MainTableBorderColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}MainTextColor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buttonColors property.Gets the value of the errorBorderColor property.Gets the value of the headerBackgroundColor property.Gets the value of the headerLinkColor property.Gets the value of the headerTextColor property.Gets the value of the mainBackgroundColor property.Gets the value of the mainLinkColor property.Gets the value of the mainMessageBorderColor property.Gets the value of the mainTableBorderColor property.Gets the value of the mainTextColor property.voidsetButtonColors(ButtonColors value) Sets the value of the buttonColors property.voidsetErrorBorderColor(ColorType value) Sets the value of the errorBorderColor property.voidSets the value of the headerBackgroundColor property.voidsetHeaderLinkColor(ColorType value) Sets the value of the headerLinkColor property.voidsetHeaderTextColor(ColorType value) Sets the value of the headerTextColor property.voidsetMainBackgroundColor(ColorType value) Sets the value of the mainBackgroundColor property.voidsetMainLinkColor(ColorType value) Sets the value of the mainLinkColor property.voidSets the value of the mainMessageBorderColor property.voidsetMainTableBorderColor(ColorType value) Sets the value of the mainTableBorderColor property.voidsetMainTextColor(ColorType value) Sets the value of the mainTextColor property.
-
Field Details
-
buttonColors
-
errorBorderColor
-
headerBackgroundColor
-
headerLinkColor
-
headerTextColor
-
mainBackgroundColor
-
mainLinkColor
-
mainMessageBorderColor
-
mainTableBorderColor
-
mainTextColor
-
-
Constructor Details
-
ColorScheme
public ColorScheme()
-
-
Method Details
-
getButtonColors
Gets the value of the buttonColors property.- Returns:
- possible object is
ButtonColors
-
setButtonColors
Sets the value of the buttonColors property.- Parameters:
value- allowed object isButtonColors
-
getErrorBorderColor
Gets the value of the errorBorderColor property.- Returns:
- possible object is
ColorType
-
setErrorBorderColor
Sets the value of the errorBorderColor property.- Parameters:
value- allowed object isColorType
-
getHeaderBackgroundColor
Gets the value of the headerBackgroundColor property.- Returns:
- possible object is
ColorType
-
setHeaderBackgroundColor
Sets the value of the headerBackgroundColor property.- Parameters:
value- allowed object isColorType
-
getHeaderLinkColor
Gets the value of the headerLinkColor property.- Returns:
- possible object is
ColorType
-
setHeaderLinkColor
Sets the value of the headerLinkColor property.- Parameters:
value- allowed object isColorType
-
getHeaderTextColor
Gets the value of the headerTextColor property.- Returns:
- possible object is
ColorType
-
setHeaderTextColor
Sets the value of the headerTextColor property.- Parameters:
value- allowed object isColorType
-
getMainBackgroundColor
Gets the value of the mainBackgroundColor property.- Returns:
- possible object is
ColorType
-
setMainBackgroundColor
Sets the value of the mainBackgroundColor property.- Parameters:
value- allowed object isColorType
-
getMainLinkColor
Gets the value of the mainLinkColor property.- Returns:
- possible object is
ColorType
-
setMainLinkColor
Sets the value of the mainLinkColor property.- Parameters:
value- allowed object isColorType
-
getMainMessageBorderColor
Gets the value of the mainMessageBorderColor property.- Returns:
- possible object is
ColorType
-
setMainMessageBorderColor
Sets the value of the mainMessageBorderColor property.- Parameters:
value- allowed object isColorType
-
getMainTableBorderColor
Gets the value of the mainTableBorderColor property.- Returns:
- possible object is
ColorType
-
setMainTableBorderColor
Sets the value of the mainTableBorderColor property.- Parameters:
value- allowed object isColorType
-
getMainTextColor
Gets the value of the mainTextColor property.- Returns:
- possible object is
ColorType
-
setMainTextColor
Sets the value of the mainTextColor property.- Parameters:
value- allowed object isColorType
-