public class PartyIdentification extends Object implements Serializable
| Constructor and Description |
|---|
PartyIdentification() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpirationdate() |
String |
getIdentifier() |
Date |
getIssuedate() |
String |
getPartyidentificationtype() |
UUID |
getPartyuuid() |
void |
setExpirationdate(Date expirationdate) |
void |
setIdentifier(String identifier) |
void |
setIssuedate(Date issuedate) |
void |
setPartyidentificationtype(String partyidentificationtype) |
void |
setPartyuuid(UUID partyuuid) |
public String getPartyidentificationtype()
public void setPartyidentificationtype(String partyidentificationtype)
partyidentificationtype - the partyidentificationtype to setpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifier to setpublic Date getIssuedate()
public void setIssuedate(Date issuedate)
issuedate - the issuedate to setpublic Date getExpirationdate()
public void setExpirationdate(Date expirationdate)
expirationdate - the expirationdate to setpublic UUID getPartyuuid()
public void setPartyuuid(UUID partyuuid)
partyuuid - the partyuuid to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.