4.1.0.610 20071213

ch.ecma.csta.binding
Class CapExchangeServList

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

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

Class CapExchangeServList.

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

Constructor Summary
CapExchangeServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 GetCSTAFeaturesCaps getGetCSTAFeatures()
          Returns the value of field 'getCSTAFeatures'.
 GetLogicalDeviceInformationCaps getGetLogicalDeviceInformation()
          Returns the value of field 'getLogicalDeviceInformation'.
 GetPhysicalDeviceInformationCaps getGetPhysicalDeviceInformation()
          Returns the value of field 'getPhysicalDeviceInformation'.
 GetSwitchingFunctionCapabilitiesCaps getGetSwitchingFunctionCaps()
          Returns the value of field 'getSwitchingFunctionCaps'.
 GetSwitchingFunctionDevicesCaps getGetSwitchingFunctionDevices()
          Returns the value of field 'getSwitchingFunctionDevices'.
 SwitchingFunctionDevicesCaps getSwitchingFunctionDevices()
          Returns the value of field 'switchingFunctionDevices'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setGetCSTAFeatures(GetCSTAFeaturesCaps getCSTAFeatures)
          Sets the value of field 'getCSTAFeatures'.
 void setGetLogicalDeviceInformation(GetLogicalDeviceInformationCaps getLogicalDeviceInformation)
          Sets the value of field 'getLogicalDeviceInformation'.
 void setGetPhysicalDeviceInformation(GetPhysicalDeviceInformationCaps getPhysicalDeviceInformation)
          Sets the value of field 'getPhysicalDeviceInformation'.
 void setGetSwitchingFunctionCaps(GetSwitchingFunctionCapabilitiesCaps getSwitchingFunctionCaps)
          Sets the value of field 'getSwitchingFunctionCaps'.
 void setGetSwitchingFunctionDevices(GetSwitchingFunctionDevicesCaps getSwitchingFunctionDevices)
          Sets the value of field 'getSwitchingFunctionDevices'.
 void setSwitchingFunctionDevices(SwitchingFunctionDevicesCaps switchingFunctionDevices)
          Sets the value of field 'switchingFunctionDevices'.
static CapExchangeServList unmarshalCapExchangeServList(java.io.Reader reader)
          Method unmarshalCapExchangeServList
 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

CapExchangeServList

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

getGetCSTAFeatures

public GetCSTAFeaturesCaps getGetCSTAFeatures()
Returns the value of field 'getCSTAFeatures'.

Returns:
GetCSTAFeaturesCaps

getGetLogicalDeviceInformation

public GetLogicalDeviceInformationCaps getGetLogicalDeviceInformation()
Returns the value of field 'getLogicalDeviceInformation'.

Returns:
GetLogicalDeviceInformationCaps

getGetPhysicalDeviceInformation

public GetPhysicalDeviceInformationCaps getGetPhysicalDeviceInformation()
Returns the value of field 'getPhysicalDeviceInformation'.

Returns:
GetPhysicalDeviceInformationCaps

getGetSwitchingFunctionCaps

public GetSwitchingFunctionCapabilitiesCaps getGetSwitchingFunctionCaps()
Returns the value of field 'getSwitchingFunctionCaps'.

Returns:
GetSwitchingFunctionCapabilitiesCaps

getGetSwitchingFunctionDevices

public GetSwitchingFunctionDevicesCaps getGetSwitchingFunctionDevices()
Returns the value of field 'getSwitchingFunctionDevices'.

Returns:
GetSwitchingFunctionDevicesCaps

getSwitchingFunctionDevices

public SwitchingFunctionDevicesCaps getSwitchingFunctionDevices()
Returns the value of field 'switchingFunctionDevices'.

Returns:
SwitchingFunctionDevicesCaps

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

setGetCSTAFeatures

public void setGetCSTAFeatures(GetCSTAFeaturesCaps getCSTAFeatures)
Sets the value of field 'getCSTAFeatures'.

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

setGetLogicalDeviceInformation

public void setGetLogicalDeviceInformation(GetLogicalDeviceInformationCaps getLogicalDeviceInformation)
Sets the value of field 'getLogicalDeviceInformation'.

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

setGetPhysicalDeviceInformation

public void setGetPhysicalDeviceInformation(GetPhysicalDeviceInformationCaps getPhysicalDeviceInformation)
Sets the value of field 'getPhysicalDeviceInformation'.

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

setGetSwitchingFunctionCaps

public void setGetSwitchingFunctionCaps(GetSwitchingFunctionCapabilitiesCaps getSwitchingFunctionCaps)
Sets the value of field 'getSwitchingFunctionCaps'.

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

setGetSwitchingFunctionDevices

public void setGetSwitchingFunctionDevices(GetSwitchingFunctionDevicesCaps getSwitchingFunctionDevices)
Sets the value of field 'getSwitchingFunctionDevices'.

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

setSwitchingFunctionDevices

public void setSwitchingFunctionDevices(SwitchingFunctionDevicesCaps switchingFunctionDevices)
Sets the value of field 'switchingFunctionDevices'.

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

unmarshalCapExchangeServList

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

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