public class Document
extends java.lang.Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountryCode()
Returns the country code associated with this document.
|
DocumentType |
getDocumentType()
Returns the type of this document.
|
java.lang.String |
getValue()
Returns the value of this document.
|
public DocumentType getDocumentType()
public java.lang.String getValue()
public java.lang.String getCountryCode()