java.lang.Object
eu.europa.esig.dss.model.x509.extension.RoleOfPSP
- All Implemented Interfaces:
Serializable
Object Identifier for roles of payment service providers
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the PSP nameeu.europa.esig.dss.enumerations.RoleOfPspOidGets the role OIDvoidsetPspName(String pspName) Sets the PSP namevoidsetPspOid(eu.europa.esig.dss.enumerations.RoleOfPspOid pspOid) Sets the role OID
-
Constructor Details
-
RoleOfPSP
public RoleOfPSP()Default constructor instantiating object with null values
-
-
Method Details
-
getPspOid
public eu.europa.esig.dss.enumerations.RoleOfPspOid getPspOid()Gets the role OID- Returns:
RoleOfPspOid
-
setPspOid
public void setPspOid(eu.europa.esig.dss.enumerations.RoleOfPspOid pspOid) Sets the role OID- Parameters:
pspOid-RoleOfPspOid
-
getPspName
Gets the PSP name- Returns:
String
-
setPspName
Sets the PSP name- Parameters:
pspName-String
-