|
|||||||||
| 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 java.lang.String |
background
|
protected java.lang.String |
foreground
|
| Constructor Summary | |
|---|---|
PageColor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBackground()
Gets the value of the background property. |
java.lang.String |
getForeground()
Gets the value of the foreground property. |
void |
setBackground(java.lang.String value)
Sets the value of the background property. |
void |
setForeground(java.lang.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 java.lang.String background
protected java.lang.String foreground
| Constructor Detail |
|---|
public PageColor()
| Method Detail |
|---|
public java.lang.String getBackground()
Stringpublic void setBackground(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getForeground()
Stringpublic void setForeground(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||