All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.europa.esig.dss.detailedreport.jaxb.XmlCV Maven / Gradle / Ivy

Go to download

Generated source from XSD for Detailed Report and additional XSLT (for HTML/PDF renderings).

There is a newer version: 6.1
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.12.24 at 03:19:12 PM CET 
//


package eu.europa.esig.dss.detailedreport.jaxb;

import java.io.Serializable;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for CV complex type. * *

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

 * <complexType name="CV">
 *   <complexContent>
 *     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CV") public class XmlCV extends XmlConstraintsConclusion implements Serializable { private final static long serialVersionUID = 1L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy