|
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.SellingManagerEmailLogType
public class SellingManagerEmailLogType
Contains list of Email log.
Java class for SellingManagerEmailLogType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerEmailLogType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EmailType" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerEmailTypeCodeType" minOccurs="0"/> <element name="CustomEmailName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EmailState" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerEmailSentStatusCodeType" minOccurs="0"/> <element name="EventTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
customEmailName
|
protected SellingManagerEmailSentStatusCodeType |
emailState
|
protected SellingManagerEmailTypeCodeType |
emailType
|
protected Calendar |
eventTime
|
Constructor Summary | |
---|---|
SellingManagerEmailLogType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCustomEmailName()
Gets the value of the customEmailName property. |
SellingManagerEmailSentStatusCodeType |
getEmailState()
Gets the value of the emailState property. |
SellingManagerEmailTypeCodeType |
getEmailType()
Gets the value of the emailType property. |
Calendar |
getEventTime()
Gets the value of the eventTime property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCustomEmailName(String value)
Sets the value of the customEmailName property. |
void |
setEmailState(SellingManagerEmailSentStatusCodeType value)
Sets the value of the emailState property. |
void |
setEmailType(SellingManagerEmailTypeCodeType value)
Sets the value of the emailType property. |
void |
setEventTime(Calendar value)
Sets the value of the eventTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SellingManagerEmailTypeCodeType emailType
protected String customEmailName
protected SellingManagerEmailSentStatusCodeType emailState
protected Calendar eventTime
protected List<Object> any
Constructor Detail |
---|
public SellingManagerEmailLogType()
Method Detail |
---|
public SellingManagerEmailTypeCodeType getEmailType()
SellingManagerEmailTypeCodeType
public void setEmailType(SellingManagerEmailTypeCodeType value)
value
- allowed object is
SellingManagerEmailTypeCodeType
public String getCustomEmailName()
String
public void setCustomEmailName(String value)
value
- allowed object is
String
public SellingManagerEmailSentStatusCodeType getEmailState()
SellingManagerEmailSentStatusCodeType
public void setEmailState(SellingManagerEmailSentStatusCodeType value)
value
- allowed object is
SellingManagerEmailSentStatusCodeType
public Calendar getEventTime()
String
public void setEventTime(Calendar 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.