Class SigReferenceType

java.lang.Object
eu.europa.esig.asic.manifest.jaxb.SigReferenceType
All Implemented Interfaces:
Serializable

public class SigReferenceType extends Object implements Serializable

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>
 
See Also:
  • Field Details

    • uri

      protected String uri
    • mimeType

      protected String mimeType
  • Constructor Details

    • SigReferenceType

      public SigReferenceType()
  • Method Details

    • getURI

      public String getURI()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setURI

      public void setURI(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getMimeType

      public String getMimeType()
      Gets the value of the mimeType property.
      Returns:
      possible object is String
    • setMimeType

      public void setMimeType(String value)
      Sets the value of the mimeType property.
      Parameters:
      value - allowed object is String