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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SigReferenceType()
-
Method Summary
Modifier and Type Method Description String
getMimeType()
Gets the value of the mimeType property.String
getURI()
Gets the value of the uri property.void
setMimeType(String value)
Sets the value of the mimeType property.void
setURI(String value)
Sets the value of the uri property.
-
Field Details
-
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
-