public class ExtractedItemInfo extends Object
Contains Container Item information.
Constructor and Description |
---|
ExtractedItemInfo(int documentType,
String itemInfo,
String innerPath,
FieldInfo[] fields)
Initializes a new instance of the
ExtractedItemInfo class. |
Modifier and Type | Method and Description |
---|---|
int |
getDocumentType()
Gets document type.
|
FieldInfo[] |
getFields()
Gets extracted field array.
|
String |
getItemInfo()
Gets item information.
|
public ExtractedItemInfo(int documentType, String itemInfo, String innerPath, FieldInfo[] fields)
Initializes a new instance of the ExtractedItemInfo
class.
documentType
- Document type.itemInfo
- Item Information.innerPath
- Path to item in container.fields
- Extracted fields.public final int getDocumentType()
Gets document type.
Value: The document type.public final String getItemInfo()
Gets item information.
Value: The item info.public final FieldInfo[] getFields()
Gets extracted field array.
Value: The field array.Copyright © 2018. All rights reserved.