at.knowcenter.wag.egov.egiz.pdf
Class ReplaceInfo

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.pdf.ReplaceInfo
All Implemented Interfaces:
Serializable

public class ReplaceInfo
extends Object
implements Serializable

Holds the information requeired to replace a certain value in the document completely.

Author:
wprinz
See Also:
Serialized Form

Field Summary
 byte[] brev
          The brev of this value.
 byte[] enc
          The encoding of this value.
 List replaces
          The list of Strings this value must be splitted to.
 SignatureFieldDefinition sfd
          The field definition of this value.
 String value
          The value itself.
 
Constructor Summary
ReplaceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sfd

public SignatureFieldDefinition sfd
The field definition of this value.


value

public String value
The value itself.


replaces

public List replaces
The list of Strings this value must be splitted to.


brev

public byte[] brev
The brev of this value.


enc

public byte[] enc
The encoding of this value.

Constructor Detail

ReplaceInfo

public ReplaceInfo()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.