net.sf.jradius.packet.attribute.value
Class VSAValue
java.lang.Object
net.sf.jradius.packet.attribute.value.AttributeValue
net.sf.jradius.packet.attribute.value.VSAValue
- All Implemented Interfaces:
- java.io.Serializable
public abstract class VSAValue
- extends AttributeValue
The Vendor Specific Attribute (VSA) value
- Author:
- David Bird
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VSAValue
public VSAValue()
VSAValue
public VSAValue(AttributeValue v)
getBytes
public void getBytes(java.io.DataOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
getLength
public int getLength()
- Overrides:
getLength
in class AttributeValue
toString
public java.lang.String toString()
- Overrides:
toString
in class AttributeValue
toXMLString
public java.lang.String toXMLString()
- Overrides:
toXMLString
in class AttributeValue
getVendorID
public int getVendorID()
setVendorID
public void setVendorID(int vendorID)
getValueObject
public java.io.Serializable getValueObject()
- Overrides:
getValueObject
in class AttributeValue
setObjectValue
public void setObjectValue(java.io.Serializable o)
Copyright © 2006 The JRadius Project, All Rights Reserved.