4.1.0.610 20071213

ch.ecma.csta.binding
Class CallControlEvents

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

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

Not supported.

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

Constructor Summary
CallControlEvents()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getBridged()
          Returns the value of field 'bridged'.
 java.lang.Boolean getCallCleared()
          Returns the value of field 'callCleared'.
 java.lang.Boolean getConferenced()
          Returns the value of field 'conferenced'.
 java.lang.Boolean getConnectionCleared()
          Returns the value of field 'connectionCleared'.
 java.lang.Boolean getDelivered()
          Returns the value of field 'delivered'.
 java.lang.Boolean getDigitsDialed()
          Returns the value of field 'digitsDialed'.
 java.lang.Boolean getDiverted()
          Returns the value of field 'diverted'.
 java.lang.Boolean getEstablished()
          Returns the value of field 'established'.
 java.lang.Boolean getFailed()
          Returns the value of field 'failed'.
 java.lang.Boolean getHeld()
          Returns the value of field 'held'.
 java.lang.Boolean getNetworkCapabilitiesChanged()
          Returns the value of field 'networkCapabilitiesChanged'.
 java.lang.Boolean getNetworkReached()
          Returns the value of field 'networkReached'.
 java.lang.Boolean getOffered()
          Returns the value of field 'offered'.
 java.lang.Boolean getOriginated()
          Returns the value of field 'originated'.
 java.lang.Boolean getQueued()
          Returns the value of field 'queued'.
 java.lang.Boolean getRetrieved()
          Returns the value of field 'retrieved'.
 java.lang.Boolean getServiceInitiated()
          Returns the value of field 'serviceInitiated'.
 java.lang.Boolean getTransferred()
          Returns the value of field 'transferred'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBridged(java.lang.Boolean bridged)
          Sets the value of field 'bridged'.
 void setCallCleared(java.lang.Boolean callCleared)
          Sets the value of field 'callCleared'.
 void setConferenced(java.lang.Boolean conferenced)
          Sets the value of field 'conferenced'.
 void setConnectionCleared(java.lang.Boolean connectionCleared)
          Sets the value of field 'connectionCleared'.
 void setDelivered(java.lang.Boolean delivered)
          Sets the value of field 'delivered'.
 void setDigitsDialed(java.lang.Boolean digitsDialed)
          Sets the value of field 'digitsDialed'.
 void setDiverted(java.lang.Boolean diverted)
          Sets the value of field 'diverted'.
 void setEstablished(java.lang.Boolean established)
          Sets the value of field 'established'.
 void setFailed(java.lang.Boolean failed)
          Sets the value of field 'failed'.
 void setHeld(java.lang.Boolean held)
          Sets the value of field 'held'.
 void setNetworkCapabilitiesChanged(java.lang.Boolean networkCapabilitiesChanged)
          Sets the value of field 'networkCapabilitiesChanged'.
 void setNetworkReached(java.lang.Boolean networkReached)
          Sets the value of field 'networkReached'.
 void setOffered(java.lang.Boolean offered)
          Sets the value of field 'offered'.
 void setOriginated(java.lang.Boolean originated)
          Sets the value of field 'originated'.
 void setQueued(java.lang.Boolean queued)
          Sets the value of field 'queued'.
 void setRetrieved(java.lang.Boolean retrieved)
          Sets the value of field 'retrieved'.
 void setServiceInitiated(java.lang.Boolean serviceInitiated)
          Sets the value of field 'serviceInitiated'.
 void setTransferred(java.lang.Boolean transferred)
          Sets the value of field 'transferred'.
static CallControlEvents unmarshalCallControlEvents(java.io.Reader reader)
          Method unmarshalCallControlEvents
 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

CallControlEvents

public CallControlEvents()
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

getBridged

public java.lang.Boolean getBridged()
Returns the value of field 'bridged'.

Returns:
Boolean

getCallCleared

public java.lang.Boolean getCallCleared()
Returns the value of field 'callCleared'.

Returns:
Boolean

getConferenced

public java.lang.Boolean getConferenced()
Returns the value of field 'conferenced'.

Returns:
Boolean

getConnectionCleared

public java.lang.Boolean getConnectionCleared()
Returns the value of field 'connectionCleared'.

Returns:
Boolean

getDelivered

public java.lang.Boolean getDelivered()
Returns the value of field 'delivered'.

Returns:
Boolean

getDigitsDialed

public java.lang.Boolean getDigitsDialed()
Returns the value of field 'digitsDialed'.

Returns:
Boolean

getDiverted

public java.lang.Boolean getDiverted()
Returns the value of field 'diverted'.

Returns:
Boolean

getEstablished

public java.lang.Boolean getEstablished()
Returns the value of field 'established'.

Returns:
Boolean

getFailed

public java.lang.Boolean getFailed()
Returns the value of field 'failed'.

Returns:
Boolean

getHeld

public java.lang.Boolean getHeld()
Returns the value of field 'held'.

Returns:
Boolean

getNetworkCapabilitiesChanged

public java.lang.Boolean getNetworkCapabilitiesChanged()
Returns the value of field 'networkCapabilitiesChanged'.

Returns:
Boolean

getNetworkReached

public java.lang.Boolean getNetworkReached()
Returns the value of field 'networkReached'.

Returns:
Boolean

getOffered

public java.lang.Boolean getOffered()
Returns the value of field 'offered'.

Returns:
Boolean

getOriginated

public java.lang.Boolean getOriginated()
Returns the value of field 'originated'.

Returns:
Boolean

getQueued

public java.lang.Boolean getQueued()
Returns the value of field 'queued'.

Returns:
Boolean

getRetrieved

public java.lang.Boolean getRetrieved()
Returns the value of field 'retrieved'.

Returns:
Boolean

getServiceInitiated

public java.lang.Boolean getServiceInitiated()
Returns the value of field 'serviceInitiated'.

Returns:
Boolean

getTransferred

public java.lang.Boolean getTransferred()
Returns the value of field 'transferred'.

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

setBridged

public void setBridged(java.lang.Boolean bridged)
Sets the value of field 'bridged'.

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

setCallCleared

public void setCallCleared(java.lang.Boolean callCleared)
Sets the value of field 'callCleared'.

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

setConferenced

public void setConferenced(java.lang.Boolean conferenced)
Sets the value of field 'conferenced'.

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

setConnectionCleared

public void setConnectionCleared(java.lang.Boolean connectionCleared)
Sets the value of field 'connectionCleared'.

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

setDelivered

public void setDelivered(java.lang.Boolean delivered)
Sets the value of field 'delivered'.

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

setDigitsDialed

public void setDigitsDialed(java.lang.Boolean digitsDialed)
Sets the value of field 'digitsDialed'.

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

setDiverted

public void setDiverted(java.lang.Boolean diverted)
Sets the value of field 'diverted'.

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

setEstablished

public void setEstablished(java.lang.Boolean established)
Sets the value of field 'established'.

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

setFailed

public void setFailed(java.lang.Boolean failed)
Sets the value of field 'failed'.

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

setHeld

public void setHeld(java.lang.Boolean held)
Sets the value of field 'held'.

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

setNetworkCapabilitiesChanged

public void setNetworkCapabilitiesChanged(java.lang.Boolean networkCapabilitiesChanged)
Sets the value of field 'networkCapabilitiesChanged'.

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

setNetworkReached

public void setNetworkReached(java.lang.Boolean networkReached)
Sets the value of field 'networkReached'.

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

setOffered

public void setOffered(java.lang.Boolean offered)
Sets the value of field 'offered'.

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

setOriginated

public void setOriginated(java.lang.Boolean originated)
Sets the value of field 'originated'.

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

setQueued

public void setQueued(java.lang.Boolean queued)
Sets the value of field 'queued'.

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

setRetrieved

public void setRetrieved(java.lang.Boolean retrieved)
Sets the value of field 'retrieved'.

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

setServiceInitiated

public void setServiceInitiated(java.lang.Boolean serviceInitiated)
Sets the value of field 'serviceInitiated'.

Parameters:
serviceInitiated - the value of field 'serviceInitiated'

setTransferred

public void setTransferred(java.lang.Boolean transferred)
Sets the value of field 'transferred'.

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

unmarshalCallControlEvents

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

Parameters:
reader -
Returns:
CallControlEvents
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.