Class PersonRegistrationsType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PersonRegistrationsType
-
public class PersonRegistrationsType extends Object
The PersonRegistrationsType model.
-
-
Constructor Summary
Constructors Constructor Description PersonRegistrationsType()Initializes a new instance of the PersonRegistrationsType class.
-
Method Summary
-
-
-
Method Detail
-
playerRegistrations
public List<PlayerRegistrationType> playerRegistrations()
Get the playerRegistrations value.- Returns:
- the playerRegistrations value
-
withPlayerRegistrations
public PersonRegistrationsType withPlayerRegistrations(List<PlayerRegistrationType> playerRegistrations)
Set the playerRegistrations value.- Parameters:
playerRegistrations- the playerRegistrations value to set- Returns:
- the PersonRegistrationsType object itself.
-
matchOfficialRegistrations
public List<MatchOfficialRegistrationType> matchOfficialRegistrations()
Get the matchOfficialRegistrations value.- Returns:
- the matchOfficialRegistrations value
-
withMatchOfficialRegistrations
public PersonRegistrationsType withMatchOfficialRegistrations(List<MatchOfficialRegistrationType> matchOfficialRegistrations)
Set the matchOfficialRegistrations value.- Parameters:
matchOfficialRegistrations- the matchOfficialRegistrations value to set- Returns:
- the PersonRegistrationsType object itself.
-
teamOfficialRegistrations
public List<TeamOfficialRegistrationType> teamOfficialRegistrations()
Get the teamOfficialRegistrations value.- Returns:
- the teamOfficialRegistrations value
-
withTeamOfficialRegistrations
public PersonRegistrationsType withTeamOfficialRegistrations(List<TeamOfficialRegistrationType> teamOfficialRegistrations)
Set the teamOfficialRegistrations value.- Parameters:
teamOfficialRegistrations- the teamOfficialRegistrations value to set- Returns:
- the PersonRegistrationsType object itself.
-
organisationOfficialRegistrations
public List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations()
Get the organisationOfficialRegistrations value.- Returns:
- the organisationOfficialRegistrations value
-
withOrganisationOfficialRegistrations
public PersonRegistrationsType withOrganisationOfficialRegistrations(List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations)
Set the organisationOfficialRegistrations value.- Parameters:
organisationOfficialRegistrations- the organisationOfficialRegistrations value to set- Returns:
- the PersonRegistrationsType object itself.
-
-