org.exoplatform.services.wsrp2.type
Class Event

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.Event
All Implemented Interfaces:
java.io.Serializable

public class Event
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Event()
           
Event(EventPayload payload, Extension[] extensions, javax.xml.namespace.QName name, javax.xml.namespace.QName type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this Event.
 Extension getExtensions(int i)
           
 javax.xml.namespace.QName getName()
          Gets the name value for this Event.
 EventPayload getPayload()
          Gets the payload value for this Event.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 javax.xml.namespace.QName getType()
          Gets the type value for this Event.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this Event.
 void setExtensions(int i, Extension _value)
           
 void setName(javax.xml.namespace.QName name)
          Sets the name value for this Event.
 void setPayload(EventPayload payload)
          Sets the payload value for this Event.
 void setType(javax.xml.namespace.QName type)
          Sets the type value for this Event.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()

Event

public Event(EventPayload payload,
             Extension[] extensions,
             javax.xml.namespace.QName name,
             javax.xml.namespace.QName type)
Method Detail

getPayload

public EventPayload getPayload()
Gets the payload value for this Event.

Returns:
payload

setPayload

public void setPayload(EventPayload payload)
Sets the payload value for this Event.

Parameters:
payload -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this Event.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this Event.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

getName

public javax.xml.namespace.QName getName()
Gets the name value for this Event.

Returns:
name

setName

public void setName(javax.xml.namespace.QName name)
Sets the name value for this Event.

Parameters:
name -

getType

public javax.xml.namespace.QName getType()
Gets the type value for this Event.

Returns:
type

setType

public void setType(javax.xml.namespace.QName type)
Sets the type value for this Event.

Parameters:
type -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.