4.1.0.610 20071213

ch.ecma.csta.binding
Class GetPhysicalDeviceInformationResponse

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

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

Class GetPhysicalDeviceInformationResponse.

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

Constructor Summary
GetPhysicalDeviceInformationResponse()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 MonitorFilter getCallOnConnectionMonitorFilter()
          Returns the value of field 'callOnConnectionMonitorFilter'.
 MonitorFilter getCallOnDeviceMonitorFilter()
          Returns the value of field 'callOnDeviceMonitorFilter'.
 DeviceCategory getDeviceCategory()
          Returns the value of field 'deviceCategory'.
 java.lang.String getDeviceModelName()
          Returns the value of field 'deviceModelName'.
 MonitorFilter getDeviceOnConnectionMonitorFilter()
          Returns the value of field 'deviceOnConnectionMonitorFilter'.
 MonitorFilter getDeviceOnDeviceMonitorFilter()
          Returns the value of field 'deviceOnDeviceMonitorFilter'.
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 GroupDeviceAttributes getGroupDeviceAttributes()
          Returns the value of field 'groupDeviceAttributes'.
 java.lang.Boolean getHasLogicalElement()
          Returns the value of field 'hasLogicalElement'.
 java.lang.Long getMaxButtons()
          Returns the value of field 'maxButtons'.
 java.lang.Long getMaxDisplays()
          Returns the value of field 'maxDisplays'.
 java.lang.Long getMaxLamps()
          Returns the value of field 'maxLamps'.
 java.lang.Long getMaxRingPatterns()
          Returns the value of field 'maxRingPatterns'.
 NamedDeviceTypes getNamedDeviceTypes()
          Returns the value of field 'namedDeviceTypes'.
 OtherLogicalDeviceList getOtherLogicalDeviceList()
          Returns the value of field 'otherLogicalDeviceList'.
 PhysDevEvtsList getPhysDevEvtsList()
          Returns the value of field 'physDevEvtsList'.
 PhysDevServList getPhysDevServList()
          Returns the value of field 'physDevServList'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setCallOnConnectionMonitorFilter(MonitorFilter callOnConnectionMonitorFilter)
          Sets the value of field 'callOnConnectionMonitorFilter'.
 void setCallOnDeviceMonitorFilter(MonitorFilter callOnDeviceMonitorFilter)
          Sets the value of field 'callOnDeviceMonitorFilter'.
 void setDeviceCategory(DeviceCategory deviceCategory)
          Sets the value of field 'deviceCategory'.
 void setDeviceModelName(java.lang.String deviceModelName)
          Sets the value of field 'deviceModelName'.
 void setDeviceOnConnectionMonitorFilter(MonitorFilter deviceOnConnectionMonitorFilter)
          Sets the value of field 'deviceOnConnectionMonitorFilter'.
 void setDeviceOnDeviceMonitorFilter(MonitorFilter deviceOnDeviceMonitorFilter)
          Sets the value of field 'deviceOnDeviceMonitorFilter'.
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setGroupDeviceAttributes(GroupDeviceAttributes groupDeviceAttributes)
          Sets the value of field 'groupDeviceAttributes'.
 void setHasLogicalElement(java.lang.Boolean hasLogicalElement)
          Sets the value of field 'hasLogicalElement'.
 void setMaxButtons(java.lang.Long maxButtons)
          Sets the value of field 'maxButtons'.
 void setMaxDisplays(java.lang.Long maxDisplays)
          Sets the value of field 'maxDisplays'.
 void setMaxLamps(java.lang.Long maxLamps)
          Sets the value of field 'maxLamps'.
 void setMaxRingPatterns(java.lang.Long maxRingPatterns)
          Sets the value of field 'maxRingPatterns'.
 void setNamedDeviceTypes(NamedDeviceTypes namedDeviceTypes)
          Sets the value of field 'namedDeviceTypes'.
 void setOtherLogicalDeviceList(OtherLogicalDeviceList otherLogicalDeviceList)
          Sets the value of field 'otherLogicalDeviceList'.
 void setPhysDevEvtsList(PhysDevEvtsList physDevEvtsList)
          Sets the value of field 'physDevEvtsList'.
 void setPhysDevServList(PhysDevServList physDevServList)
          Sets the value of field 'physDevServList'.
static GetPhysicalDeviceInformationResponse unmarshalGetPhysicalDeviceInformationResponse(java.io.Reader reader)
          Method unmarshalGetPhysicalDeviceInformationResponse
 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

GetPhysicalDeviceInformationResponse

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

getCallOnConnectionMonitorFilter

public MonitorFilter getCallOnConnectionMonitorFilter()
Returns the value of field 'callOnConnectionMonitorFilter'.

Returns:
MonitorFilter

getCallOnDeviceMonitorFilter

public MonitorFilter getCallOnDeviceMonitorFilter()
Returns the value of field 'callOnDeviceMonitorFilter'.

Returns:
MonitorFilter

getDeviceCategory

public DeviceCategory getDeviceCategory()
Returns the value of field 'deviceCategory'.

Returns:
DeviceCategory

getDeviceModelName

public java.lang.String getDeviceModelName()
Returns the value of field 'deviceModelName'.

Returns:
String

getDeviceOnConnectionMonitorFilter

public MonitorFilter getDeviceOnConnectionMonitorFilter()
Returns the value of field 'deviceOnConnectionMonitorFilter'.

Returns:
MonitorFilter

getDeviceOnDeviceMonitorFilter

public MonitorFilter getDeviceOnDeviceMonitorFilter()
Returns the value of field 'deviceOnDeviceMonitorFilter'.

Returns:
MonitorFilter

getExtensions

public CSTACommonArguments getExtensions()
Returns the value of field 'extensions'.

Returns:
CSTACommonArguments

getGroupDeviceAttributes

public GroupDeviceAttributes getGroupDeviceAttributes()
Returns the value of field 'groupDeviceAttributes'.

Returns:
GroupDeviceAttributes

getHasLogicalElement

public java.lang.Boolean getHasLogicalElement()
Returns the value of field 'hasLogicalElement'.

Returns:
Boolean

getMaxButtons

public java.lang.Long getMaxButtons()
Returns the value of field 'maxButtons'.

Returns:
Long

getMaxDisplays

public java.lang.Long getMaxDisplays()
Returns the value of field 'maxDisplays'.

Returns:
Long

getMaxLamps

public java.lang.Long getMaxLamps()
Returns the value of field 'maxLamps'.

Returns:
Long

getMaxRingPatterns

public java.lang.Long getMaxRingPatterns()
Returns the value of field 'maxRingPatterns'.

Returns:
Long

getNamedDeviceTypes

public NamedDeviceTypes getNamedDeviceTypes()
Returns the value of field 'namedDeviceTypes'.

Returns:
NamedDeviceTypes

getOtherLogicalDeviceList

public OtherLogicalDeviceList getOtherLogicalDeviceList()
Returns the value of field 'otherLogicalDeviceList'.

Returns:
OtherLogicalDeviceList

getPhysDevEvtsList

public PhysDevEvtsList getPhysDevEvtsList()
Returns the value of field 'physDevEvtsList'.

Returns:
PhysDevEvtsList

getPhysDevServList

public PhysDevServList getPhysDevServList()
Returns the value of field 'physDevServList'.

Returns:
PhysDevServList

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

setCallOnConnectionMonitorFilter

public void setCallOnConnectionMonitorFilter(MonitorFilter callOnConnectionMonitorFilter)
Sets the value of field 'callOnConnectionMonitorFilter'.

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

setCallOnDeviceMonitorFilter

public void setCallOnDeviceMonitorFilter(MonitorFilter callOnDeviceMonitorFilter)
Sets the value of field 'callOnDeviceMonitorFilter'.

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

setDeviceCategory

public void setDeviceCategory(DeviceCategory deviceCategory)
Sets the value of field 'deviceCategory'.

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

setDeviceModelName

public void setDeviceModelName(java.lang.String deviceModelName)
Sets the value of field 'deviceModelName'.

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

setDeviceOnConnectionMonitorFilter

public void setDeviceOnConnectionMonitorFilter(MonitorFilter deviceOnConnectionMonitorFilter)
Sets the value of field 'deviceOnConnectionMonitorFilter'.

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

setDeviceOnDeviceMonitorFilter

public void setDeviceOnDeviceMonitorFilter(MonitorFilter deviceOnDeviceMonitorFilter)
Sets the value of field 'deviceOnDeviceMonitorFilter'.

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

setExtensions

public void setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'.

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

setGroupDeviceAttributes

public void setGroupDeviceAttributes(GroupDeviceAttributes groupDeviceAttributes)
Sets the value of field 'groupDeviceAttributes'.

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

setHasLogicalElement

public void setHasLogicalElement(java.lang.Boolean hasLogicalElement)
Sets the value of field 'hasLogicalElement'.

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

setMaxButtons

public void setMaxButtons(java.lang.Long maxButtons)
Sets the value of field 'maxButtons'.

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

setMaxDisplays

public void setMaxDisplays(java.lang.Long maxDisplays)
Sets the value of field 'maxDisplays'.

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

setMaxLamps

public void setMaxLamps(java.lang.Long maxLamps)
Sets the value of field 'maxLamps'.

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

setMaxRingPatterns

public void setMaxRingPatterns(java.lang.Long maxRingPatterns)
Sets the value of field 'maxRingPatterns'.

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

setNamedDeviceTypes

public void setNamedDeviceTypes(NamedDeviceTypes namedDeviceTypes)
Sets the value of field 'namedDeviceTypes'.

Parameters:
namedDeviceTypes - the value of field 'namedDeviceTypes'

setOtherLogicalDeviceList

public void setOtherLogicalDeviceList(OtherLogicalDeviceList otherLogicalDeviceList)
Sets the value of field 'otherLogicalDeviceList'.

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

setPhysDevEvtsList

public void setPhysDevEvtsList(PhysDevEvtsList physDevEvtsList)
Sets the value of field 'physDevEvtsList'.

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

setPhysDevServList

public void setPhysDevServList(PhysDevServList physDevServList)
Sets the value of field 'physDevServList'.

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

unmarshalGetPhysicalDeviceInformationResponse

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

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