org.eclipse.higgins.rpps.core.tobj
Class IssuerInformationEntryTO

java.lang.Object
  extended by 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

Constructor Summary
IssuerInformationEntryTO()
           
 
Method Summary
 String getEntryName()
           
 String getEntryValue()
           
 void setEntryName(String entryName)
           
 void setEntryValue(String entryValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuerInformationEntryTO

public IssuerInformationEntryTO()
Method Detail

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