org.apache.cxf.configuration.foo
Class PageColor

java.lang.Object
  extended by org.apache.cxf.configuration.foo.PageColor

public class PageColor
extends Object

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

background

protected String background

foreground

protected String foreground
Constructor Detail

PageColor

public PageColor()
Method Detail

getBackground

public String getBackground()
Gets the value of the background property.

Returns:
possible object is String

setBackground

public void setBackground(String value)
Sets the value of the background property.

Parameters:
value - allowed object is String

getForeground

public String getForeground()
Gets the value of the foreground property.

Returns:
possible object is String

setForeground

public void setForeground(String value)
Sets the value of the foreground property.

Parameters:
value - allowed object is String


Apache CXF