Class XadesSignedDataObjectProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<XadesAllDataObjectsTimeStamp>protected List<XadesCommitmentTypeIndication>protected List<XadesDataObjectFormat>protected List<XadesIndividualDataObjectsTimeStamp> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesAllDataObjectsTimeStamp property.Gets the value of the xadesCommitmentTypeIndication property.Gets the value of the xadesDataObjectFormat property.Gets the value of the xadesIndividualDataObjectsTimeStamp property.voidSets the value of the id property.
-
Field Details
-
id
-
xadesDataObjectFormat
-
xadesCommitmentTypeIndication
-
xadesAllDataObjectsTimeStamp
-
xadesIndividualDataObjectsTimeStamp
-
-
Constructor Details
-
XadesSignedDataObjectProperties
public XadesSignedDataObjectProperties()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesDataObjectFormat
Gets the value of the xadesDataObjectFormat property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesDataObjectFormat property.For example, to add a new item, do as follows:
getXadesDataObjectFormat().add(newItem);Objects of the following type(s) are allowed in the list
XadesDataObjectFormat -
getXadesCommitmentTypeIndication
Gets the value of the xadesCommitmentTypeIndication property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesCommitmentTypeIndication property.For example, to add a new item, do as follows:
getXadesCommitmentTypeIndication().add(newItem);Objects of the following type(s) are allowed in the list
XadesCommitmentTypeIndication -
getXadesAllDataObjectsTimeStamp
Gets the value of the xadesAllDataObjectsTimeStamp property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesAllDataObjectsTimeStamp property.For example, to add a new item, do as follows:
getXadesAllDataObjectsTimeStamp().add(newItem);Objects of the following type(s) are allowed in the list
XadesAllDataObjectsTimeStamp -
getXadesIndividualDataObjectsTimeStamp
Gets the value of the xadesIndividualDataObjectsTimeStamp property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesIndividualDataObjectsTimeStamp property.For example, to add a new item, do as follows:
getXadesIndividualDataObjectsTimeStamp().add(newItem);Objects of the following type(s) are allowed in the list
XadesIndividualDataObjectsTimeStamp
-