public static class Address.AddressField
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AddressFieldType |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
AddressField() |
| Modifier and Type | Method and Description |
|---|---|
AddressFieldType |
getType() |
java.lang.String |
getValue() |
void |
setType(AddressFieldType type) |
void |
setValue(java.lang.String value) |
protected AddressFieldType type
protected java.lang.String value
public AddressFieldType getType()
public void setType(AddressFieldType type)
public java.lang.String getValue()
public void setValue(java.lang.String value)