Uses of Class
org.etsi.uri._01903.v1_3.DataObjectFormat

Packages that use DataObjectFormat
org.etsi.uri._01903.v1_3   
 

Uses of DataObjectFormat in org.etsi.uri._01903.v1_3
 

Fields in org.etsi.uri._01903.v1_3 with type parameters of type DataObjectFormat
protected  List<DataObjectFormat> SignedDataObjectProperties.dataObjectFormats
           
 

Methods in org.etsi.uri._01903.v1_3 that return DataObjectFormat
 DataObjectFormat ObjectFactory.createDataObjectFormat()
          Create an instance of DataObjectFormat
 DataObjectFormat DataObjectFormat.withDescription(String value)
           
 DataObjectFormat DataObjectFormat.withEncoding(String value)
           
 DataObjectFormat DataObjectFormat.withMimeType(String value)
           
 DataObjectFormat DataObjectFormat.withObjectIdentifier(ObjectIdentifier value)
           
 DataObjectFormat DataObjectFormat.withObjectReference(String value)
           
 

Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type DataObjectFormat
 List<DataObjectFormat> SignedDataObjectProperties.getDataObjectFormats()
          Gets the value of the dataObjectFormats property.
 

Methods in org.etsi.uri._01903.v1_3 with parameters of type DataObjectFormat
 SignedDataObjectProperties SignedDataObjectProperties.withDataObjectFormats(DataObjectFormat... values)
           
 

Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type DataObjectFormat
 void SignedDataObjectProperties.setDataObjectFormats(List<DataObjectFormat> value)
           
 SignedDataObjectProperties SignedDataObjectProperties.withDataObjectFormats(Collection<DataObjectFormat> values)
           
 SignedDataObjectProperties SignedDataObjectProperties.withDataObjectFormats(List<DataObjectFormat> value)
           
 

Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type DataObjectFormat
SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats, List<CommitmentTypeIndication> commitmentTypeIndications, List<XAdESTimeStampType> allDataObjectsTimeStamps, List<XAdESTimeStampType> individualDataObjectsTimeStamps, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.