Uses of Class
org.etsi.uri._01903.v1_3.DataObjectFormat
-
Packages that use DataObjectFormat Package Description 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 Modifier and Type Field Description protected List<DataObjectFormat>SignedDataObjectProperties. dataObjectFormatsMethods in org.etsi.uri._01903.v1_3 that return DataObjectFormat Modifier and Type Method Description DataObjectFormatObjectFactory. createDataObjectFormat()Create an instance ofDataObjectFormatDataObjectFormatDataObjectFormat. withDescription(String value)DataObjectFormatDataObjectFormat. withEncoding(String value)DataObjectFormatDataObjectFormat. withMimeType(String value)DataObjectFormatDataObjectFormat. withObjectIdentifier(ObjectIdentifier value)DataObjectFormatDataObjectFormat. withObjectReference(String value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type DataObjectFormat Modifier and Type Method Description List<DataObjectFormat>SignedDataObjectProperties. getDataObjectFormats()Gets the value of the dataObjectFormats property.Methods in org.etsi.uri._01903.v1_3 with parameters of type DataObjectFormat Modifier and Type Method Description SignedDataObjectPropertiesSignedDataObjectProperties. withDataObjectFormats(DataObjectFormat... values)Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type DataObjectFormat Modifier and Type Method Description voidSignedDataObjectProperties. setDataObjectFormats(List<DataObjectFormat> value)SignedDataObjectPropertiesSignedDataObjectProperties. withDataObjectFormats(Collection<DataObjectFormat> values)SignedDataObjectPropertiesSignedDataObjectProperties. withDataObjectFormats(List<DataObjectFormat> value)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type DataObjectFormat Constructor Description SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats, List<CommitmentTypeIndication> commitmentTypeIndications, List<XAdESTimeStampType> allDataObjectsTimeStamps, List<XAdESTimeStampType> individualDataObjectsTimeStamps, String id)Fully-initialising value constructor
-