org.oasis.wsn
Class Notify

java.lang.Object
  extended byorg.oasis.wsn.Notify
All Implemented Interfaces:
Serializable

public class Notify
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  NotificationMessageHolderType[] notificationMessage
           
private static TypeDesc typeDesc
           
 
Constructor Summary
Notify()
           
Notify(NotificationMessageHolderType[] notificationMessage)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 NotificationMessageHolderType[] getNotificationMessage()
          Gets the notificationMessage value for this Notify.
 NotificationMessageHolderType getNotificationMessage(int i)
           
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setNotificationMessage(int i, NotificationMessageHolderType _value)
           
 void setNotificationMessage(NotificationMessageHolderType[] notificationMessage)
          Sets the notificationMessage value for this Notify.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationMessage

private NotificationMessageHolderType[] notificationMessage

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

Notify

public Notify()

Notify

public Notify(NotificationMessageHolderType[] notificationMessage)
Method Detail

getNotificationMessage

public NotificationMessageHolderType[] getNotificationMessage()
Gets the notificationMessage value for this Notify.

Returns:
notificationMessage

setNotificationMessage

public void setNotificationMessage(NotificationMessageHolderType[] notificationMessage)
Sets the notificationMessage value for this Notify.

Parameters:
notificationMessage -

getNotificationMessage

public NotificationMessageHolderType getNotificationMessage(int i)

setNotificationMessage

public void setNotificationMessage(int i,
                                   NotificationMessageHolderType _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer