Class Branding
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Branding
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}ColorScheme" minOccurs="0"/>
</sequence>
<attribute name="ProductTitle" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Logo" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="LoginExtra" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ColorSchemeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the colorScheme property.Gets the value of the loginExtra property.getLogo()Gets the value of the logo property.Gets the value of the productTitle property.voidsetColorScheme(ColorScheme value) Sets the value of the colorScheme property.voidsetLoginExtra(String value) Sets the value of the loginExtra property.voidSets the value of the logo property.voidsetProductTitle(String value) Sets the value of the productTitle property.
-
Field Details
-
colorScheme
-
productTitle
-
logo
-
loginExtra
-
-
Constructor Details
-
Branding
public Branding()
-
-
Method Details
-
getColorScheme
Gets the value of the colorScheme property.- Returns:
- possible object is
ColorScheme
-
setColorScheme
Sets the value of the colorScheme property.- Parameters:
value- allowed object isColorScheme
-
getProductTitle
Gets the value of the productTitle property.- Returns:
- possible object is
String
-
setProductTitle
Sets the value of the productTitle property.- Parameters:
value- allowed object isString
-
getLogo
Gets the value of the logo property.- Returns:
- possible object is
String
-
setLogo
Sets the value of the logo property.- Parameters:
value- allowed object isString
-
getLoginExtra
Gets the value of the loginExtra property.- Returns:
- possible object is
String
-
setLoginExtra
Sets the value of the loginExtra property.- Parameters:
value- allowed object isString
-