Class XmlPSD2QcInfo

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPSD2QcInfo
All Implemented Interfaces:
Serializable

public class XmlPSD2QcInfo extends Object implements 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: