ListField.Field| Constructor and Description |
|---|
ListFieldImpl() |
ListFieldImpl(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPrimary()
Get Boolean value indicating whether this instance of the Plural Field is the primary or
preferred value of for this field, e.g. the preferred mailing address or primary e-mail
address.
|
String |
getType()
The type of field for this instance, usually used to label the preferred function of the given
contact information.
|
String |
getValue()
Get the primary value of this field, e.g. the actual e-mail address, phone number, or URL.
|
void |
setPrimary(Boolean primary) |
void |
setType(String type)
Set the type of the field.
|
void |
setValue(String value) |
public String getType()
ListFieldpublic void setType(String type)
public String getValue()
ListFieldpublic void setValue(String value)
setValue in interface ListFieldvalue - the value of the fieldListField.getValue()public Boolean getPrimary()
ListFieldgetPrimary in interface ListFieldpublic void setPrimary(Boolean primary)
setPrimary in interface ListFieldprimary - set to true if a primary or preferred valueListField.getPrimary()Copyright © 2007-2012. All Rights Reserved.