Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AnnouncementMessageType

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

public class AnnouncementMessageType
extends Object
implements Serializable

Event messaging details

See Also:
Serialized Form

Constructor Summary
AnnouncementMessageType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AnnouncementMessageType.
 Calendar getAnnouncementStartTime()
          Gets the announcementStartTime value for this AnnouncementMessageType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getEventTime()
          Gets the eventTime value for this AnnouncementMessageType.
 AnnouncementMessageCodeType getMessageType()
          Gets the messageType value for this AnnouncementMessageType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AnnouncementMessageType.
 void setAnnouncementStartTime(Calendar announcementStartTime)
          Sets the announcementStartTime value for this AnnouncementMessageType.
 void setEventTime(Calendar eventTime)
          Sets the eventTime value for this AnnouncementMessageType.
 void setMessageType(AnnouncementMessageCodeType messageType)
          Sets the messageType value for this AnnouncementMessageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementMessageType

public AnnouncementMessageType()
Method Detail

getAnnouncementStartTime

public Calendar getAnnouncementStartTime()
Gets the announcementStartTime value for this AnnouncementMessageType.

Returns:
announcementStartTime

setAnnouncementStartTime

public void setAnnouncementStartTime(Calendar announcementStartTime)
Sets the announcementStartTime value for this AnnouncementMessageType.

Parameters:
announcementStartTime -

getEventTime

public Calendar getEventTime()
Gets the eventTime value for this AnnouncementMessageType.

Returns:
eventTime

setEventTime

public void setEventTime(Calendar eventTime)
Sets the eventTime value for this AnnouncementMessageType.

Parameters:
eventTime -

getMessageType

public AnnouncementMessageCodeType getMessageType()
Gets the messageType value for this AnnouncementMessageType.

Returns:
messageType Part of the mechanism for eBay to control which announcement messages are to be made available to the user.

setMessageType

public void setMessageType(AnnouncementMessageCodeType messageType)
Sets the messageType value for this AnnouncementMessageType.

Parameters:
messageType - Part of the mechanism for eBay to control which announcement messages are to be made available to the user.

get_any

public MessageElement[] get_any()
Gets the _any value for this AnnouncementMessageType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AnnouncementMessageType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.