4.1.0.610 20071213

ch.ecma.csta.binding
Class MaxLengthParameters

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

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

Class MaxLengthParameters.

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

Constructor Summary
MaxLengthParameters()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Long getAccountInfo()
          Returns the value of field 'accountInfo'.
 java.lang.Long getAgentID()
          Returns the value of field 'agentID'.
 java.lang.Long getAgentPassword()
          Returns the value of field 'agentPassword'.
 java.lang.Long getAuthCode()
          Returns the value of field 'authCode'.
 java.lang.Long getButtonLabel()
          Returns the value of field 'buttonLabel'.
 java.lang.Long getCallIDInConnectionID()
          Returns the value of field 'callIDInConnectionID'.
 java.lang.Short getCharactersToSend()
          Returns the value of field 'charactersToSend'.
 java.lang.Long getCorrelatorData()
          Returns the value of field 'correlatorData'.
 java.lang.Long getDeviceIdentifiers()
          Returns the value of field 'deviceIdentifiers'.
 java.lang.Long getLampLabel()
          Returns the value of field 'lampLabel'.
 java.lang.Long getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Long 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 setAccountInfo(java.lang.Long accountInfo)
          Sets the value of field 'accountInfo'.
 void setAgentID(java.lang.Long agentID)
          Sets the value of field 'agentID'.
 void setAgentPassword(java.lang.Long agentPassword)
          Sets the value of field 'agentPassword'.
 void setAuthCode(java.lang.Long authCode)
          Sets the value of field 'authCode'.
 void setButtonLabel(java.lang.Long buttonLabel)
          Sets the value of field 'buttonLabel'.
 void setCallIDInConnectionID(java.lang.Long callIDInConnectionID)
          Sets the value of field 'callIDInConnectionID'.
 void setCharactersToSend(java.lang.Short charactersToSend)
          Sets the value of field 'charactersToSend'.
 void setCorrelatorData(java.lang.Long correlatorData)
          Sets the value of field 'correlatorData'.
 void setDeviceIdentifiers(java.lang.Long deviceIdentifiers)
          Sets the value of field 'deviceIdentifiers'.
 void setLampLabel(java.lang.Long lampLabel)
          Sets the value of field 'lampLabel'.
 void setPrivateData(java.lang.Long privateData)
          Sets the value of field 'privateData'.
 void setUserData(java.lang.Long userData)
          Sets the value of field 'userData'.
static MaxLengthParameters unmarshalMaxLengthParameters(java.io.Reader reader)
          Method unmarshalMaxLengthParameters
 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

MaxLengthParameters

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

getAccountInfo

public java.lang.Long getAccountInfo()
Returns the value of field 'accountInfo'.

Returns:
Long

getAgentID

public java.lang.Long getAgentID()
Returns the value of field 'agentID'.

Returns:
Long

getAgentPassword

public java.lang.Long getAgentPassword()
Returns the value of field 'agentPassword'.

Returns:
Long

getAuthCode

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

Returns:
Long

getButtonLabel

public java.lang.Long getButtonLabel()
Returns the value of field 'buttonLabel'.

Returns:
Long

getCallIDInConnectionID

public java.lang.Long getCallIDInConnectionID()
Returns the value of field 'callIDInConnectionID'.

Returns:
Long

getCharactersToSend

public java.lang.Short getCharactersToSend()
Returns the value of field 'charactersToSend'.

Returns:
Short

getCorrelatorData

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

Returns:
Long

getDeviceIdentifiers

public java.lang.Long getDeviceIdentifiers()
Returns the value of field 'deviceIdentifiers'.

Returns:
Long

getLampLabel

public java.lang.Long getLampLabel()
Returns the value of field 'lampLabel'.

Returns:
Long

getPrivateData

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

Returns:
Long

getUserData

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

Returns:
Long

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

setAccountInfo

public void setAccountInfo(java.lang.Long accountInfo)
Sets the value of field 'accountInfo'.

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

setAgentID

public void setAgentID(java.lang.Long agentID)
Sets the value of field 'agentID'.

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

setAgentPassword

public void setAgentPassword(java.lang.Long agentPassword)
Sets the value of field 'agentPassword'.

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

setAuthCode

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

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

setButtonLabel

public void setButtonLabel(java.lang.Long buttonLabel)
Sets the value of field 'buttonLabel'.

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

setCallIDInConnectionID

public void setCallIDInConnectionID(java.lang.Long callIDInConnectionID)
Sets the value of field 'callIDInConnectionID'.

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

setCharactersToSend

public void setCharactersToSend(java.lang.Short charactersToSend)
Sets the value of field 'charactersToSend'.

Parameters:
charactersToSend - the value of field 'charactersToSend'

setCorrelatorData

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

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

setDeviceIdentifiers

public void setDeviceIdentifiers(java.lang.Long deviceIdentifiers)
Sets the value of field 'deviceIdentifiers'.

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

setLampLabel

public void setLampLabel(java.lang.Long lampLabel)
Sets the value of field 'lampLabel'.

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

setPrivateData

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

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

setUserData

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

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

unmarshalMaxLengthParameters

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

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