Class XmlPSD2Role
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPSD2Role
- All Implemented Interfaces:
Serializable
public class XmlPSD2Role extends Object implements Serializable
Java class for PSD2Role complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PSD2Role"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pspOid" type="{http://dss.esig.europa.eu/validation/diagnostic}OID" minOccurs="0"/> <element name="pspName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlPSD2Role()
-
Method Summary
Modifier and Type Method Description String
getPspName()
Gets the value of the pspName property.XmlOID
getPspOid()
Gets the value of the pspOid property.void
setPspName(String value)
Sets the value of the pspName property.void
setPspOid(XmlOID value)
Sets the value of the pspOid property.
-
Field Details
-
Constructor Details
-
XmlPSD2Role
public XmlPSD2Role()
-
-
Method Details
-
getPspOid
Gets the value of the pspOid property.- Returns:
- possible object is
XmlOID
-
setPspOid
Sets the value of the pspOid property.- Parameters:
value
- allowed object isXmlOID
-
getPspName
Gets the value of the pspName property.- Returns:
- possible object is
String
-
setPspName
Sets the value of the pspName property.- Parameters:
value
- allowed object isString
-