4.1.0.610 20071213

ch.ecma.csta.binding
Class MonitorMediaClass

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.MonitorMediaClass
All Implemented Interfaces:
java.io.Serializable

public class MonitorMediaClass
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

Not supported.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
MonitorMediaClass()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAudio()
          Returns the value of field 'audio'.
 java.lang.Boolean getChat()
          Returns the value of field 'chat'.
 java.lang.Boolean getData()
          Returns the value of field 'data'.
 java.lang.Boolean getEmail()
          Returns the value of field 'email'.
 java.lang.Boolean getIm()
          Returns the value of field 'im'.
 java.lang.Boolean getImage()
          Returns the value of field 'image'.
 java.lang.Boolean getMessage()
          Returns the value of field 'message'.
 java.lang.Boolean getMms()
          Returns the value of field 'mms'.
 java.lang.Boolean getOther()
          Returns the value of field 'other'.
 java.lang.Boolean getSms()
          Returns the value of field 'sms'.
 java.lang.Boolean getVoice()
          Returns the value of field 'voice'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAudio(java.lang.Boolean audio)
          Sets the value of field 'audio'.
 void setChat(java.lang.Boolean chat)
          Sets the value of field 'chat'.
 void setData(java.lang.Boolean data)
          Sets the value of field 'data'.
 void setEmail(java.lang.Boolean email)
          Sets the value of field 'email'.
 void setIm(java.lang.Boolean im)
          Sets the value of field 'im'.
 void setImage(java.lang.Boolean image)
          Sets the value of field 'image'.
 void setMessage(java.lang.Boolean message)
          Sets the value of field 'message'.
 void setMms(java.lang.Boolean mms)
          Sets the value of field 'mms'.
 void setOther(java.lang.Boolean other)
          Sets the value of field 'other'.
 void setSms(java.lang.Boolean sms)
          Sets the value of field 'sms'.
 void setVoice(java.lang.Boolean voice)
          Sets the value of field 'voice'.
static MonitorMediaClass unmarshalMonitorMediaClass(java.io.Reader reader)
          Method unmarshalMonitorMediaClass
 void validate()
          Method validate
 
Methods inherited from class ch.ecma.csta.CastorObject
getOldSessionID, hashCode, setOldSessionID, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorMediaClass

public MonitorMediaClass()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getAudio

public java.lang.Boolean getAudio()
Returns the value of field 'audio'.

Returns:
Boolean

getChat

public java.lang.Boolean getChat()
Returns the value of field 'chat'.

Returns:
Boolean

getData

public java.lang.Boolean getData()
Returns the value of field 'data'.

Returns:
Boolean

getEmail

public java.lang.Boolean getEmail()
Returns the value of field 'email'.

Returns:
Boolean

getIm

public java.lang.Boolean getIm()
Returns the value of field 'im'.

Returns:
Boolean

getImage

public java.lang.Boolean getImage()
Returns the value of field 'image'.

Returns:
Boolean

getMessage

public java.lang.Boolean getMessage()
Returns the value of field 'message'.

Returns:
Boolean

getMms

public java.lang.Boolean getMms()
Returns the value of field 'mms'.

Returns:
Boolean

getOther

public java.lang.Boolean getOther()
Returns the value of field 'other'.

Returns:
Boolean

getSms

public java.lang.Boolean getSms()
Returns the value of field 'sms'.

Returns:
Boolean

getVoice

public java.lang.Boolean getVoice()
Returns the value of field 'voice'.

Returns:
Boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setAudio

public void setAudio(java.lang.Boolean audio)
Sets the value of field 'audio'.

Parameters:
audio - the value of field 'audio'.

setChat

public void setChat(java.lang.Boolean chat)
Sets the value of field 'chat'.

Parameters:
chat - the value of field 'chat'.

setData

public void setData(java.lang.Boolean data)
Sets the value of field 'data'.

Parameters:
data - the value of field 'data'.

setEmail

public void setEmail(java.lang.Boolean email)
Sets the value of field 'email'.

Parameters:
email - the value of field 'email'.

setIm

public void setIm(java.lang.Boolean im)
Sets the value of field 'im'.

Parameters:
im - the value of field 'im'.

setImage

public void setImage(java.lang.Boolean image)
Sets the value of field 'image'.

Parameters:
image - the value of field 'image'.

setMessage

public void setMessage(java.lang.Boolean message)
Sets the value of field 'message'.

Parameters:
message - the value of field 'message'.

setMms

public void setMms(java.lang.Boolean mms)
Sets the value of field 'mms'.

Parameters:
mms - the value of field 'mms'.

setOther

public void setOther(java.lang.Boolean other)
Sets the value of field 'other'.

Parameters:
other - the value of field 'other'.

setSms

public void setSms(java.lang.Boolean sms)
Sets the value of field 'sms'.

Parameters:
sms - the value of field 'sms'.

setVoice

public void setVoice(java.lang.Boolean voice)
Sets the value of field 'voice'.

Parameters:
voice - the value of field 'voice'.

unmarshalMonitorMediaClass

public static MonitorMediaClass unmarshalMonitorMediaClass(java.io.Reader reader)
                                                    throws org.exolab.castor.xml.MarshalException,
                                                           org.exolab.castor.xml.ValidationException
Method unmarshalMonitorMediaClass

Parameters:
reader -
Returns:
MonitorMediaClass
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.