org.mobicents.jcc.inap.protocol.parms
Class RequestedInformation

java.lang.Object
  extended by 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

Constructor Summary
RequestedInformation(byte[] bin)
           
RequestedInformation(int type, RequestedInformationValue value)
          Creates a new instance of RequestedInformation
 
Method Summary
 int getType()
           
 RequestedInformationValue getValue()
           
 byte[] toByteArray()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.