Class DataObjectReferenceType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType
Java class for DataObjectReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataObjectReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> <element name="DataObjectReferenceExtensions" type="{http://uri.etsi.org/02918/v1.2.1#}ExtensionsListType" minOccurs="0"/> </sequence> <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Rootfile" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ExtensionsListType
protected DigestMethodType
protected byte[]
protected String
protected Boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataObjectReferenceExtensions property.Gets the value of the digestMethod property.byte[]
Gets the value of the digestValue property.Gets the value of the mimeType property.getURI()
Gets the value of the uri property.Gets the value of the rootfile property.void
Sets the value of the dataObjectReferenceExtensions property.void
setDigestMethod
(DigestMethodType value) Sets the value of the digestMethod property.void
setDigestValue
(byte[] value) Sets the value of the digestValue property.void
setMimeType
(String value) Sets the value of the mimeType property.void
setRootfile
(Boolean value) Sets the value of the rootfile property.void
Sets the value of the uri property.
-
Field Details
-
digestMethod
-
digestValue
protected byte[] digestValue -
dataObjectReferenceExtensions
-
uri
-
mimeType
-
rootfile
-
-
Constructor Details
-
DataObjectReferenceType
public DataObjectReferenceType()
-
-
Method Details
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
DigestMethodType
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value
- allowed object isDigestMethodType
-
getDigestValue
public byte[] getDigestValue()Gets the value of the digestValue property.- Returns:
- possible object is byte[]
-
setDigestValue
public void setDigestValue(byte[] value) Sets the value of the digestValue property.- Parameters:
value
- allowed object is byte[]
-
getDataObjectReferenceExtensions
Gets the value of the dataObjectReferenceExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setDataObjectReferenceExtensions
Sets the value of the dataObjectReferenceExtensions property.- Parameters:
value
- allowed object isExtensionsListType
-
getURI
-
setURI
-
getMimeType
-
setMimeType
-
isRootfile
-
setRootfile
-