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