4.1.0.610 20071213

ch.ecma.csta.binding
Class SendMessageCaps

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

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

Class SendMessageCaps.

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

Constructor Summary
SendMessageCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAccountCode()
          Returns the value of field 'accountCode'.
 java.lang.Boolean getAuthCode()
          Returns the value of field 'authCode'.
 java.lang.Boolean getCallCharacteristics()
          Returns the value of field 'callCharacteristics'.
 java.lang.Boolean getCallCharacteristicsACDCall()
          Returns the value of field 'callCharacteristicsACDCall'.
 java.lang.Boolean getCallCharacteristicsAssistCall()
          Returns the value of field 'callCharacteristicsAssistCall'.
 java.lang.Boolean getCallCharacteristicsConfidentialCall()
          Returns the value of field 'callCharacteristicsConfidentialCall'.
 java.lang.Boolean getCallCharacteristicsDirectAgent()
          Returns the value of field 'callCharacteristicsDirectAgent'.
 java.lang.Boolean getCallCharacteristicsHighPriorityCall()
          Returns the value of field 'callCharacteristicsHighPriorityCall'.
 java.lang.Boolean getCallCharacteristicsLowPriorityCall()
          Returns the value of field 'callCharacteristicsLowPriorityCall'.
 java.lang.Boolean getCallCharacteristicsMaintenanceCall()
          Returns the value of field 'callCharacteristicsMaintenanceCall'.
 java.lang.Boolean getCallCharacteristicsPersonalCall()
          Returns the value of field 'callCharacteristicsPersonalCall'.
 java.lang.Boolean getCallCharacteristicsPriorityCall()
          Returns the value of field 'callCharacteristicsPriorityCall'.
 java.lang.Boolean getCallCharacteristicsPrivateCall()
          Returns the value of field 'callCharacteristicsPrivateCall'.
 java.lang.Boolean getCallCharacteristicsSensitiveCall()
          Returns the value of field 'callCharacteristicsSensitiveCall'.
 java.lang.Boolean getCallCharacteristicsVoiceUnitCall()
          Returns the value of field 'callCharacteristicsVoiceUnitCall'.
 java.lang.Boolean getCorrelatorData()
          Returns the value of field 'correlatorData'.
 java.lang.Boolean getLanguagePreferences()
          Returns the value of field 'languagePreferences'.
 java.lang.Boolean getMediaCallCharacteristics()
          Returns the value of field 'mediaCallCharacteristics'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getSubjectOfCall()
          Returns the value of field 'subjectOfCall'.
 java.lang.Boolean getUserData()
          Returns the value of field 'userData'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAccountCode(java.lang.Boolean accountCode)
          Sets the value of field 'accountCode'.
 void setAuthCode(java.lang.Boolean authCode)
          Sets the value of field 'authCode'.
 void setCallCharacteristics(java.lang.Boolean callCharacteristics)
          Sets the value of field 'callCharacteristics'.
 void setCallCharacteristicsACDCall(java.lang.Boolean callCharacteristicsACDCall)
          Sets the value of field 'callCharacteristicsACDCall'.
 void setCallCharacteristicsAssistCall(java.lang.Boolean callCharacteristicsAssistCall)
          Sets the value of field 'callCharacteristicsAssistCall'.
 void setCallCharacteristicsConfidentialCall(java.lang.Boolean callCharacteristicsConfidentialCall)
          Sets the value of field 'callCharacteristicsConfidentialCall'.
 void setCallCharacteristicsDirectAgent(java.lang.Boolean callCharacteristicsDirectAgent)
          Sets the value of field 'callCharacteristicsDirectAgent'.
 void setCallCharacteristicsHighPriorityCall(java.lang.Boolean callCharacteristicsHighPriorityCall)
          Sets the value of field 'callCharacteristicsHighPriorityCall'.
 void setCallCharacteristicsLowPriorityCall(java.lang.Boolean callCharacteristicsLowPriorityCall)
          Sets the value of field 'callCharacteristicsLowPriorityCall'.
 void setCallCharacteristicsMaintenanceCall(java.lang.Boolean callCharacteristicsMaintenanceCall)
          Sets the value of field 'callCharacteristicsMaintenanceCall'.
 void setCallCharacteristicsPersonalCall(java.lang.Boolean callCharacteristicsPersonalCall)
          Sets the value of field 'callCharacteristicsPersonalCall'.
 void setCallCharacteristicsPriorityCall(java.lang.Boolean callCharacteristicsPriorityCall)
          Sets the value of field 'callCharacteristicsPriorityCall'.
 void setCallCharacteristicsPrivateCall(java.lang.Boolean callCharacteristicsPrivateCall)
          Sets the value of field 'callCharacteristicsPrivateCall'.
 void setCallCharacteristicsSensitiveCall(java.lang.Boolean callCharacteristicsSensitiveCall)
          Sets the value of field 'callCharacteristicsSensitiveCall'.
 void setCallCharacteristicsVoiceUnitCall(java.lang.Boolean callCharacteristicsVoiceUnitCall)
          Sets the value of field 'callCharacteristicsVoiceUnitCall'.
 void setCorrelatorData(java.lang.Boolean correlatorData)
          Sets the value of field 'correlatorData'.
 void setLanguagePreferences(java.lang.Boolean languagePreferences)
          Sets the value of field 'languagePreferences'.
 void setMediaCallCharacteristics(java.lang.Boolean mediaCallCharacteristics)
          Sets the value of field 'mediaCallCharacteristics'.
 void setPrivateData(java.lang.Boolean privateData)
          Sets the value of field 'privateData'.
 void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
          Sets the value of field 'privateDataInAck'.
 void setSubjectOfCall(java.lang.Boolean subjectOfCall)
          Sets the value of field 'subjectOfCall'.
 void setUserData(java.lang.Boolean userData)
          Sets the value of field 'userData'.
static SendMessageCaps unmarshalSendMessageCaps(java.io.Reader reader)
          Method unmarshalSendMessageCaps
 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

SendMessageCaps

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

getAccountCode

public java.lang.Boolean getAccountCode()
Returns the value of field 'accountCode'.

Returns:
Boolean

getAuthCode

public java.lang.Boolean getAuthCode()
Returns the value of field 'authCode'.

Returns:
Boolean

getCallCharacteristics

public java.lang.Boolean getCallCharacteristics()
Returns the value of field 'callCharacteristics'.

Returns:
Boolean

getCallCharacteristicsACDCall

public java.lang.Boolean getCallCharacteristicsACDCall()
Returns the value of field 'callCharacteristicsACDCall'.

Returns:
Boolean

getCallCharacteristicsAssistCall

public java.lang.Boolean getCallCharacteristicsAssistCall()
Returns the value of field 'callCharacteristicsAssistCall'.

Returns:
Boolean

getCallCharacteristicsConfidentialCall

public java.lang.Boolean getCallCharacteristicsConfidentialCall()
Returns the value of field 'callCharacteristicsConfidentialCall'.

Returns:
Boolean

getCallCharacteristicsDirectAgent

public java.lang.Boolean getCallCharacteristicsDirectAgent()
Returns the value of field 'callCharacteristicsDirectAgent'.

Returns:
Boolean

getCallCharacteristicsHighPriorityCall

public java.lang.Boolean getCallCharacteristicsHighPriorityCall()
Returns the value of field 'callCharacteristicsHighPriorityCall'.

Returns:
Boolean

getCallCharacteristicsLowPriorityCall

public java.lang.Boolean getCallCharacteristicsLowPriorityCall()
Returns the value of field 'callCharacteristicsLowPriorityCall'.

Returns:
Boolean

getCallCharacteristicsMaintenanceCall

public java.lang.Boolean getCallCharacteristicsMaintenanceCall()
Returns the value of field 'callCharacteristicsMaintenanceCall'.

Returns:
Boolean

getCallCharacteristicsPersonalCall

public java.lang.Boolean getCallCharacteristicsPersonalCall()
Returns the value of field 'callCharacteristicsPersonalCall'.

Returns:
Boolean

getCallCharacteristicsPriorityCall

public java.lang.Boolean getCallCharacteristicsPriorityCall()
Returns the value of field 'callCharacteristicsPriorityCall'.

Returns:
Boolean

getCallCharacteristicsPrivateCall

public java.lang.Boolean getCallCharacteristicsPrivateCall()
Returns the value of field 'callCharacteristicsPrivateCall'.

Returns:
Boolean

getCallCharacteristicsSensitiveCall

public java.lang.Boolean getCallCharacteristicsSensitiveCall()
Returns the value of field 'callCharacteristicsSensitiveCall'.

Returns:
Boolean

getCallCharacteristicsVoiceUnitCall

public java.lang.Boolean getCallCharacteristicsVoiceUnitCall()
Returns the value of field 'callCharacteristicsVoiceUnitCall'.

Returns:
Boolean

getCorrelatorData

public java.lang.Boolean getCorrelatorData()
Returns the value of field 'correlatorData'.

Returns:
Boolean

getLanguagePreferences

public java.lang.Boolean getLanguagePreferences()
Returns the value of field 'languagePreferences'.

Returns:
Boolean

getMediaCallCharacteristics

public java.lang.Boolean getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'.

Returns:
Boolean

getPrivateData

public java.lang.Boolean getPrivateData()
Returns the value of field 'privateData'.

Returns:
Boolean

getPrivateDataInAck

public java.lang.Boolean getPrivateDataInAck()
Returns the value of field 'privateDataInAck'.

Returns:
Boolean

getSubjectOfCall

public java.lang.Boolean getSubjectOfCall()
Returns the value of field 'subjectOfCall'.

Returns:
Boolean

getUserData

public java.lang.Boolean getUserData()
Returns the value of field 'userData'.

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

setAccountCode

public void setAccountCode(java.lang.Boolean accountCode)
Sets the value of field 'accountCode'.

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

setAuthCode

public void setAuthCode(java.lang.Boolean authCode)
Sets the value of field 'authCode'.

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

setCallCharacteristics

public void setCallCharacteristics(java.lang.Boolean callCharacteristics)
Sets the value of field 'callCharacteristics'.

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

setCallCharacteristicsACDCall

public void setCallCharacteristicsACDCall(java.lang.Boolean callCharacteristicsACDCall)
Sets the value of field 'callCharacteristicsACDCall'.

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

setCallCharacteristicsAssistCall

public void setCallCharacteristicsAssistCall(java.lang.Boolean callCharacteristicsAssistCall)
Sets the value of field 'callCharacteristicsAssistCall'.

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

setCallCharacteristicsConfidentialCall

public void setCallCharacteristicsConfidentialCall(java.lang.Boolean callCharacteristicsConfidentialCall)
Sets the value of field 'callCharacteristicsConfidentialCall'.

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

setCallCharacteristicsDirectAgent

public void setCallCharacteristicsDirectAgent(java.lang.Boolean callCharacteristicsDirectAgent)
Sets the value of field 'callCharacteristicsDirectAgent'.

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

setCallCharacteristicsHighPriorityCall

public void setCallCharacteristicsHighPriorityCall(java.lang.Boolean callCharacteristicsHighPriorityCall)
Sets the value of field 'callCharacteristicsHighPriorityCall'.

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

setCallCharacteristicsLowPriorityCall

public void setCallCharacteristicsLowPriorityCall(java.lang.Boolean callCharacteristicsLowPriorityCall)
Sets the value of field 'callCharacteristicsLowPriorityCall'.

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

setCallCharacteristicsMaintenanceCall

public void setCallCharacteristicsMaintenanceCall(java.lang.Boolean callCharacteristicsMaintenanceCall)
Sets the value of field 'callCharacteristicsMaintenanceCall'.

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

setCallCharacteristicsPersonalCall

public void setCallCharacteristicsPersonalCall(java.lang.Boolean callCharacteristicsPersonalCall)
Sets the value of field 'callCharacteristicsPersonalCall'.

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

setCallCharacteristicsPriorityCall

public void setCallCharacteristicsPriorityCall(java.lang.Boolean callCharacteristicsPriorityCall)
Sets the value of field 'callCharacteristicsPriorityCall'.

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

setCallCharacteristicsPrivateCall

public void setCallCharacteristicsPrivateCall(java.lang.Boolean callCharacteristicsPrivateCall)
Sets the value of field 'callCharacteristicsPrivateCall'.

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

setCallCharacteristicsSensitiveCall

public void setCallCharacteristicsSensitiveCall(java.lang.Boolean callCharacteristicsSensitiveCall)
Sets the value of field 'callCharacteristicsSensitiveCall'.

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

setCallCharacteristicsVoiceUnitCall

public void setCallCharacteristicsVoiceUnitCall(java.lang.Boolean callCharacteristicsVoiceUnitCall)
Sets the value of field 'callCharacteristicsVoiceUnitCall'.

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

setCorrelatorData

public void setCorrelatorData(java.lang.Boolean correlatorData)
Sets the value of field 'correlatorData'.

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

setLanguagePreferences

public void setLanguagePreferences(java.lang.Boolean languagePreferences)
Sets the value of field 'languagePreferences'.

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

setMediaCallCharacteristics

public void setMediaCallCharacteristics(java.lang.Boolean mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'.

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

setPrivateData

public void setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'.

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

setPrivateDataInAck

public void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
Sets the value of field 'privateDataInAck'.

Parameters:
privateDataInAck - the value of field 'privateDataInAck'

setSubjectOfCall

public void setSubjectOfCall(java.lang.Boolean subjectOfCall)
Sets the value of field 'subjectOfCall'.

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

setUserData

public void setUserData(java.lang.Boolean userData)
Sets the value of field 'userData'.

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

unmarshalSendMessageCaps

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

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