Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
_rawBytes |
protected java.lang.String |
_value |
Constructor and Description |
---|
StringValuedToken() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getRawBytes()
Get the value of the token's untranslated bytes.
|
java.lang.String |
getValue()
Get the value of the token as a String.
|
void |
setValue(java.lang.String value)
Set the value of the token.
|
isPdfACompliant, isSimpleToken
protected java.lang.String _value
protected java.util.Vector _rawBytes
public java.lang.String getValue()
public java.util.Vector getRawBytes()
public void setValue(java.lang.String value)