Enum Class XmlEncapsulationType

java.lang.Object
java.lang.Enum<XmlEncapsulationType>
eu.europa.esig.dss.diagnostic.jaxb.XmlEncapsulationType
All Implemented Interfaces:
Serializable, Comparable<XmlEncapsulationType>, Constable

public enum XmlEncapsulationType extends Enum<XmlEncapsulationType>

Java class for EncapsulationType.

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

 <simpleType name="EncapsulationType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="BINARIES"/>
     <enumeration value="REFERENCE"/>
   </restriction>
 </simpleType>