Class QualificationsType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.ecc.QualificationsType
All Implemented Interfaces:
Serializable

public class QualificationsType extends Object implements Serializable

Java class for QualificationsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QualificationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded">
         <element name="QualificationElement" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}QualificationElementType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: