|
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.CDRInformationItem
public class CDRInformationItem
Class CDRInformationItem.
Constructor Summary | |
---|---|
CDRInformationItem()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String |
getAccessCode()
Returns the value of field 'accessCode'. |
byte[] |
getAccountInfo()
Returns the value of field 'accountInfo'. |
AssociatedCalledDeviceID |
getAssociatedCalledDevice()
Returns the value of field 'associatedCalledDevice'. |
AssociatedCallingDeviceID |
getAssociatedCallingDevice()
Returns the value of field 'associatedCallingDevice'. |
byte[] |
getAuthCode()
Returns the value of field 'authCode'. |
BillingID |
getBillingID()
Returns the value of field 'billingID'. |
CallCharacteristics |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
CalledDeviceID |
getCalledDevice()
Returns the value of field 'calledDevice'. |
CallingDeviceID |
getCallingDevice()
Returns the value of field 'callingDevice'. |
java.lang.Long |
getCarrier()
Returns the value of field 'carrier'. |
ChargedDevice |
getChargedDevice()
Returns the value of field 'chargedDevice'. |
ChargingInfo |
getChargingInfo()
Returns the value of field 'chargingInfo'. |
java.lang.Long |
getConnectionDuration()
Returns the value of field 'connectionDuration'. |
java.lang.String |
getConnectionEnd()
Returns the value of field 'connectionEnd'. |
java.lang.String |
getConnectionStart()
Returns the value of field 'connectionStart'. |
DeviceCategory |
getDeviceCategory()
Returns the value of field 'deviceCategory'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
NamedDeviceTypes |
getNamedDeviceTypes()
Returns the value of field 'namedDeviceTypes'. |
NetworkCalledDeviceID |
getNetworkCalledDevice()
Returns the value of field 'networkCalledDevice'. |
NetworkCallingDeviceID |
getNetworkCallingDevice()
Returns the value of field 'networkCallingDevice'. |
NodeNumber |
getNodeNumber()
Returns the value of field 'nodeNumber'. |
DeviceID |
getOperatorDevice()
Returns the value of field 'operatorDevice'. |
ReasonForTerm |
getReasonForTerm()
Returns the value of field 'reasonForTerm'. |
java.lang.String |
getRecordCreationTime()
Returns the value of field 'recordCreationTime'. |
ConnectionID |
getRecordedCall()
Returns the value of field 'recordedCall'. |
java.lang.Integer |
getRecordNumber()
Returns the value of field 'recordNumber'. |
java.lang.Long |
getSelectedRoute()
Returns the value of field 'selectedRoute'. |
SupplServiceInfo |
getSupplServiceInfo()
Returns the value of field 'supplServiceInfo'. |
java.lang.Long |
getTariffTable()
Returns the value of field 'tariffTable'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setAccessCode(java.lang.String accessCode)
Sets the value of field 'accessCode'. |
void |
setAccountInfo(byte[] accountInfo)
Sets the value of field 'accountInfo'. |
void |
setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
Sets the value of field 'associatedCalledDevice'. |
void |
setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
Sets the value of field 'associatedCallingDevice'. |
void |
setAuthCode(byte[] authCode)
Sets the value of field 'authCode'. |
void |
setBillingID(BillingID billingID)
Sets the value of field 'billingID'. |
void |
setCallCharacteristics(CallCharacteristics callCharacteristics)
Sets the value of field 'callCharacteristics'. |
void |
setCalledDevice(CalledDeviceID calledDevice)
Sets the value of field 'calledDevice'. |
void |
setCallingDevice(CallingDeviceID callingDevice)
Sets the value of field 'callingDevice'. |
void |
setCarrier(java.lang.Long carrier)
Sets the value of field 'carrier'. |
void |
setChargedDevice(ChargedDevice chargedDevice)
Sets the value of field 'chargedDevice'. |
void |
setChargingInfo(ChargingInfo chargingInfo)
Sets the value of field 'chargingInfo'. |
void |
setConnectionDuration(java.lang.Long connectionDuration)
Sets the value of field 'connectionDuration'. |
void |
setConnectionEnd(java.lang.String connectionEnd)
Sets the value of field 'connectionEnd'. |
void |
setConnectionStart(java.lang.String connectionStart)
Sets the value of field 'connectionStart'. |
void |
setDeviceCategory(DeviceCategory deviceCategory)
Sets the value of field 'deviceCategory'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setNamedDeviceTypes(NamedDeviceTypes namedDeviceTypes)
Sets the value of field 'namedDeviceTypes'. |
void |
setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
Sets the value of field 'networkCalledDevice'. |
void |
setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
Sets the value of field 'networkCallingDevice'. |
void |
setNodeNumber(NodeNumber nodeNumber)
Sets the value of field 'nodeNumber'. |
void |
setOperatorDevice(DeviceID operatorDevice)
Sets the value of field 'operatorDevice'. |
void |
setReasonForTerm(ReasonForTerm reasonForTerm)
Sets the value of field 'reasonForTerm'. |
void |
setRecordCreationTime(java.lang.String recordCreationTime)
Sets the value of field 'recordCreationTime'. |
void |
setRecordedCall(ConnectionID recordedCall)
Sets the value of field 'recordedCall'. |
void |
setRecordNumber(java.lang.Integer recordNumber)
Sets the value of field 'recordNumber'. |
void |
setSelectedRoute(java.lang.Long selectedRoute)
Sets the value of field 'selectedRoute'. |
void |
setSupplServiceInfo(SupplServiceInfo supplServiceInfo)
Sets the value of field 'supplServiceInfo'. |
void |
setTariffTable(java.lang.Long tariffTable)
Sets the value of field 'tariffTable'. |
static CDRInformationItem |
unmarshalCDRInformationItem(java.io.Reader reader)
Method unmarshalCDRInformationItem |
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 CDRInformationItem()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.String getAccessCode()
public byte[] getAccountInfo()
public AssociatedCalledDeviceID getAssociatedCalledDevice()
public AssociatedCallingDeviceID getAssociatedCallingDevice()
public byte[] getAuthCode()
public BillingID getBillingID()
public CallCharacteristics getCallCharacteristics()
public CalledDeviceID getCalledDevice()
public CallingDeviceID getCallingDevice()
public java.lang.Long getCarrier()
public ChargedDevice getChargedDevice()
public ChargingInfo getChargingInfo()
public java.lang.Long getConnectionDuration()
public java.lang.String getConnectionEnd()
public java.lang.String getConnectionStart()
public DeviceCategory getDeviceCategory()
public MediaCallCharacteristics getMediaCallCharacteristics()
public NamedDeviceTypes getNamedDeviceTypes()
public NetworkCalledDeviceID getNetworkCalledDevice()
public NetworkCallingDeviceID getNetworkCallingDevice()
public NodeNumber getNodeNumber()
public DeviceID getOperatorDevice()
public ReasonForTerm getReasonForTerm()
public java.lang.String getRecordCreationTime()
public java.lang.Integer getRecordNumber()
public ConnectionID getRecordedCall()
public java.lang.Long getSelectedRoute()
public SupplServiceInfo getSupplServiceInfo()
public java.lang.Long getTariffTable()
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 setAccessCode(java.lang.String accessCode)
accessCode
- the value of field 'accessCode'.public void setAccountInfo(byte[] accountInfo)
accountInfo
- the value of field 'accountInfo'.public void setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
associatedCalledDevice
- the value of field
'associatedCalledDevice'.public void setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
associatedCallingDevice
- the value of field
'associatedCallingDevice'.public void setAuthCode(byte[] authCode)
authCode
- the value of field 'authCode'.public void setBillingID(BillingID billingID)
billingID
- the value of field 'billingID'.public void setCallCharacteristics(CallCharacteristics callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setCalledDevice(CalledDeviceID calledDevice)
calledDevice
- the value of field 'calledDevice'.public void setCallingDevice(CallingDeviceID callingDevice)
callingDevice
- the value of field 'callingDevice'.public void setCarrier(java.lang.Long carrier)
carrier
- the value of field 'carrier'.public void setChargedDevice(ChargedDevice chargedDevice)
chargedDevice
- the value of field 'chargedDevice'.public void setChargingInfo(ChargingInfo chargingInfo)
chargingInfo
- the value of field 'chargingInfo'.public void setConnectionDuration(java.lang.Long connectionDuration)
connectionDuration
- the value of field
'connectionDuration'.public void setConnectionEnd(java.lang.String connectionEnd)
connectionEnd
- the value of field 'connectionEnd'.public void setConnectionStart(java.lang.String connectionStart)
connectionStart
- the value of field 'connectionStart'.public void setDeviceCategory(DeviceCategory deviceCategory)
deviceCategory
- the value of field 'deviceCategory'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setNamedDeviceTypes(NamedDeviceTypes namedDeviceTypes)
namedDeviceTypes
- the value of field 'namedDeviceTypes'public void setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
networkCalledDevice
- the value of field
'networkCalledDevice'.public void setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
networkCallingDevice
- the value of field
'networkCallingDevice'.public void setNodeNumber(NodeNumber nodeNumber)
nodeNumber
- the value of field 'nodeNumber'.public void setOperatorDevice(DeviceID operatorDevice)
operatorDevice
- the value of field 'operatorDevice'.public void setReasonForTerm(ReasonForTerm reasonForTerm)
reasonForTerm
- the value of field 'reasonForTerm'.public void setRecordCreationTime(java.lang.String recordCreationTime)
recordCreationTime
- the value of field
'recordCreationTime'.public void setRecordNumber(java.lang.Integer recordNumber)
recordNumber
- the value of field 'recordNumber'.public void setRecordedCall(ConnectionID recordedCall)
recordedCall
- the value of field 'recordedCall'.public void setSelectedRoute(java.lang.Long selectedRoute)
selectedRoute
- the value of field 'selectedRoute'.public void setSupplServiceInfo(SupplServiceInfo supplServiceInfo)
supplServiceInfo
- the value of field 'supplServiceInfo'public void setTariffTable(java.lang.Long tariffTable)
tariffTable
- the value of field 'tariffTable'.public static CDRInformationItem unmarshalCDRInformationItem(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 |