4.1.0.610 20071213

ch.ecma.csta.binding
Class RouteSelectCaps

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

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

Class RouteSelectCaps.

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

Constructor Summary
RouteSelectCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAlternateRoutes()
          Returns the value of field 'alternateRoutes'.
 java.lang.Boolean getCorrelatorData()
          Returns the value of field 'correlatorData'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getRemainRetriesNoCountAvailable()
          Returns the value of field 'remainRetriesNoCountAvailable'.
 java.lang.Boolean getRemainRetriesNoListAvailable()
          Returns the value of field 'remainRetriesNoListAvailable'.
 java.lang.Boolean getRemainRetriesRetryCount()
          Returns the value of field 'remainRetriesRetryCount'.
 java.lang.Boolean getRouteUsed()
          Returns the value of field 'routeUsed'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAlternateRoutes(java.lang.Boolean alternateRoutes)
          Sets the value of field 'alternateRoutes'.
 void setCorrelatorData(java.lang.Boolean correlatorData)
          Sets the value of field 'correlatorData'.
 void setPrivateData(java.lang.Boolean privateData)
          Sets the value of field 'privateData'.
 void setRemainRetriesNoCountAvailable(java.lang.Boolean remainRetriesNoCountAvailable)
          Sets the value of field 'remainRetriesNoCountAvailable'.
 void setRemainRetriesNoListAvailable(java.lang.Boolean remainRetriesNoListAvailable)
          Sets the value of field 'remainRetriesNoListAvailable'.
 void setRemainRetriesRetryCount(java.lang.Boolean remainRetriesRetryCount)
          Sets the value of field 'remainRetriesRetryCount'.
 void setRouteUsed(java.lang.Boolean routeUsed)
          Sets the value of field 'routeUsed'.
static RouteSelectCaps unmarshalRouteSelectCaps(java.io.Reader reader)
          Method unmarshalRouteSelectCaps
 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

RouteSelectCaps

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

getAlternateRoutes

public java.lang.Boolean getAlternateRoutes()
Returns the value of field 'alternateRoutes'.

Returns:
Boolean

getCorrelatorData

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

Returns:
Boolean

getPrivateData

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

Returns:
Boolean

getRemainRetriesNoCountAvailable

public java.lang.Boolean getRemainRetriesNoCountAvailable()
Returns the value of field 'remainRetriesNoCountAvailable'.

Returns:
Boolean

getRemainRetriesNoListAvailable

public java.lang.Boolean getRemainRetriesNoListAvailable()
Returns the value of field 'remainRetriesNoListAvailable'.

Returns:
Boolean

getRemainRetriesRetryCount

public java.lang.Boolean getRemainRetriesRetryCount()
Returns the value of field 'remainRetriesRetryCount'.

Returns:
Boolean

getRouteUsed

public java.lang.Boolean getRouteUsed()
Returns the value of field 'routeUsed'.

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

setAlternateRoutes

public void setAlternateRoutes(java.lang.Boolean alternateRoutes)
Sets the value of field 'alternateRoutes'.

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

setCorrelatorData

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

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

setPrivateData

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

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

setRemainRetriesNoCountAvailable

public void setRemainRetriesNoCountAvailable(java.lang.Boolean remainRetriesNoCountAvailable)
Sets the value of field 'remainRetriesNoCountAvailable'.

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

setRemainRetriesNoListAvailable

public void setRemainRetriesNoListAvailable(java.lang.Boolean remainRetriesNoListAvailable)
Sets the value of field 'remainRetriesNoListAvailable'.

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

setRemainRetriesRetryCount

public void setRemainRetriesRetryCount(java.lang.Boolean remainRetriesRetryCount)
Sets the value of field 'remainRetriesRetryCount'.

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

setRouteUsed

public void setRouteUsed(java.lang.Boolean routeUsed)
Sets the value of field 'routeUsed'.

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

unmarshalRouteSelectCaps

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

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