4.1.0.610 20071213

ch.ecma.csta.binding
Class RouteingServices

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

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

Class RouteingServices.

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

Constructor Summary
RouteingServices()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getReRoute()
          Returns the value of field 'reRoute'.
 java.lang.Boolean getRouteEnd()
          Returns the value of field 'routeEnd'.
 java.lang.Boolean getRouteRegister()
          Returns the value of field 'routeRegister'.
 java.lang.Boolean getRouteRegisterAbort()
          Returns the value of field 'routeRegisterAbort'.
 java.lang.Boolean getRouteRegisterCancel()
          Returns the value of field 'routeRegisterCancel'.
 java.lang.Boolean getRouteReject()
          Returns the value of field 'routeReject'.
 java.lang.Boolean getRouteRequest()
          Returns the value of field 'routeRequest'.
 java.lang.Boolean getRouteSelect()
          Returns the value of field 'routeSelect'.
 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 setReRoute(java.lang.Boolean reRoute)
          Sets the value of field 'reRoute'.
 void setRouteEnd(java.lang.Boolean routeEnd)
          Sets the value of field 'routeEnd'.
 void setRouteRegister(java.lang.Boolean routeRegister)
          Sets the value of field 'routeRegister'.
 void setRouteRegisterAbort(java.lang.Boolean routeRegisterAbort)
          Sets the value of field 'routeRegisterAbort'.
 void setRouteRegisterCancel(java.lang.Boolean routeRegisterCancel)
          Sets the value of field 'routeRegisterCancel'.
 void setRouteReject(java.lang.Boolean routeReject)
          Sets the value of field 'routeReject'.
 void setRouteRequest(java.lang.Boolean routeRequest)
          Sets the value of field 'routeRequest'.
 void setRouteSelect(java.lang.Boolean routeSelect)
          Sets the value of field 'routeSelect'.
 void setRouteUsed(java.lang.Boolean routeUsed)
          Sets the value of field 'routeUsed'.
static RouteingServices unmarshalRouteingServices(java.io.Reader reader)
          Method unmarshalRouteingServices
 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

RouteingServices

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

getReRoute

public java.lang.Boolean getReRoute()
Returns the value of field 'reRoute'.

Returns:
Boolean

getRouteEnd

public java.lang.Boolean getRouteEnd()
Returns the value of field 'routeEnd'.

Returns:
Boolean

getRouteRegister

public java.lang.Boolean getRouteRegister()
Returns the value of field 'routeRegister'.

Returns:
Boolean

getRouteRegisterAbort

public java.lang.Boolean getRouteRegisterAbort()
Returns the value of field 'routeRegisterAbort'.

Returns:
Boolean

getRouteRegisterCancel

public java.lang.Boolean getRouteRegisterCancel()
Returns the value of field 'routeRegisterCancel'.

Returns:
Boolean

getRouteReject

public java.lang.Boolean getRouteReject()
Returns the value of field 'routeReject'.

Returns:
Boolean

getRouteRequest

public java.lang.Boolean getRouteRequest()
Returns the value of field 'routeRequest'.

Returns:
Boolean

getRouteSelect

public java.lang.Boolean getRouteSelect()
Returns the value of field 'routeSelect'.

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

setReRoute

public void setReRoute(java.lang.Boolean reRoute)
Sets the value of field 'reRoute'.

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

setRouteEnd

public void setRouteEnd(java.lang.Boolean routeEnd)
Sets the value of field 'routeEnd'.

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

setRouteRegister

public void setRouteRegister(java.lang.Boolean routeRegister)
Sets the value of field 'routeRegister'.

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

setRouteRegisterAbort

public void setRouteRegisterAbort(java.lang.Boolean routeRegisterAbort)
Sets the value of field 'routeRegisterAbort'.

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

setRouteRegisterCancel

public void setRouteRegisterCancel(java.lang.Boolean routeRegisterCancel)
Sets the value of field 'routeRegisterCancel'.

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

setRouteReject

public void setRouteReject(java.lang.Boolean routeReject)
Sets the value of field 'routeReject'.

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

setRouteRequest

public void setRouteRequest(java.lang.Boolean routeRequest)
Sets the value of field 'routeRequest'.

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

setRouteSelect

public void setRouteSelect(java.lang.Boolean routeSelect)
Sets the value of field 'routeSelect'.

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

setRouteUsed

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

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

unmarshalRouteingServices

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

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