org.mobicents.jcc.inap.protocol.parms
Class RequestedInformation
java.lang.Object
org.mobicents.jcc.inap.protocol.parms.RequestedInformation
- All Implemented Interfaces:
- java.io.Serializable
public class RequestedInformation
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RequestedInformation
public RequestedInformation(int type,
RequestedInformationValue value)
- Creates a new instance of RequestedInformation
RequestedInformation
public RequestedInformation(byte[] bin)
throws java.io.IOException
- Throws:
java.io.IOException
getType
public int getType()
getValue
public RequestedInformationValue getValue()
toByteArray
public byte[] toByteArray()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.