Class DataObjectReferenceType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType
- All Implemented Interfaces:
Serializable
public class DataObjectReferenceType extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionsListType
dataObjectReferenceExtensions
protected DigestMethodType
digestMethod
protected byte[]
digestValue
protected String
mimeType
protected Boolean
rootfile
protected String
uri
-
Constructor Summary
Constructors Constructor Description DataObjectReferenceType()
-
Method Summary
Modifier and Type Method Description ExtensionsListType
getDataObjectReferenceExtensions()
Gets the value of the dataObjectReferenceExtensions property.DigestMethodType
getDigestMethod()
Gets the value of the digestMethod property.byte[]
getDigestValue()
Gets the value of the digestValue property.String
getMimeType()
Gets the value of the mimeType property.String
getURI()
Gets the value of the uri property.Boolean
isRootfile()
Gets the value of the rootfile property.void
setDataObjectReferenceExtensions(ExtensionsListType value)
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
setURI(String value)
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
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
-
isRootfile
Gets the value of the rootfile property.- Returns:
- possible object is
Boolean
-
setRootfile
Sets the value of the rootfile property.- Parameters:
value
- allowed object isBoolean
-