|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
org.mobicents.slee.resource.diameter.ro.events.avp.ImsInformationImpl
public class ImsInformationImpl
ImsInformationImpl.java
Project: mobicents
11:34:57 AM Apr 11, 2009
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
avpSet |
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
code, mnd, name, prt, type, value, vendorId |
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Constructor Summary | |
|---|---|
ImsInformationImpl()
|
|
ImsInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
ApplicationServerInformation[] |
getApplicationServerInformations()
Returns the set of Application-Server-Information AVPs. |
java.lang.String |
getBearerService()
Returns the value of the Bearer-Service AVP, of type OctetString. |
java.lang.String |
getCalledPartyAddress()
Returns the value of the Called-Party-Address AVP, of type UTF8String. |
java.lang.String |
getCallingPartyAddress()
Returns the value of the Calling-Party-Address AVP, of type UTF8String. |
int |
getCauseCode()
Returns the value of the Cause-Code AVP, of type Integer32. |
EventType |
getEventType()
Returns the value of the Event-Type AVP, of type Grouped. |
java.lang.String |
getImsChargingIdentifier()
Returns the value of the IMS-Charging-Identifier AVP, of type UTF8String. |
InterOperatorIdentifier[] |
getInterOperatorIdentifiers()
Returns the set of Inter-Operator-Identifier AVPs. |
MessageBody[] |
getMessageBodys()
Returns the set of Message-Body AVPs. |
NodeFunctionality |
getNodeFunctionality()
Returns the value of the Node-Functionality AVP, of type Enumerated. |
RoleOfNode |
getRoleOfNode()
Returns the value of the Role-Of-Node AVP, of type Enumerated. |
SdpMediaComponent[] |
getSdpMediaComponents()
Returns the set of SDP-Media-Component AVPs. |
java.lang.String[] |
getSdpSessionDescriptions()
Returns the set of SDP-Session-Description AVPs. |
net.java.slee.resource.diameter.base.events.avp.Address |
getServedPartyIpAddress()
Returns the value of the Served-Party-IP-Address AVP, of type Address. |
ServerCapabilities |
getServerCapabilities()
Returns the value of the Server-Capabilities AVP, of type OctetString. |
java.lang.String |
getServiceId()
Returns the value of the Service-Id AVP, of type UTF8String. |
java.lang.String |
getServiceSpecificData()
Returns the value of the Service-Specific-Data AVP, of type UTF8String. |
TimeStamps |
getTimeStamps()
Returns the value of the Time-Stamps AVP, of type Grouped. |
TrunkGroupId |
getTrunkGroupId()
Returns the value of the Trunk-Group-ID AVP, of type Grouped. |
java.lang.String |
getUserSessionId()
Returns the value of the User-Session-ID AVP, of type UTF8String. |
boolean |
hasBearerService()
Returns true if the Bearer-Service AVP is present in the message. |
boolean |
hasCalledPartyAddress()
Returns true if the Called-Party-Address AVP is present in the message. |
boolean |
hasCallingPartyAddress()
Returns true if the Calling-Party-Address AVP is present in the message. |
boolean |
hasCauseCode()
Returns true if the Cause-Code AVP is present in the message. |
boolean |
hasEventType()
Returns true if the Event-Type AVP is present in the message. |
boolean |
hasImsChargingIdentifier()
Returns true if the IMS-Charging-Identifier AVP is present in the message. |
boolean |
hasNodeFunctionality()
Returns true if the Node-Functionality AVP is present in the message. |
boolean |
hasRoleOfNode()
Returns true if the Role-Of-Node AVP is present in the message. |
boolean |
hasServedPartyIpAddress()
Returns true if the Served-Party-IP-Address AVP is present in the message. |
boolean |
hasServerCapabilities()
Returns true if the Server-Capabilities AVP is present in the message. |
boolean |
hasServiceId()
Returns true if the Service-Id AVP is present in the message. |
boolean |
hasServiceSpecificData()
Returns true if the Service-Specific-Data AVP is present in the message. |
boolean |
hasTimeStamps()
Returns true if the Time-Stamps AVP is present in the message. |
boolean |
hasTrunkGroupId()
Returns true if the Trunk-Group-ID AVP is present in the message. |
boolean |
hasUserSessionId()
Returns true if the User-Session-ID AVP is present in the message. |
void |
setApplicationServerInformation(ApplicationServerInformation applicationServerInformation)
Sets a single Application-Server-Information AVP in the message, of type Grouped. |
void |
setApplicationServerInformations(ApplicationServerInformation[] applicationServerInformations)
Sets the set of Application-Server-Information AVPs, with all the values in the given array. |
void |
setBearerService(java.lang.String bearerService)
Sets the value of the Bearer-Service AVP, of type OctetString. |
void |
setCalledPartyAddress(java.lang.String calledPartyAddress)
Sets the value of the Called-Party-Address AVP, of type UTF8String. |
void |
setCallingPartyAddress(java.lang.String callingPartyAddress)
Sets the value of the Calling-Party-Address AVP, of type UTF8String. |
void |
setCauseCode(int causeCode)
Sets the value of the Cause-Code AVP, of type Integer32. |
void |
setEventType(EventType eventType)
Sets the value of the Event-Type AVP, of type Grouped. |
void |
setImsChargingIdentifier(java.lang.String imsChargingIdentifier)
Sets the value of the IMS-Charging-Identifier AVP, of type UTF8String. |
void |
setInterOperatorIdentifier(InterOperatorIdentifier interOperatorIdentifier)
Sets a single Inter-Operator-Identifier AVP in the message, of type Grouped. |
void |
setInterOperatorIdentifiers(InterOperatorIdentifier[] interOperatorIdentifiers)
Sets the set of Inter-Operator-Identifier AVPs, with all the values in the given array. |
void |
setMessageBody(MessageBody messageBody)
Sets a single Message-Body AVP in the message, of type Grouped. |
void |
setMessageBodys(MessageBody[] messageBodys)
Sets the set of Message-Body AVPs, with all the values in the given array. |
void |
setNodeFunctionality(NodeFunctionality nodeFunctionality)
Sets the value of the Node-Functionality AVP, of type Enumerated. |
void |
setRoleOfNode(RoleOfNode roleOfNode)
Sets the value of the Role-Of-Node AVP, of type Enumerated. |
void |
setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)
Sets a single SDP-Media-Component AVP in the message, of type Grouped. |
void |
setSdpMediaComponents(SdpMediaComponent[] sdpMediaComponents)
Sets the set of SDP-Media-Component AVPs, with all the values in the given array. |
void |
setSdpSessionDescription(java.lang.String sdpSessionDescription)
Sets a single SDP-Session-Description AVP in the message, of type UTF8String. |
void |
setSdpSessionDescriptions(java.lang.String[] sdpSessionDescriptions)
Sets the set of SDP-Session-Description AVPs, with all the values in the given array. |
void |
setServedPartyIpAddress(net.java.slee.resource.diameter.base.events.avp.Address servedPartyIpAddress)
Sets the value of the Served-Party-IP-Address AVP, of type Address. |
void |
setServerCapabilities(ServerCapabilities serverCapabilities)
Sets the value of the Server-Capabilities AVP, of type OctetString. |
void |
setServiceId(java.lang.String serviceId)
Sets the value of the Service-Id AVP, of type UTF8String. |
void |
setServiceSpecificData(java.lang.String serviceSpecificData)
Sets the value of the Service-Specific-Data AVP, of type UTF8String. |
void |
setTimeStamps(TimeStamps timeStamps)
Sets the value of the Time-Stamps AVP, of type Grouped. |
void |
setTrunkGroupId(TrunkGroupId trunkGroupId)
Sets the value of the Trunk-Group-ID AVP, of type Grouped. |
void |
setUserSessionId(java.lang.String userSessionId)
Sets the value of the User-Session-ID AVP, of type UTF8String. |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
addAvp, addAvp, addAvp, addAvp, byteArrayValue, clone, doubleValue, equals, floatValue, getAvp, getAvp, getAvp, getAvpAsAddress, getAvpAsAddress, getAvpAsCustom, getAvpAsCustom, getAvpAsDiameterIdentity, getAvpAsDiameterIdentity, getAvpAsDiameterURI, getAvpAsDiameterURI, getAvpAsEnumerated, getAvpAsEnumerated, getAvpAsFloat32, getAvpAsFloat32, getAvpAsFloat64, getAvpAsFloat64, getAvpAsGrouped, getAvpAsGrouped, getAvpAsInteger32, getAvpAsInteger32, getAvpAsInteger64, getAvpAsInteger64, getAvpAsIPFilterRule, getAvpAsIPFilterRule, getAvpAsOctetString, getAvpAsOctetString, getAvpAsRaw, getAvpAsRaw, getAvpAsTime, getAvpAsTime, getAvpAsUnsigned32, getAvpAsUnsigned32, getAvpAsUnsigned64, getAvpAsUnsigned64, getAvpAsUTF8String, getAvpAsUTF8String, getAvpsAsAddress, getAvpsAsAddress, getAvpsAsCustom, getAvpsAsCustom, getAvpsAsDiameterIdentity, getAvpsAsDiameterIdentity, getAvpsAsDiameterURI, getAvpsAsDiameterURI, getAvpsAsEnumerated, getAvpsAsEnumerated, getAvpsAsFloat32, getAvpsAsFloat32, getAvpsAsFloat64, getAvpsAsFloat64, getAvpsAsGrouped, getAvpsAsGrouped, getAvpsAsInteger32, getAvpsAsInteger32, getAvpsAsInteger64, getAvpsAsInteger64, getAvpsAsIPFilterRule, getAvpsAsIPFilterRule, getAvpsAsOctetString, getAvpsAsOctetString, getAvpsAsRaw, getAvpsAsRaw, getAvpsAsTime, getAvpsAsTime, getAvpsAsUnsigned32, getAvpsAsUnsigned32, getAvpsAsUnsigned64, getAvpsAsUnsigned64, getAvpsAsUTF8String, getAvpsAsUTF8String, getExtensionAvps, getGenericData, getValue, hasAvp, hasAvp, intValue, longValue, setAvpAsFloat32, setAvpAsFloat64, setAvpAsGrouped, setAvpAsInteger32, setAvpAsInteger64, setAvpAsOctetString, setAvpAsRaw, setAvpAsTime, setAvpAsUnsigned32, setAvpAsUnsigned64, setAvpAsUTF8String, setExtensionAvps, setValue, stringValue |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, hashCode, octetStringValue, readExternal, toString, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, setExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Constructor Detail |
|---|
public ImsInformationImpl()
public ImsInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
code - vendorId - mnd - prt - value - | Method Detail |
|---|
public ApplicationServerInformation[] getApplicationServerInformations()
ImsInformation
getApplicationServerInformations in interface ImsInformationpublic java.lang.String getBearerService()
ImsInformation
getBearerService in interface ImsInformationpublic java.lang.String getCalledPartyAddress()
ImsInformation
getCalledPartyAddress in interface ImsInformationpublic java.lang.String getCallingPartyAddress()
ImsInformation
getCallingPartyAddress in interface ImsInformationpublic int getCauseCode()
ImsInformation
getCauseCode in interface ImsInformationpublic EventType getEventType()
ImsInformation
getEventType in interface ImsInformationpublic java.lang.String getImsChargingIdentifier()
ImsInformation
getImsChargingIdentifier in interface ImsInformationpublic InterOperatorIdentifier[] getInterOperatorIdentifiers()
ImsInformation
getInterOperatorIdentifiers in interface ImsInformationpublic MessageBody[] getMessageBodys()
ImsInformation
getMessageBodys in interface ImsInformationpublic NodeFunctionality getNodeFunctionality()
ImsInformation
getNodeFunctionality in interface ImsInformationpublic RoleOfNode getRoleOfNode()
ImsInformation
getRoleOfNode in interface ImsInformationpublic SdpMediaComponent[] getSdpMediaComponents()
ImsInformation
getSdpMediaComponents in interface ImsInformationpublic java.lang.String[] getSdpSessionDescriptions()
ImsInformation
getSdpSessionDescriptions in interface ImsInformationpublic net.java.slee.resource.diameter.base.events.avp.Address getServedPartyIpAddress()
ImsInformation
getServedPartyIpAddress in interface ImsInformationpublic ServerCapabilities getServerCapabilities()
ImsInformation
getServerCapabilities in interface ImsInformationpublic java.lang.String getServiceId()
ImsInformation
getServiceId in interface ImsInformationpublic java.lang.String getServiceSpecificData()
ImsInformation
getServiceSpecificData in interface ImsInformationpublic TimeStamps getTimeStamps()
ImsInformation
getTimeStamps in interface ImsInformationpublic TrunkGroupId getTrunkGroupId()
ImsInformation
getTrunkGroupId in interface ImsInformationpublic java.lang.String getUserSessionId()
ImsInformation
getUserSessionId in interface ImsInformationpublic boolean hasBearerService()
ImsInformation
hasBearerService in interface ImsInformationpublic boolean hasCalledPartyAddress()
ImsInformation
hasCalledPartyAddress in interface ImsInformationpublic boolean hasCallingPartyAddress()
ImsInformation
hasCallingPartyAddress in interface ImsInformationpublic boolean hasCauseCode()
ImsInformation
hasCauseCode in interface ImsInformationpublic boolean hasEventType()
ImsInformation
hasEventType in interface ImsInformationpublic boolean hasImsChargingIdentifier()
ImsInformation
hasImsChargingIdentifier in interface ImsInformationpublic boolean hasNodeFunctionality()
ImsInformation
hasNodeFunctionality in interface ImsInformationpublic boolean hasRoleOfNode()
ImsInformation
hasRoleOfNode in interface ImsInformationpublic boolean hasServedPartyIpAddress()
ImsInformation
hasServedPartyIpAddress in interface ImsInformationpublic boolean hasServerCapabilities()
ImsInformation
hasServerCapabilities in interface ImsInformationpublic boolean hasServiceId()
ImsInformation
hasServiceId in interface ImsInformationpublic boolean hasServiceSpecificData()
ImsInformation
hasServiceSpecificData in interface ImsInformationpublic boolean hasTimeStamps()
ImsInformation
hasTimeStamps in interface ImsInformationpublic boolean hasTrunkGroupId()
ImsInformation
hasTrunkGroupId in interface ImsInformationpublic boolean hasUserSessionId()
ImsInformation
hasUserSessionId in interface ImsInformationpublic void setApplicationServerInformation(ApplicationServerInformation applicationServerInformation)
ImsInformation
setApplicationServerInformation in interface ImsInformationpublic void setApplicationServerInformations(ApplicationServerInformation[] applicationServerInformations)
ImsInformation
setApplicationServerInformations in interface ImsInformationpublic void setBearerService(java.lang.String bearerService)
ImsInformation
setBearerService in interface ImsInformationpublic void setCalledPartyAddress(java.lang.String calledPartyAddress)
ImsInformation
setCalledPartyAddress in interface ImsInformationpublic void setCallingPartyAddress(java.lang.String callingPartyAddress)
ImsInformation
setCallingPartyAddress in interface ImsInformationpublic void setCauseCode(int causeCode)
ImsInformation
setCauseCode in interface ImsInformationpublic void setEventType(EventType eventType)
ImsInformation
setEventType in interface ImsInformationpublic void setImsChargingIdentifier(java.lang.String imsChargingIdentifier)
ImsInformation
setImsChargingIdentifier in interface ImsInformationpublic void setInterOperatorIdentifier(InterOperatorIdentifier interOperatorIdentifier)
ImsInformation
setInterOperatorIdentifier in interface ImsInformationpublic void setInterOperatorIdentifiers(InterOperatorIdentifier[] interOperatorIdentifiers)
ImsInformation
setInterOperatorIdentifiers in interface ImsInformationpublic void setMessageBody(MessageBody messageBody)
ImsInformation
setMessageBody in interface ImsInformationpublic void setMessageBodys(MessageBody[] messageBodys)
ImsInformation
setMessageBodys in interface ImsInformationpublic void setNodeFunctionality(NodeFunctionality nodeFunctionality)
ImsInformation
setNodeFunctionality in interface ImsInformationpublic void setRoleOfNode(RoleOfNode roleOfNode)
ImsInformation
setRoleOfNode in interface ImsInformationpublic void setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)
ImsInformation
setSdpMediaComponent in interface ImsInformationpublic void setSdpMediaComponents(SdpMediaComponent[] sdpMediaComponents)
ImsInformation
setSdpMediaComponents in interface ImsInformationpublic void setSdpSessionDescription(java.lang.String sdpSessionDescription)
ImsInformation
setSdpSessionDescription in interface ImsInformationpublic void setSdpSessionDescriptions(java.lang.String[] sdpSessionDescriptions)
ImsInformation
setSdpSessionDescriptions in interface ImsInformationpublic void setServedPartyIpAddress(net.java.slee.resource.diameter.base.events.avp.Address servedPartyIpAddress)
ImsInformation
setServedPartyIpAddress in interface ImsInformationpublic void setServerCapabilities(ServerCapabilities serverCapabilities)
ImsInformation
setServerCapabilities in interface ImsInformationpublic void setServiceId(java.lang.String serviceId)
ImsInformation
setServiceId in interface ImsInformationpublic void setServiceSpecificData(java.lang.String serviceSpecificData)
ImsInformation
setServiceSpecificData in interface ImsInformationpublic void setTimeStamps(TimeStamps timeStamps)
ImsInformation
setTimeStamps in interface ImsInformationpublic void setTrunkGroupId(TrunkGroupId trunkGroupId)
ImsInformation
setTrunkGroupId in interface ImsInformationpublic void setUserSessionId(java.lang.String userSessionId)
ImsInformation
setUserSessionId in interface ImsInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||