Uses of Class
org.etsi.uri._2918.v1_2.DataObjectReference

Packages that use DataObjectReference
org.etsi.uri._2918.v1_2   
 

Uses of DataObjectReference in org.etsi.uri._2918.v1_2
 

Fields in org.etsi.uri._2918.v1_2 with type parameters of type DataObjectReference
protected  List<DataObjectReference> ASiCManifest.dataObjectReferences
           
 

Methods in org.etsi.uri._2918.v1_2 that return DataObjectReference
 DataObjectReference ObjectFactory.createDataObjectReference()
          Create an instance of DataObjectReference
 DataObjectReference DataObjectReference.withDataObjectReferenceExtensions(ExtensionsListType value)
           
 DataObjectReference DataObjectReference.withDigestMethod(DigestMethod value)
           
 DataObjectReference DataObjectReference.withDigestValue(byte[] value)
           
 DataObjectReference DataObjectReference.withMimeType(String value)
           
 DataObjectReference DataObjectReference.withRootfile(Boolean value)
           
 DataObjectReference DataObjectReference.withURI(String value)
           
 

Methods in org.etsi.uri._2918.v1_2 that return types with arguments of type DataObjectReference
 List<DataObjectReference> ASiCManifest.getDataObjectReferences()
          Gets the value of the dataObjectReferences property.
 

Methods in org.etsi.uri._2918.v1_2 with parameters of type DataObjectReference
 ASiCManifest ASiCManifest.withDataObjectReferences(DataObjectReference... values)
           
 

Method parameters in org.etsi.uri._2918.v1_2 with type arguments of type DataObjectReference
 void ASiCManifest.setDataObjectReferences(List<DataObjectReference> value)
           
 ASiCManifest ASiCManifest.withDataObjectReferences(Collection<DataObjectReference> values)
           
 ASiCManifest ASiCManifest.withDataObjectReferences(List<DataObjectReference> value)
           
 

Constructor parameters in org.etsi.uri._2918.v1_2 with type arguments of type DataObjectReference
ASiCManifest(SigReference sigReference, List<DataObjectReference> dataObjectReferences, ExtensionsListType aSiCManifestExtensions)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.