Class SigReferenceType

java.lang.Object
eu.europa.esig.asic.manifest.jaxb.SigReferenceType

public class SigReferenceType extends Object

Java class for SigReferenceType complex type.

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

 <complexType name="SigReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>