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