org.mobicents.slee.resource.diameter.ro.events.avp
Class MmsInformationImpl

java.lang.Object
  extended by org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
      extended by org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
          extended by org.mobicents.slee.resource.diameter.ro.events.avp.MmsInformationImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, net.java.slee.resource.diameter.base.events.avp.DiameterAvp, net.java.slee.resource.diameter.base.events.avp.GroupedAvp, MmsInformation

public class MmsInformationImpl
extends org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
implements MmsInformation

MmsInformationImpl.java
Project: mobicents
9:33:22 AM Apr 13, 2009

Author:
Alexandre Mendonca
See Also:
Serialized Form

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
MmsInformationImpl()
           
MmsInformationImpl(int code, long vendorId, int mnd, int prt, byte[] value)
           
 
Method Summary
 Adaptations getAdaptations()
          Returns the value of the Adaptations AVP, of type Enumerated.
 java.lang.String getApplicId()
          Returns the value of the Applic-ID AVP, of type UTF8String.
 java.lang.String getAuxApplicInfo()
          Returns the value of the Aux-Applic-Info AVP, of type UTF8String.
 ContentClass getContentClass()
          Returns the value of the Content-Class AVP, of type Enumerated.
 DeliveryReportRequested getDeliveryReportRequested()
          Returns the value of the Delivery-Report-Requested AVP, of type Enumerated.
 DrmContent getDrmContent()
          Returns the value of the DRM-Content AVP, of type Enumerated.
 MessageClass getMessageClass()
          Returns the value of the Message-Class AVP, of type Grouped.
 java.lang.String getMessageId()
          Returns the value of the Message-ID AVP, of type UTF8String.
 long getMessageSize()
          Returns the value of the Message-Size AVP, of type Unsigned32.
 MessageType getMessageType()
          Returns the value of the Message-Type AVP, of type Enumerated.
 MmContentType getMmContentType()
          Returns the value of the MM-Content-Type AVP, of type Grouped.
 OriginatorAddress getOriginatorAddress()
          Returns the value of the Originator-Address AVP, of type Grouped.
 Priority getPriority()
          Returns the value of the Priority AVP, of type Enumerated.
 ReadReplyReportRequested getReadReplyReportRequested()
          Returns the value of the Read-Reply-Report-Requested AVP, of type Enumerated.
 RecipientAddress[] getRecipientAddresses()
          Returns the set of Recipient-Address AVPs.
 java.lang.String getReplyApplicId()
          Returns the value of the Reply-Applic-ID AVP, of type UTF8String.
 java.util.Date getSubmissionTime()
          Returns the value of the Submission-Time AVP, of type Time.
 java.lang.String getVasId()
          Returns the value of the VAS-Id AVP, of type UTF8String.
 java.lang.String getVaspId()
          Returns the value of the VASP-Id AVP, of type UTF8String.
 boolean hasAdaptations()
          Returns true if the Adaptations AVP is present in the message.
 boolean hasApplicId()
          Returns true if the Applic-ID AVP is present in the message.
 boolean hasAuxApplicInfo()
          Returns true if the Aux-Applic-Info AVP is present in the message.
 boolean hasContentClass()
          Returns true if the Content-Class AVP is present in the message.
 boolean hasDeliveryReportRequested()
          Returns true if the Delivery-Report-Requested AVP is present in the message.
 boolean hasDrmContent()
          Returns true if the DRM-Content AVP is present in the message.
 boolean hasMessageClass()
          Returns true if the Message-Class AVP is present in the message.
 boolean hasMessageId()
          Returns true if the Message-ID AVP is present in the message.
 boolean hasMessageSize()
          Returns true if the Message-Size AVP is present in the message.
 boolean hasMessageType()
          Returns true if the Message-Type AVP is present in the message.
 boolean hasMmContentType()
          Returns true if the MM-Content-Type AVP is present in the message.
 boolean hasOriginatorAddress()
          Returns true if the Originator-Address AVP is present in the message.
 boolean hasPriority()
          Returns true if the Priority AVP is present in the message.
 boolean hasReadReplyReportRequested()
          Returns true if the Read-Reply-Report-Requested AVP is present in the message.
 boolean hasReplyApplicId()
          Returns true if the Reply-Applic-ID AVP is present in the message.
 boolean hasSubmissionTime()
          Returns true if the Submission-Time AVP is present in the message.
 boolean hasVasId()
          Returns true if the VAS-Id AVP is present in the message.
 boolean hasVaspId()
          Returns true if the VASP-Id AVP is present in the message.
 void setAdaptations(Adaptations adaptations)
          Sets the value of the Adaptations AVP, of type Enumerated.
 void setApplicId(java.lang.String applicId)
          Sets the value of the Applic-ID AVP, of type UTF8String.
 void setAuxApplicInfo(java.lang.String auxApplicInfo)
          Sets the value of the Aux-Applic-Info AVP, of type UTF8String.
 void setContentClass(ContentClass contentClass)
          Sets the value of the Content-Class AVP, of type Enumerated.
 void setDeliveryReportRequested(DeliveryReportRequested deliveryReportRequested)
          Sets the value of the Delivery-Report-Requested AVP, of type Enumerated.
 void setDrmContent(DrmContent drmContent)
          Sets the value of the DRM-Content AVP, of type Enumerated.
 void setMessageClass(MessageClass messageClass)
          Sets the value of the Message-Class AVP, of type Grouped.
 void setMessageId(java.lang.String messageId)
          Sets the value of the Message-ID AVP, of type UTF8String.
 void setMessageSize(long messageSize)
          Sets the value of the Message-Size AVP, of type Unsigned32.
 void setMessageType(MessageType messageType)
          Sets the value of the Message-Type AVP, of type Enumerated.
 void setMmContentType(MmContentType mmContentType)
          Sets the value of the MM-Content-Type AVP, of type Grouped.
 void setOriginatorAddress(OriginatorAddress originatorAddress)
          Sets the value of the Originator-Address AVP, of type Grouped.
 void setPriority(Priority priority)
          Sets the value of the Priority AVP, of type Enumerated.
 void setReadReplyReportRequested(ReadReplyReportRequested readReplyReportRequested)
          Sets the value of the Read-Reply-Report-Requested AVP, of type Enumerated.
 void setRecipientAddress(RecipientAddress recipientAddress)
          Sets a single Recipient-Address AVP in the message, of type Grouped.
 void setRecipientAddresses(RecipientAddress[] recipientAddresses)
          Sets the set of Recipient-Address AVPs, with all the values in the given array.
 void setReplyApplicId(java.lang.String replyApplicId)
          Sets the value of the Reply-Applic-ID AVP, of type UTF8String.
 void setSubmissionTime(java.util.Date submissionTime)
          Sets the value of the Submission-Time AVP, of type Time.
 void setVasId(java.lang.String vasId)
          Sets the value of the VAS-Id AVP, of type UTF8String.
 void setVaspId(java.lang.String vaspId)
          Sets the value of the VASP-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.ro.events.avp.MmsInformation
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

MmsInformationImpl

public MmsInformationImpl()

MmsInformationImpl

public MmsInformationImpl(int code,
                          long vendorId,
                          int mnd,
                          int prt,
                          byte[] value)
Parameters:
code -
vendorId -
mnd -
prt -
value -
Method Detail

getAdaptations

public Adaptations getAdaptations()
Description copied from interface: MmsInformation
Returns the value of the Adaptations AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getAdaptations in interface MmsInformation

getApplicId

public java.lang.String getApplicId()
Description copied from interface: MmsInformation
Returns the value of the Applic-ID AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getApplicId in interface MmsInformation

getAuxApplicInfo

public java.lang.String getAuxApplicInfo()
Description copied from interface: MmsInformation
Returns the value of the Aux-Applic-Info AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getAuxApplicInfo in interface MmsInformation

getContentClass

public ContentClass getContentClass()
Description copied from interface: MmsInformation
Returns the value of the Content-Class AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getContentClass in interface MmsInformation

getDeliveryReportRequested

public DeliveryReportRequested getDeliveryReportRequested()
Description copied from interface: MmsInformation
Returns the value of the Delivery-Report-Requested AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getDeliveryReportRequested in interface MmsInformation

getDrmContent

public DrmContent getDrmContent()
Description copied from interface: MmsInformation
Returns the value of the DRM-Content AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getDrmContent in interface MmsInformation

getMessageClass

public MessageClass getMessageClass()
Description copied from interface: MmsInformation
Returns the value of the Message-Class AVP, of type Grouped. A return value of null implies that the AVP has not been set.

Specified by:
getMessageClass in interface MmsInformation

getMessageId

public java.lang.String getMessageId()
Description copied from interface: MmsInformation
Returns the value of the Message-ID AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getMessageId in interface MmsInformation

getMessageSize

public long getMessageSize()
Description copied from interface: MmsInformation
Returns the value of the Message-Size AVP, of type Unsigned32. A return value of null implies that the AVP has not been set.

Specified by:
getMessageSize in interface MmsInformation

getMessageType

public MessageType getMessageType()
Description copied from interface: MmsInformation
Returns the value of the Message-Type AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getMessageType in interface MmsInformation

getMmContentType

public MmContentType getMmContentType()
Description copied from interface: MmsInformation
Returns the value of the MM-Content-Type AVP, of type Grouped. A return value of null implies that the AVP has not been set.

Specified by:
getMmContentType in interface MmsInformation

getOriginatorAddress

public OriginatorAddress getOriginatorAddress()
Description copied from interface: MmsInformation
Returns the value of the Originator-Address AVP, of type Grouped. A return value of null implies that the AVP has not been set.

Specified by:
getOriginatorAddress in interface MmsInformation

getPriority

public Priority getPriority()
Description copied from interface: MmsInformation
Returns the value of the Priority AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getPriority in interface MmsInformation

getReadReplyReportRequested

public ReadReplyReportRequested getReadReplyReportRequested()
Description copied from interface: MmsInformation
Returns the value of the Read-Reply-Report-Requested AVP, of type Enumerated. A return value of null implies that the AVP has not been set.

Specified by:
getReadReplyReportRequested in interface MmsInformation

getRecipientAddresses

public RecipientAddress[] getRecipientAddresses()
Description copied from interface: MmsInformation
Returns the set of Recipient-Address AVPs. The returned array contains the AVPs in the order they appear in the message. A return value of null implies that no Recipient-Address AVPs have been set. The elements in the given array are RecipientAddress objects.

Specified by:
getRecipientAddresses in interface MmsInformation

getReplyApplicId

public java.lang.String getReplyApplicId()
Description copied from interface: MmsInformation
Returns the value of the Reply-Applic-ID AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getReplyApplicId in interface MmsInformation

getSubmissionTime

public java.util.Date getSubmissionTime()
Description copied from interface: MmsInformation
Returns the value of the Submission-Time AVP, of type Time. A return value of null implies that the AVP has not been set.

Specified by:
getSubmissionTime in interface MmsInformation

getVasId

public java.lang.String getVasId()
Description copied from interface: MmsInformation
Returns the value of the VAS-Id AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getVasId in interface MmsInformation

getVaspId

public java.lang.String getVaspId()
Description copied from interface: MmsInformation
Returns the value of the VASP-Id AVP, of type UTF8String. A return value of null implies that the AVP has not been set.

Specified by:
getVaspId in interface MmsInformation

hasAdaptations

public boolean hasAdaptations()
Description copied from interface: MmsInformation
Returns true if the Adaptations AVP is present in the message.

Specified by:
hasAdaptations in interface MmsInformation

hasApplicId

public boolean hasApplicId()
Description copied from interface: MmsInformation
Returns true if the Applic-ID AVP is present in the message.

Specified by:
hasApplicId in interface MmsInformation

hasAuxApplicInfo

public boolean hasAuxApplicInfo()
Description copied from interface: MmsInformation
Returns true if the Aux-Applic-Info AVP is present in the message.

Specified by:
hasAuxApplicInfo in interface MmsInformation

hasContentClass

public boolean hasContentClass()
Description copied from interface: MmsInformation
Returns true if the Content-Class AVP is present in the message.

Specified by:
hasContentClass in interface MmsInformation

hasDeliveryReportRequested

public boolean hasDeliveryReportRequested()
Description copied from interface: MmsInformation
Returns true if the Delivery-Report-Requested AVP is present in the message.

Specified by:
hasDeliveryReportRequested in interface MmsInformation

hasDrmContent

public boolean hasDrmContent()
Description copied from interface: MmsInformation
Returns true if the DRM-Content AVP is present in the message.

Specified by:
hasDrmContent in interface MmsInformation

hasMessageClass

public boolean hasMessageClass()
Description copied from interface: MmsInformation
Returns true if the Message-Class AVP is present in the message.

Specified by:
hasMessageClass in interface MmsInformation

hasMessageId

public boolean hasMessageId()
Description copied from interface: MmsInformation
Returns true if the Message-ID AVP is present in the message.

Specified by:
hasMessageId in interface MmsInformation

hasMessageSize

public boolean hasMessageSize()
Description copied from interface: MmsInformation
Returns true if the Message-Size AVP is present in the message.

Specified by:
hasMessageSize in interface MmsInformation

hasMessageType

public boolean hasMessageType()
Description copied from interface: MmsInformation
Returns true if the Message-Type AVP is present in the message.

Specified by:
hasMessageType in interface MmsInformation

hasMmContentType

public boolean hasMmContentType()
Description copied from interface: MmsInformation
Returns true if the MM-Content-Type AVP is present in the message.

Specified by:
hasMmContentType in interface MmsInformation

hasOriginatorAddress

public boolean hasOriginatorAddress()
Description copied from interface: MmsInformation
Returns true if the Originator-Address AVP is present in the message.

Specified by:
hasOriginatorAddress in interface MmsInformation

hasPriority

public boolean hasPriority()
Description copied from interface: MmsInformation
Returns true if the Priority AVP is present in the message.

Specified by:
hasPriority in interface MmsInformation

hasReadReplyReportRequested

public boolean hasReadReplyReportRequested()
Description copied from interface: MmsInformation
Returns true if the Read-Reply-Report-Requested AVP is present in the message.

Specified by:
hasReadReplyReportRequested in interface MmsInformation

hasReplyApplicId

public boolean hasReplyApplicId()
Description copied from interface: MmsInformation
Returns true if the Reply-Applic-ID AVP is present in the message.

Specified by:
hasReplyApplicId in interface MmsInformation

hasSubmissionTime

public boolean hasSubmissionTime()
Description copied from interface: MmsInformation
Returns true if the Submission-Time AVP is present in the message.

Specified by:
hasSubmissionTime in interface MmsInformation

hasVasId

public boolean hasVasId()
Description copied from interface: MmsInformation
Returns true if the VAS-Id AVP is present in the message.

Specified by:
hasVasId in interface MmsInformation

hasVaspId

public boolean hasVaspId()
Description copied from interface: MmsInformation
Returns true if the VASP-Id AVP is present in the message.

Specified by:
hasVaspId in interface MmsInformation

setAdaptations

public void setAdaptations(Adaptations adaptations)
Description copied from interface: MmsInformation
Sets the value of the Adaptations AVP, of type Enumerated.

Specified by:
setAdaptations in interface MmsInformation

setApplicId

public void setApplicId(java.lang.String applicId)
Description copied from interface: MmsInformation
Sets the value of the Applic-ID AVP, of type UTF8String.

Specified by:
setApplicId in interface MmsInformation

setAuxApplicInfo

public void setAuxApplicInfo(java.lang.String auxApplicInfo)
Description copied from interface: MmsInformation
Sets the value of the Aux-Applic-Info AVP, of type UTF8String.

Specified by:
setAuxApplicInfo in interface MmsInformation

setContentClass

public void setContentClass(ContentClass contentClass)
Description copied from interface: MmsInformation
Sets the value of the Content-Class AVP, of type Enumerated.

Specified by:
setContentClass in interface MmsInformation

setDeliveryReportRequested

public void setDeliveryReportRequested(DeliveryReportRequested deliveryReportRequested)
Description copied from interface: MmsInformation
Sets the value of the Delivery-Report-Requested AVP, of type Enumerated.

Specified by:
setDeliveryReportRequested in interface MmsInformation

setDrmContent

public void setDrmContent(DrmContent drmContent)
Description copied from interface: MmsInformation
Sets the value of the DRM-Content AVP, of type Enumerated.

Specified by:
setDrmContent in interface MmsInformation

setMessageClass

public void setMessageClass(MessageClass messageClass)
Description copied from interface: MmsInformation
Sets the value of the Message-Class AVP, of type Grouped.

Specified by:
setMessageClass in interface MmsInformation

setMessageId

public void setMessageId(java.lang.String messageId)
Description copied from interface: MmsInformation
Sets the value of the Message-ID AVP, of type UTF8String.

Specified by:
setMessageId in interface MmsInformation

setMessageSize

public void setMessageSize(long messageSize)
Description copied from interface: MmsInformation
Sets the value of the Message-Size AVP, of type Unsigned32.

Specified by:
setMessageSize in interface MmsInformation

setMessageType

public void setMessageType(MessageType messageType)
Description copied from interface: MmsInformation
Sets the value of the Message-Type AVP, of type Enumerated.

Specified by:
setMessageType in interface MmsInformation

setMmContentType

public void setMmContentType(MmContentType mmContentType)
Description copied from interface: MmsInformation
Sets the value of the MM-Content-Type AVP, of type Grouped.

Specified by:
setMmContentType in interface MmsInformation

setOriginatorAddress

public void setOriginatorAddress(OriginatorAddress originatorAddress)
Description copied from interface: MmsInformation
Sets the value of the Originator-Address AVP, of type Grouped.

Specified by:
setOriginatorAddress in interface MmsInformation

setPriority

public void setPriority(Priority priority)
Description copied from interface: MmsInformation
Sets the value of the Priority AVP, of type Enumerated.

Specified by:
setPriority in interface MmsInformation

setReadReplyReportRequested

public void setReadReplyReportRequested(ReadReplyReportRequested readReplyReportRequested)
Description copied from interface: MmsInformation
Sets the value of the Read-Reply-Report-Requested AVP, of type Enumerated.

Specified by:
setReadReplyReportRequested in interface MmsInformation

setRecipientAddress

public void setRecipientAddress(RecipientAddress recipientAddress)
Description copied from interface: MmsInformation
Sets a single Recipient-Address AVP in the message, of type Grouped.

Specified by:
setRecipientAddress in interface MmsInformation

setRecipientAddresses

public void setRecipientAddresses(RecipientAddress[] recipientAddresses)
Description copied from interface: MmsInformation
Sets the set of Recipient-Address AVPs, with all the values in the given array. The AVPs will be added to message in the order in which they appear in the array. Note: the array must not be altered by the caller following this call, and getRecipientAddresses() is not guaranteed to return the same array instance, e.g. an "==" check would fail.

Specified by:
setRecipientAddresses in interface MmsInformation

setReplyApplicId

public void setReplyApplicId(java.lang.String replyApplicId)
Description copied from interface: MmsInformation
Sets the value of the Reply-Applic-ID AVP, of type UTF8String.

Specified by:
setReplyApplicId in interface MmsInformation

setSubmissionTime

public void setSubmissionTime(java.util.Date submissionTime)
Description copied from interface: MmsInformation
Sets the value of the Submission-Time AVP, of type Time.

Specified by:
setSubmissionTime in interface MmsInformation

setVasId

public void setVasId(java.lang.String vasId)
Description copied from interface: MmsInformation
Sets the value of the VAS-Id AVP, of type UTF8String.

Specified by:
setVasId in interface MmsInformation

setVaspId

public void setVaspId(java.lang.String vaspId)
Description copied from interface: MmsInformation
Sets the value of the VASP-Id AVP, of type UTF8String.

Specified by:
setVaspId in interface MmsInformation


Copyright © 2011. All Rights Reserved.