Class XmlPSD2QcInfo
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPSD2QcInfo
- All Implemented Interfaces:
Serializable
Java class for PSD2QcInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PSD2QcInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RolesOfPSP"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RoleOfPSP" type="{http://dss.esig.europa.eu/validation/diagnostic}RoleOfPSP" 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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNcaId()
Gets the value of the ncaId property.Gets the value of the ncaName property.void
Sets the value of the ncaId property.void
setNcaName
(String value) Sets the value of the ncaName property.void
setRolesOfPSP
(List<XmlRoleOfPSP> rolesOfPSP)
-
Field Details
-
rolesOfPSP
-
ncaName
-
ncaId
-
-
Constructor Details
-
XmlPSD2QcInfo
public XmlPSD2QcInfo()
-
-
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
-
getRolesOfPSP
-
setRolesOfPSP
-