Class XmlByteRange

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlByteRange
All Implemented Interfaces:
Serializable

public class XmlByteRange extends Object implements Serializable

Java class for ByteRange complex type.

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

 <complexType name="ByteRange">
   <simpleContent>
     <extension base="<http://dss.esig.europa.eu/validation/diagnostic>int-list">
       <attribute name="valid" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also: