|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.StoreFontType
public class StoreFontType
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>
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 |
---|
protected StoreFontFaceCodeType nameFace
protected StoreFontSizeCodeType nameSize
protected String nameColor
protected StoreFontFaceCodeType titleFace
protected StoreFontSizeCodeType titleSize
protected String titleColor
protected StoreFontFaceCodeType descFace
protected StoreFontSizeCodeType descSize
protected String descColor
protected List<Object> any
Constructor Detail |
---|
public StoreFontType()
Method Detail |
---|
public StoreFontFaceCodeType getNameFace()
StoreFontFaceCodeType
public void setNameFace(StoreFontFaceCodeType value)
value
- allowed object is
StoreFontFaceCodeType
public StoreFontSizeCodeType getNameSize()
StoreFontSizeCodeType
public void setNameSize(StoreFontSizeCodeType value)
value
- allowed object is
StoreFontSizeCodeType
public String getNameColor()
String
public void setNameColor(String value)
value
- allowed object is
String
public StoreFontFaceCodeType getTitleFace()
StoreFontFaceCodeType
public void setTitleFace(StoreFontFaceCodeType value)
value
- allowed object is
StoreFontFaceCodeType
public StoreFontSizeCodeType getTitleSize()
StoreFontSizeCodeType
public void setTitleSize(StoreFontSizeCodeType value)
value
- allowed object is
StoreFontSizeCodeType
public String getTitleColor()
String
public void setTitleColor(String value)
value
- allowed object is
String
public StoreFontFaceCodeType getDescFace()
StoreFontFaceCodeType
public void setDescFace(StoreFontFaceCodeType value)
value
- allowed object is
StoreFontFaceCodeType
public StoreFontSizeCodeType getDescSize()
StoreFontSizeCodeType
public void setDescSize(StoreFontSizeCodeType value)
value
- allowed object is
StoreFontSizeCodeType
public String getDescColor()
String
public void setDescColor(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.