Package eu.europa.esig.dss.model.x509
Class PSD2QcType
java.lang.Object
eu.europa.esig.dss.model.x509.PSD2QcType
Represents a PSD-2-QC type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNcaId()Gets an NCA IdGets an NCA nameGets a list ofRoleOfPSPsvoidSets an NCA IdvoidsetNcaName(String ncaName) Sets an NCA namevoidsetRolesOfPSP(List<RoleOfPSP> rolesOfPSP) Sets a list ofRoleOfPSPs
-
Constructor Details
-
PSD2QcType
public PSD2QcType()Default constructor instantiating object with null values
-
-
Method Details
-
getRolesOfPSP
Gets a list ofRoleOfPSPs- Returns:
- a list of
RoleOfPSPs
-
setRolesOfPSP
Sets a list ofRoleOfPSPs- Parameters:
rolesOfPSP- a list ofRoleOfPSPs
-
getNcaName
Gets an NCA name- Returns:
String
-
setNcaName
Sets an NCA name- Parameters:
ncaName-String
-
getNcaId
Gets an NCA Id- Returns:
String
-
setNcaId
Sets an NCA Id- Parameters:
ncaId-String
-