public class PersonalAttributeList extends Object
| Constructor and Description |
|---|
PersonalAttributeList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonalAttribute> |
getAttribute()
Getter for attribute
|
void |
setAttribute(List<PersonalAttribute> attribute)
Setter for attribute
|
String |
toNVPString() |
String |
toNVPString(String prefix) |
public List<PersonalAttribute> getAttribute()
public void setAttribute(List<PersonalAttribute> attribute)
public String toNVPString() throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic String toNVPString(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2013. All Rights Reserved.