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