|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.SnapshotDeviceResponseInfo
public class SnapshotDeviceResponseInfo
Information about a connection on the device.
Constructor Summary | |
---|---|
SnapshotDeviceResponseInfo()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getConnectionIdentifier()
Returns the value of field 'connectionIdentifier'. |
SubjectDeviceID |
getEndpointDevice()
Returns the value of field 'endpointDevice'. |
CallState |
getLocalCallState()
Returns the value of field 'localCallState'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
DeviceMediaInfoList |
getMediaServiceInfoList()
Returns the value of field 'mediaServiceInfoList'. |
ServicesPermitted |
getServicesPermitted()
Returns the value of field 'servicesPermitted'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setConnectionIdentifier(ConnectionID connectionIdentifier)
Sets the value of field 'connectionIdentifier'. |
void |
setEndpointDevice(SubjectDeviceID endpointDevice)
Sets the value of field 'endpointDevice'. |
void |
setLocalCallState(CallState localCallState)
Sets the value of field 'localCallState'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMediaServiceInfoList(DeviceMediaInfoList mediaServiceInfoList)
Sets the value of field 'mediaServiceInfoList'. |
void |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
static SnapshotDeviceResponseInfo |
unmarshalSnapshotDeviceResponseInfo(java.io.Reader reader)
Method unmarshalSnapshotDeviceResponseInfo |
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 |
---|
public SnapshotDeviceResponseInfo()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getConnectionIdentifier()
ConnectionID
object with connection info for this call.
public SubjectDeviceID getEndpointDevice()
public CallState getLocalCallState()
CallState
object that indicates whether this connection
is connected, held, alerting, etc.
public MediaCallCharacteristics getMediaCallCharacteristics()
public DeviceMediaInfoList getMediaServiceInfoList()
public ServicesPermitted getServicesPermitted()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setConnectionIdentifier(ConnectionID connectionIdentifier)
ConnectionID
object with connection info for this call.
connectionIdentifier
- the value of field
'connectionIdentifier'.public void setEndpointDevice(SubjectDeviceID endpointDevice)
endpointDevice
- the value of field 'endpointDevice'.public void setLocalCallState(CallState localCallState)
CallState
object that indicates whether this connection
is connected, held, alerting, etc.
localCallState
- the value of field 'localCallState'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMediaServiceInfoList(DeviceMediaInfoList mediaServiceInfoList)
mediaServiceInfoList
- the value of field
'mediaServiceInfoList'.public void setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public static SnapshotDeviceResponseInfo unmarshalSnapshotDeviceResponseInfo(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |