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

java.lang.Object
  extended by org.mobicents.jcc.inap.protocol.parms.RequestedInformationValue
      extended by org.mobicents.jcc.inap.protocol.parms.DateTime

public class DateTime
extends RequestedInformationValue

Author:
Oleg Kulikov

Constructor Summary
DateTime(byte[] bin)
           
DateTime(java.util.Date value)
          Creates a new instance of DateTime
 
Method Summary
 java.util.Date 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

DateTime

public DateTime(java.util.Date value)
Creates a new instance of DateTime


DateTime

public DateTime(byte[] bin)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getValue

public java.util.Date getValue()

toByteArray

public byte[] toByteArray()
Specified by:
toByteArray in class RequestedInformationValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.