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:
  • Field Details

  • Constructor Details

    • XmlPSD2QcInfo

      public XmlPSD2QcInfo()
  • Method Details

    • getNcaName

      public String getNcaName()
      Gets the value of the ncaName property.
      Returns:
      possible object is String
    • setNcaName

      public void setNcaName(String value)
      Sets the value of the ncaName property.
      Parameters:
      value - allowed object is String
    • getNcaId

      public String getNcaId()
      Gets the value of the ncaId property.
      Returns:
      possible object is String
    • setNcaId

      public void setNcaId(String value)
      Sets the value of the ncaId property.
      Parameters:
      value - allowed object is String
    • getRolesOfPSP

      public List<XmlRoleOfPSP> getRolesOfPSP()
    • setRolesOfPSP

      public void setRolesOfPSP(List<XmlRoleOfPSP> rolesOfPSP)