|
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.SnapshotCallCaps
public class SnapshotCallCaps
Class SnapshotCallCaps.
Constructor Summary | |
---|---|
SnapshotCallCaps()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getCallCharacteristicsInAck()
Returns the value of field 'callCharacteristicsInAck'. |
java.lang.Boolean |
getCalledDeviceInAck()
Returns the value of field 'calledDeviceInAck'. |
java.lang.Boolean |
getCallIDOnly()
Returns the value of field 'callIDOnly'. |
java.lang.Boolean |
getCallingDeviceInAck()
Returns the value of field 'callingDeviceInAck'. |
java.lang.Boolean |
getConnectionInformation()
Returns the value of field 'connectionInformation'. |
java.lang.Boolean |
getDeviceHistoryInAck()
Returns the value of field 'deviceHistoryInAck'. |
java.lang.Boolean |
getLanguagePreferencesInAck()
Returns the value of field 'languagePreferencesInAck'. |
java.lang.Boolean |
getLocaConnectionStateInAck()
Returns the value of field 'locaConnectionStateInAck'. |
java.lang.Boolean |
getMediaCallCharacteristicsInAck()
Returns the value of field 'mediaCallCharacteristicsInAck'. |
java.lang.Boolean |
getMediaServiceInfoListInAck()
Returns the value of field 'mediaServiceInfoListInAck'. |
java.lang.Boolean |
getMediaServiceInstanceInAck()
Returns the value of field 'mediaServiceInstanceInAck'. |
java.lang.Boolean |
getMediaServiceVersionInAck()
Returns the value of field 'mediaServiceVersionInAck'. |
java.lang.Boolean |
getMediaStreamID()
Returns the value of field 'mediaStreamID'. |
java.lang.Boolean |
getMessageInfoInAck()
Returns the value of field 'messageInfoInAck'. |
java.lang.Boolean |
getPrivateData()
Returns the value of field 'privateData'. |
java.lang.Boolean |
getPrivateDataInAck()
Returns the value of field 'privateDataInAck'. |
java.lang.Boolean |
getReportsWithSnapsCallData()
Returns the value of field 'reportsWithSnapsCallData'. |
java.lang.Boolean |
getSubjectOfCallInAck()
Returns the value of field 'subjectOfCallInAck'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCallCharacteristicsInAck(java.lang.Boolean callCharacteristicsInAck)
Sets the value of field 'callCharacteristicsInAck'. |
void |
setCalledDeviceInAck(java.lang.Boolean calledDeviceInAck)
Sets the value of field 'calledDeviceInAck'. |
void |
setCallIDOnly(java.lang.Boolean callIDOnly)
Sets the value of field 'callIDOnly'. |
void |
setCallingDeviceInAck(java.lang.Boolean callingDeviceInAck)
Sets the value of field 'callingDeviceInAck'. |
void |
setConnectionInformation(java.lang.Boolean connectionInformation)
Sets the value of field 'connectionInformation'. |
void |
setDeviceHistoryInAck(java.lang.Boolean deviceHistoryInAck)
Sets the value of field 'deviceHistoryInAck'. |
void |
setLanguagePreferencesInAck(java.lang.Boolean languagePreferencesInAck)
Sets the value of field 'languagePreferencesInAck'. |
void |
setLocaConnectionStateInAck(java.lang.Boolean locaConnectionStateInAck)
Sets the value of field 'locaConnectionStateInAck'. |
void |
setMediaCallCharacteristicsInAck(java.lang.Boolean mediaCallCharacteristicsInAck)
Sets the value of field 'mediaCallCharacteristicsInAck'. |
void |
setMediaServiceInfoListInAck(java.lang.Boolean mediaServiceInfoListInAck)
Sets the value of field 'mediaServiceInfoListInAck'. |
void |
setMediaServiceInstanceInAck(java.lang.Boolean mediaServiceInstanceInAck)
Sets the value of field 'mediaServiceInstanceInAck'. |
void |
setMediaServiceVersionInAck(java.lang.Boolean mediaServiceVersionInAck)
Sets the value of field 'mediaServiceVersionInAck'. |
void |
setMediaStreamID(java.lang.Boolean mediaStreamID)
Sets the value of field 'mediaStreamID'. |
void |
setMessageInfoInAck(java.lang.Boolean messageInfoInAck)
Sets the value of field 'messageInfoInAck'. |
void |
setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'. |
void |
setPrivateDataInAck(java.lang.Boolean privateDataInAck)
Sets the value of field 'privateDataInAck'. |
void |
setReportsWithSnapsCallData(java.lang.Boolean reportsWithSnapsCallData)
Sets the value of field 'reportsWithSnapsCallData'. |
void |
setSubjectOfCallInAck(java.lang.Boolean subjectOfCallInAck)
Sets the value of field 'subjectOfCallInAck'. |
static SnapshotCallCaps |
unmarshalSnapshotCallCaps(java.io.Reader reader)
Method unmarshalSnapshotCallCaps |
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 SnapshotCallCaps()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getCallCharacteristicsInAck()
public java.lang.Boolean getCallIDOnly()
public java.lang.Boolean getCalledDeviceInAck()
public java.lang.Boolean getCallingDeviceInAck()
public java.lang.Boolean getConnectionInformation()
public java.lang.Boolean getDeviceHistoryInAck()
public java.lang.Boolean getLanguagePreferencesInAck()
public java.lang.Boolean getLocaConnectionStateInAck()
public java.lang.Boolean getMediaCallCharacteristicsInAck()
public java.lang.Boolean getMediaServiceInfoListInAck()
public java.lang.Boolean getMediaServiceInstanceInAck()
public java.lang.Boolean getMediaServiceVersionInAck()
public java.lang.Boolean getMediaStreamID()
public java.lang.Boolean getMessageInfoInAck()
public java.lang.Boolean getPrivateData()
public java.lang.Boolean getPrivateDataInAck()
public java.lang.Boolean getReportsWithSnapsCallData()
public java.lang.Boolean getSubjectOfCallInAck()
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 setCallCharacteristicsInAck(java.lang.Boolean callCharacteristicsInAck)
callCharacteristicsInAck
- the value of field
'callCharacteristicsInAck'.public void setCallIDOnly(java.lang.Boolean callIDOnly)
callIDOnly
- the value of field 'callIDOnly'.public void setCalledDeviceInAck(java.lang.Boolean calledDeviceInAck)
calledDeviceInAck
- the value of field
'calledDeviceInAck'.public void setCallingDeviceInAck(java.lang.Boolean callingDeviceInAck)
callingDeviceInAck
- the value of field
'callingDeviceInAck'.public void setConnectionInformation(java.lang.Boolean connectionInformation)
connectionInformation
- the value of field
'connectionInformation'.public void setDeviceHistoryInAck(java.lang.Boolean deviceHistoryInAck)
deviceHistoryInAck
- the value of field
'deviceHistoryInAck'.public void setLanguagePreferencesInAck(java.lang.Boolean languagePreferencesInAck)
languagePreferencesInAck
- the value of field
'languagePreferencesInAck'.public void setLocaConnectionStateInAck(java.lang.Boolean locaConnectionStateInAck)
locaConnectionStateInAck
- the value of field
'locaConnectionStateInAck'.public void setMediaCallCharacteristicsInAck(java.lang.Boolean mediaCallCharacteristicsInAck)
mediaCallCharacteristicsInAck
- the value of field
'mediaCallCharacteristicsInAck'.public void setMediaServiceInfoListInAck(java.lang.Boolean mediaServiceInfoListInAck)
mediaServiceInfoListInAck
- the value of field
'mediaServiceInfoListInAck'.public void setMediaServiceInstanceInAck(java.lang.Boolean mediaServiceInstanceInAck)
mediaServiceInstanceInAck
- the value of field
'mediaServiceInstanceInAck'.public void setMediaServiceVersionInAck(java.lang.Boolean mediaServiceVersionInAck)
mediaServiceVersionInAck
- the value of field
'mediaServiceVersionInAck'.public void setMediaStreamID(java.lang.Boolean mediaStreamID)
mediaStreamID
- the value of field 'mediaStreamID'.public void setMessageInfoInAck(java.lang.Boolean messageInfoInAck)
messageInfoInAck
- the value of field 'messageInfoInAck'public void setPrivateData(java.lang.Boolean privateData)
privateData
- the value of field 'privateData'.public void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
privateDataInAck
- the value of field 'privateDataInAck'public void setReportsWithSnapsCallData(java.lang.Boolean reportsWithSnapsCallData)
reportsWithSnapsCallData
- the value of field
'reportsWithSnapsCallData'.public void setSubjectOfCallInAck(java.lang.Boolean subjectOfCallInAck)
subjectOfCallInAck
- the value of field
'subjectOfCallInAck'.public static SnapshotCallCaps unmarshalSnapshotCallCaps(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 |