org.eclipse.higgins.rpps.core.tobj
Class IssuerInformationEntryTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.IssuerInformationEntryTO
- All Implemented Interfaces:
- Serializable
public class IssuerInformationEntryTO
- extends Object
- implements Serializable
Represents transfer object for ic07:IssuerInformationEntry m-card extension element according to section 4.1.1.8 of
Identity Selector Interoperability Profile V1.5
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
IssuerInformationEntryTO
public IssuerInformationEntryTO()
getEntryName
public String getEntryName()
- Returns:
- the entryName
getEntryValue
public String getEntryValue()
- Returns:
- the entryValue
setEntryName
public void setEntryName(String entryName)
- Parameters:
entryName - the entryName to set
setEntryValue
public void setEntryValue(String entryValue)
- Parameters:
entryValue - the entryValue to set