Class SigReferenceType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.SigReferenceType
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mimeType property.getURI()
Gets the value of the uri property.void
setMimeType
(String value) Sets the value of the mimeType property.void
Sets the value of the uri property.
-
Field Details
-
uri
-
mimeType
-
-
Constructor Details
-
SigReferenceType
public SigReferenceType()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getMimeType
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
Sets the value of the mimeType property.- Parameters:
value
- allowed object isString
-