Class PersonNameChangedNotificationDto
- java.lang.Object
-
- com.fifa.connectid.sdk.notifications.PersonNameChangedNotificationDto
-
- All Implemented Interfaces:
Serializable
public class PersonNameChangedNotificationDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactorNameprotected XMLGregorianCalendaroperationTimestampprotected StringpersonFIFAId
-
Constructor Summary
Constructors Constructor Description PersonNameChangedNotificationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActorName()XMLGregorianCalendargetOperationTimestamp()StringgetPersonFIFAId()voidsetActorName(String actorName)voidsetOperationTimestamp(XMLGregorianCalendar operationTimestamp)voidsetPersonFIFAId(String personFIFAId)
-
-
-
Field Detail
-
personFIFAId
protected String personFIFAId
-
actorName
protected String actorName
-
operationTimestamp
protected XMLGregorianCalendar operationTimestamp
-
-
Method Detail
-
getPersonFIFAId
public String getPersonFIFAId()
-
setPersonFIFAId
public void setPersonFIFAId(String personFIFAId)
-
getActorName
public String getActorName()
-
setActorName
public void setActorName(String actorName)
-
getOperationTimestamp
public XMLGregorianCalendar getOperationTimestamp()
-
setOperationTimestamp
public void setOperationTimestamp(XMLGregorianCalendar operationTimestamp)
-
-