Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreFontType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.StoreFontType
All Implemented Interfaces:
Serializable

public class StoreFontType
extends Object
implements Serializable

Store font set.

Java class for StoreFontType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StoreFontType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NameFace" type="{urn:ebay:apis:eBLBaseComponents}StoreFontFaceCodeType" minOccurs="0"/>
         <element name="NameSize" type="{urn:ebay:apis:eBLBaseComponents}StoreFontSizeCodeType" minOccurs="0"/>
         <element name="NameColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TitleFace" type="{urn:ebay:apis:eBLBaseComponents}StoreFontFaceCodeType" minOccurs="0"/>
         <element name="TitleSize" type="{urn:ebay:apis:eBLBaseComponents}StoreFontSizeCodeType" minOccurs="0"/>
         <element name="TitleColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DescFace" type="{urn:ebay:apis:eBLBaseComponents}StoreFontFaceCodeType" minOccurs="0"/>
         <element name="DescSize" type="{urn:ebay:apis:eBLBaseComponents}StoreFontSizeCodeType" minOccurs="0"/>
         <element name="DescColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  String descColor
           
protected  StoreFontFaceCodeType descFace
           
protected  StoreFontSizeCodeType descSize
           
protected  String nameColor
           
protected  StoreFontFaceCodeType nameFace
           
protected  StoreFontSizeCodeType nameSize
           
protected  String titleColor
           
protected  StoreFontFaceCodeType titleFace
           
protected  StoreFontSizeCodeType titleSize
           
 
Constructor Summary
StoreFontType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getDescColor()
          Gets the value of the descColor property.
 StoreFontFaceCodeType getDescFace()
          Gets the value of the descFace property.
 StoreFontSizeCodeType getDescSize()
          Gets the value of the descSize property.
 String getNameColor()
          Gets the value of the nameColor property.
 StoreFontFaceCodeType getNameFace()
          Gets the value of the nameFace property.
 StoreFontSizeCodeType getNameSize()
          Gets the value of the nameSize property.
 String getTitleColor()
          Gets the value of the titleColor property.
 StoreFontFaceCodeType getTitleFace()
          Gets the value of the titleFace property.
 StoreFontSizeCodeType getTitleSize()
          Gets the value of the titleSize property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDescColor(String value)
          Sets the value of the descColor property.
 void setDescFace(StoreFontFaceCodeType value)
          Sets the value of the descFace property.
 void setDescSize(StoreFontSizeCodeType value)
          Sets the value of the descSize property.
 void setNameColor(String value)
          Sets the value of the nameColor property.
 void setNameFace(StoreFontFaceCodeType value)
          Sets the value of the nameFace property.
 void setNameSize(StoreFontSizeCodeType value)
          Sets the value of the nameSize property.
 void setTitleColor(String value)
          Sets the value of the titleColor property.
 void setTitleFace(StoreFontFaceCodeType value)
          Sets the value of the titleFace property.
 void setTitleSize(StoreFontSizeCodeType value)
          Sets the value of the titleSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameFace

protected StoreFontFaceCodeType nameFace

nameSize

protected StoreFontSizeCodeType nameSize

nameColor

protected String nameColor

titleFace

protected StoreFontFaceCodeType titleFace

titleSize

protected StoreFontSizeCodeType titleSize

titleColor

protected String titleColor

descFace

protected StoreFontFaceCodeType descFace

descSize

protected StoreFontSizeCodeType descSize

descColor

protected String descColor

any

protected List<Object> any
Constructor Detail

StoreFontType

public StoreFontType()
Method Detail

getNameFace

public StoreFontFaceCodeType getNameFace()
Gets the value of the nameFace property.

Returns:
possible object is StoreFontFaceCodeType

setNameFace

public void setNameFace(StoreFontFaceCodeType value)
Sets the value of the nameFace property.

Parameters:
value - allowed object is StoreFontFaceCodeType

getNameSize

public StoreFontSizeCodeType getNameSize()
Gets the value of the nameSize property.

Returns:
possible object is StoreFontSizeCodeType

setNameSize

public void setNameSize(StoreFontSizeCodeType value)
Sets the value of the nameSize property.

Parameters:
value - allowed object is StoreFontSizeCodeType

getNameColor

public String getNameColor()
Gets the value of the nameColor property.

Returns:
possible object is String

setNameColor

public void setNameColor(String value)
Sets the value of the nameColor property.

Parameters:
value - allowed object is String

getTitleFace

public StoreFontFaceCodeType getTitleFace()
Gets the value of the titleFace property.

Returns:
possible object is StoreFontFaceCodeType

setTitleFace

public void setTitleFace(StoreFontFaceCodeType value)
Sets the value of the titleFace property.

Parameters:
value - allowed object is StoreFontFaceCodeType

getTitleSize

public StoreFontSizeCodeType getTitleSize()
Gets the value of the titleSize property.

Returns:
possible object is StoreFontSizeCodeType

setTitleSize

public void setTitleSize(StoreFontSizeCodeType value)
Sets the value of the titleSize property.

Parameters:
value - allowed object is StoreFontSizeCodeType

getTitleColor

public String getTitleColor()
Gets the value of the titleColor property.

Returns:
possible object is String

setTitleColor

public void setTitleColor(String value)
Sets the value of the titleColor property.

Parameters:
value - allowed object is String

getDescFace

public StoreFontFaceCodeType getDescFace()
Gets the value of the descFace property.

Returns:
possible object is StoreFontFaceCodeType

setDescFace

public void setDescFace(StoreFontFaceCodeType value)
Sets the value of the descFace property.

Parameters:
value - allowed object is StoreFontFaceCodeType

getDescSize

public StoreFontSizeCodeType getDescSize()
Gets the value of the descSize property.

Returns:
possible object is StoreFontSizeCodeType

setDescSize

public void setDescSize(StoreFontSizeCodeType value)
Sets the value of the descSize property.

Parameters:
value - allowed object is StoreFontSizeCodeType

getDescColor

public String getDescColor()
Gets the value of the descColor property.

Returns:
possible object is String

setDescColor

public void setDescColor(String value)
Sets the value of the descColor property.

Parameters:
value - allowed object is String

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.