Class DataObjectReferenceType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsListTypeprotected DigestMethodTypeprotected byte[]protected Stringprotected Booleanprotected String -
Constructor Summary
Constructors -
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.voidSets the value of the dataObjectReferenceExtensions property.voidsetDigestMethod(DigestMethodType value) Sets the value of the digestMethod property.voidsetDigestValue(byte[] value) Sets the value of the digestValue property.voidsetMimeType(String value) Sets the value of the mimeType property.voidsetRootfile(Boolean value) Sets the value of the rootfile property.voidSets 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
-