org.apache.cxf.configuration.foo
Class PageColor

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

public class PageColor
extends java.lang.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  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

background

protected java.lang.String background

foreground

protected java.lang.String foreground
Constructor Detail

PageColor

public PageColor()
Method Detail

getBackground

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

Returns:
possible object is String

setBackground

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

Parameters:
value - allowed object is String

getForeground

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

Returns:
possible object is String

setForeground

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

Parameters:
value - allowed object is String


Apache CXF