Uses of Class
org.etsi.uri._02918.v1_2.DataObjectReference
-
Packages that use DataObjectReference Package Description org.etsi.uri._02918.v1_2 -
-
Uses of DataObjectReference in org.etsi.uri._02918.v1_2
Fields in org.etsi.uri._02918.v1_2 with type parameters of type DataObjectReference Modifier and Type Field Description protected List<DataObjectReference>ASiCManifest. dataObjectReferencesMethods in org.etsi.uri._02918.v1_2 that return DataObjectReference Modifier and Type Method Description DataObjectReferenceObjectFactory. createDataObjectReference()Create an instance ofDataObjectReferenceDataObjectReferenceDataObjectReference. withDataObjectReferenceExtensions(ExtensionsListType value)DataObjectReferenceDataObjectReference. withDigestMethod(no.digipost.org.w3.xmldsig.DigestMethod value)DataObjectReferenceDataObjectReference. withDigestValue(byte[] value)DataObjectReferenceDataObjectReference. withMimeType(String value)DataObjectReferenceDataObjectReference. withRootfile(Boolean value)DataObjectReferenceDataObjectReference. withURI(String value)Methods in org.etsi.uri._02918.v1_2 that return types with arguments of type DataObjectReference Modifier and Type Method Description List<DataObjectReference>ASiCManifest. getDataObjectReferences()Gets the value of the dataObjectReferences property.Methods in org.etsi.uri._02918.v1_2 with parameters of type DataObjectReference Modifier and Type Method Description ASiCManifestASiCManifest. withDataObjectReferences(DataObjectReference... values)Method parameters in org.etsi.uri._02918.v1_2 with type arguments of type DataObjectReference Modifier and Type Method Description voidASiCManifest. setDataObjectReferences(List<DataObjectReference> value)ASiCManifestASiCManifest. withDataObjectReferences(Collection<DataObjectReference> values)ASiCManifestASiCManifest. withDataObjectReferences(List<DataObjectReference> value)Constructor parameters in org.etsi.uri._02918.v1_2 with type arguments of type DataObjectReference Constructor Description ASiCManifest(SigReference sigReference, List<DataObjectReference> dataObjectReferences, ExtensionsListType aSiCManifestExtensions)Fully-initialising value constructor
-