Class XmlPSD2Info
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPSD2Info
- All Implemented Interfaces:
Serializable
public class XmlPSD2Info extends Object implements Serializable
Java class for PSD2Info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PSD2Info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PSD2Roles"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PSD2Role" type="{http://dss.esig.europa.eu/validation/diagnostic}PSD2Role" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ncaName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ncaId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlPSD2Info()
-
Method Summary
Modifier and Type Method Description String
getNcaId()
Gets the value of the ncaId property.String
getNcaName()
Gets the value of the ncaName property.List<XmlPSD2Role>
getPSD2Roles()
void
setNcaId(String value)
Sets the value of the ncaId property.void
setNcaName(String value)
Sets the value of the ncaName property.void
setPSD2Roles(List<XmlPSD2Role> psd2Roles)
-
Field Details
-
Constructor Details
-
XmlPSD2Info
public XmlPSD2Info()
-
-
Method Details
-
getNcaName
Gets the value of the ncaName property.- Returns:
- possible object is
String
-
setNcaName
Sets the value of the ncaName property.- Parameters:
value
- allowed object isString
-
getNcaId
Gets the value of the ncaId property.- Returns:
- possible object is
String
-
setNcaId
Sets the value of the ncaId property.- Parameters:
value
- allowed object isString
-
getPSD2Roles
-
setPSD2Roles
-