|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.cxf.configuration.foo.PageColor
public class PageColor
Java class for pageColor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pageColor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="background" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="foreground" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
background
|
protected String |
foreground
|
| Constructor Summary | |
|---|---|
PageColor()
|
|
| Method Summary | |
|---|---|
String |
getBackground()
Gets the value of the background property. |
String |
getForeground()
Gets the value of the foreground property. |
void |
setBackground(String value)
Sets the value of the background property. |
void |
setForeground(String value)
Sets the value of the foreground property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String background
protected String foreground
| Constructor Detail |
|---|
public PageColor()
| Method Detail |
|---|
public String getBackground()
Stringpublic void setBackground(String value)
value - allowed object is
Stringpublic String getForeground()
Stringpublic void setForeground(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||