public class ContactMailCustomStyle extends Object
Java class for ContactMailCustomStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactMailCustomStyle"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="header1Color" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> <element name="header1FontColor" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> <element name="header2Color" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> <element name="header2FontColor" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> <element name="header3Color" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> <element name="header3FontColor" type="{http://rest.immobilienscout24.de/schema/common/1.0}HexadecimalColorCode"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Color |
header1Color |
protected Color |
header1FontColor |
protected Color |
header2Color |
protected Color |
header2FontColor |
protected Color |
header3Color |
protected Color |
header3FontColor |
Constructor and Description |
---|
ContactMailCustomStyle() |
Modifier and Type | Method and Description |
---|---|
Color |
getHeader1Color()
Gets the value of the header1Color property.
|
Color |
getHeader1FontColor()
Gets the value of the header1FontColor property.
|
Color |
getHeader2Color()
Gets the value of the header2Color property.
|
Color |
getHeader2FontColor()
Gets the value of the header2FontColor property.
|
Color |
getHeader3Color()
Gets the value of the header3Color property.
|
Color |
getHeader3FontColor()
Gets the value of the header3FontColor property.
|
void |
setHeader1Color(Color value)
Sets the value of the header1Color property.
|
void |
setHeader1FontColor(Color value)
Sets the value of the header1FontColor property.
|
void |
setHeader2Color(Color value)
Sets the value of the header2Color property.
|
void |
setHeader2FontColor(Color value)
Sets the value of the header2FontColor property.
|
void |
setHeader3Color(Color value)
Sets the value of the header3Color property.
|
void |
setHeader3FontColor(Color value)
Sets the value of the header3FontColor property.
|
protected Color header1Color
protected Color header1FontColor
protected Color header2Color
protected Color header2FontColor
protected Color header3Color
protected Color header3FontColor
public Color getHeader1Color()
String
public void setHeader1Color(Color value)
value
- allowed object is
String
public Color getHeader1FontColor()
String
public void setHeader1FontColor(Color value)
value
- allowed object is
String
public Color getHeader2Color()
String
public void setHeader2Color(Color value)
value
- allowed object is
String
public Color getHeader2FontColor()
String
public void setHeader2FontColor(Color value)
value
- allowed object is
String
public Color getHeader3Color()
String
public void setHeader3Color(Color value)
value
- allowed object is
String
public Color getHeader3FontColor()
String
Copyright © 2014 OpenEstate. All rights reserved.