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 ExtensionsListTypedataObjectReferenceExtensionsprotected DigestMethodTypedigestMethodprotected byte[]digestValueprotected StringmimeTypeprotected Booleanrootfileprotected Stringuri -
Constructor Summary
Constructors Constructor Description DataObjectReferenceType() -
Method Summary
Modifier and Type Method Description ExtensionsListTypegetDataObjectReferenceExtensions()Gets the value of the dataObjectReferenceExtensions property.DigestMethodTypegetDigestMethod()Gets the value of the digestMethod property.byte[]getDigestValue()Gets the value of the digestValue property.StringgetMimeType()Gets the value of the mimeType property.StringgetURI()Gets the value of the uri property.BooleanisRootfile()Gets the value of the rootfile property.voidsetDataObjectReferenceExtensions(ExtensionsListType value)Sets 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.voidsetURI(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
-