Package org.cxml
Class XadesCommitmentTypeIndication
java.lang.Object
org.cxml.XadesCommitmentTypeIndication
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XadesCommitmentTypeIdprotected XadesCommitmentTypeQualifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xadesCommitmentTypeId property.Gets the value of the xadesCommitmentTypeQualifiers property.Gets the value of the xadesObjectReferenceOrXadesAllSignedDataObjects property.voidSets the value of the xadesCommitmentTypeId property.voidSets the value of the xadesCommitmentTypeQualifiers property.
-
Field Details
-
xadesCommitmentTypeId
-
xadesObjectReferenceOrXadesAllSignedDataObjects
-
xadesCommitmentTypeQualifiers
-
-
Constructor Details
-
XadesCommitmentTypeIndication
public XadesCommitmentTypeIndication()
-
-
Method Details
-
getXadesCommitmentTypeId
Gets the value of the xadesCommitmentTypeId property.- Returns:
- possible object is
XadesCommitmentTypeId
-
setXadesCommitmentTypeId
Sets the value of the xadesCommitmentTypeId property.- Parameters:
value- allowed object isXadesCommitmentTypeId
-
getXadesObjectReferenceOrXadesAllSignedDataObjects
Gets the value of the xadesObjectReferenceOrXadesAllSignedDataObjects 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 xadesObjectReferenceOrXadesAllSignedDataObjects property.For example, to add a new item, do as follows:
getXadesObjectReferenceOrXadesAllSignedDataObjects().add(newItem);Objects of the following type(s) are allowed in the list
XadesAllSignedDataObjectsXadesObjectReference -
getXadesCommitmentTypeQualifiers
Gets the value of the xadesCommitmentTypeQualifiers property.- Returns:
- possible object is
XadesCommitmentTypeQualifiers
-
setXadesCommitmentTypeQualifiers
Sets the value of the xadesCommitmentTypeQualifiers property.- Parameters:
value- allowed object isXadesCommitmentTypeQualifiers
-