|
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.SnapshotCallResponseInfo
public class SnapshotCallResponseInfo
Information about a device / connection on a call.
Constructor Summary | |
---|---|
SnapshotCallResponseInfo()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getCallIdentifier()
Returns the value of field 'callIdentifier'. |
SubjectDeviceID |
getDeviceOnCall()
Returns the value of field 'deviceOnCall'. |
LocalConnectionState |
getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. |
CallMediaInfoList |
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 |
setCallIdentifier(ConnectionID callIdentifier)
Sets the value of field 'callIdentifier'. |
void |
setDeviceOnCall(SubjectDeviceID deviceOnCall)
Sets the value of field 'deviceOnCall'. |
void |
setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. |
void |
setMediaServiceInfoList(CallMediaInfoList mediaServiceInfoList)
Sets the value of field 'mediaServiceInfoList'. |
void |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
static SnapshotCallResponseInfo |
unmarshalSnapshotCallResponseInfo(java.io.Reader reader)
Method unmarshalSnapshotCallResponseInfo |
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 SnapshotCallResponseInfo()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getCallIdentifier()
ConnectionID
object with connection info for this device.
public SubjectDeviceID getDeviceOnCall()
SubjectDeviceID
object that indicates the device on the
call.
public LocalConnectionState getLocalConnectionInfo()
LocalConnectionState
object with connection state for this
device.
public CallMediaInfoList 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 setCallIdentifier(ConnectionID callIdentifier)
ConnectionID
object with connection info for this device.
callIdentifier
- the value of field 'callIdentifier'.public void setDeviceOnCall(SubjectDeviceID deviceOnCall)
SubjectDeviceID
object that indicates the device on the
call.
deviceOnCall
- the value of field 'deviceOnCall'.public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
LocalConnectionState
object with connection state for this
device.
localConnectionInfo
- the value of field
'localConnectionInfo'.public void setMediaServiceInfoList(CallMediaInfoList mediaServiceInfoList)
mediaServiceInfoList
- the value of field
'mediaServiceInfoList'.public void setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public static SnapshotCallResponseInfo unmarshalSnapshotCallResponseInfo(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 |