|
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.ContactHoursDetailsType
public class ContactHoursDetailsType
Type defining the ContactHoursDetails container, which is used in Add/Revise/Relist calls to provide contact hours for the owner of a Classified Ad. The ContactHoursDetails container is only applicable to Classified Ad listings.
Java class for ContactHoursDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactHoursDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimeZoneID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Hours1Days" type="{urn:ebay:apis:eBLBaseComponents}DaysCodeType" minOccurs="0"/> <element name="Hours1AnyTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Hours1From" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="Hours1To" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="Hours2Days" type="{urn:ebay:apis:eBLBaseComponents}DaysCodeType" minOccurs="0"/> <element name="Hours2AnyTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Hours2From" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="Hours2To" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected Boolean |
hours1AnyTime
|
protected DaysCodeType |
hours1Days
|
protected XMLGregorianCalendar |
hours1From
|
protected XMLGregorianCalendar |
hours1To
|
protected Boolean |
hours2AnyTime
|
protected DaysCodeType |
hours2Days
|
protected XMLGregorianCalendar |
hours2From
|
protected XMLGregorianCalendar |
hours2To
|
protected String |
timeZoneID
|
Constructor Summary | |
---|---|
ContactHoursDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
DaysCodeType |
getHours1Days()
Gets the value of the hours1Days property. |
XMLGregorianCalendar |
getHours1From()
Gets the value of the hours1From property. |
XMLGregorianCalendar |
getHours1To()
Gets the value of the hours1To property. |
DaysCodeType |
getHours2Days()
Gets the value of the hours2Days property. |
XMLGregorianCalendar |
getHours2From()
Gets the value of the hours2From property. |
XMLGregorianCalendar |
getHours2To()
Gets the value of the hours2To property. |
String |
getTimeZoneID()
Gets the value of the timeZoneID property. |
Boolean |
isHours1AnyTime()
Gets the value of the hours1AnyTime property. |
Boolean |
isHours2AnyTime()
Gets the value of the hours2AnyTime property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setHours1AnyTime(Boolean value)
Sets the value of the hours1AnyTime property. |
void |
setHours1Days(DaysCodeType value)
Sets the value of the hours1Days property. |
void |
setHours1From(XMLGregorianCalendar value)
Sets the value of the hours1From property. |
void |
setHours1To(XMLGregorianCalendar value)
Sets the value of the hours1To property. |
void |
setHours2AnyTime(Boolean value)
Sets the value of the hours2AnyTime property. |
void |
setHours2Days(DaysCodeType value)
Sets the value of the hours2Days property. |
void |
setHours2From(XMLGregorianCalendar value)
Sets the value of the hours2From property. |
void |
setHours2To(XMLGregorianCalendar value)
Sets the value of the hours2To property. |
void |
setTimeZoneID(String value)
Sets the value of the timeZoneID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String timeZoneID
protected DaysCodeType hours1Days
protected Boolean hours1AnyTime
protected XMLGregorianCalendar hours1From
protected XMLGregorianCalendar hours1To
protected DaysCodeType hours2Days
protected Boolean hours2AnyTime
protected XMLGregorianCalendar hours2From
protected XMLGregorianCalendar hours2To
protected List<Object> any
Constructor Detail |
---|
public ContactHoursDetailsType()
Method Detail |
---|
public String getTimeZoneID()
String
public void setTimeZoneID(String value)
value
- allowed object is
String
public DaysCodeType getHours1Days()
DaysCodeType
public void setHours1Days(DaysCodeType value)
value
- allowed object is
DaysCodeType
public Boolean isHours1AnyTime()
Boolean
public void setHours1AnyTime(Boolean value)
value
- allowed object is
Boolean
public XMLGregorianCalendar getHours1From()
XMLGregorianCalendar
public void setHours1From(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getHours1To()
XMLGregorianCalendar
public void setHours1To(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public DaysCodeType getHours2Days()
DaysCodeType
public void setHours2Days(DaysCodeType value)
value
- allowed object is
DaysCodeType
public Boolean isHours2AnyTime()
Boolean
public void setHours2AnyTime(Boolean value)
value
- allowed object is
Boolean
public XMLGregorianCalendar getHours2From()
XMLGregorianCalendar
public void setHours2From(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getHours2To()
XMLGregorianCalendar
public void setHours2To(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
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.