dk.i1.diameter
Class AVP_Integer32

Object
  extended by dk.i1.diameter.AVP
      extended by dk.i1.diameter.AVP_Integer32

public class AVP_Integer32
extends AVP

32-bit signed integer AVP.


Field Summary
 
Fields inherited from class dk.i1.diameter.AVP
code, vendor_id
 
Constructor Summary
AVP_Integer32(AVP a)
           
AVP_Integer32(int code, int value)
           
AVP_Integer32(int code, int vendor_id, int value)
           
 
Method Summary
 int queryValue()
           
 void setValue(int value)
           
 
Methods inherited from class dk.i1.diameter.AVP
isMandatory, isPrivate, isVendorSpecific, queryPayload, setM, setMandatory, setPrivate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVP_Integer32

public AVP_Integer32(AVP a)
              throws InvalidAVPLengthException
Throws:
InvalidAVPLengthException

AVP_Integer32

public AVP_Integer32(int code,
                     int value)

AVP_Integer32

public AVP_Integer32(int code,
                     int vendor_id,
                     int value)
Method Detail

queryValue

public int queryValue()

setValue

public void setValue(int value)