Package org.cxml

Class XadesCommitmentTypeIndication

java.lang.Object
org.cxml.XadesCommitmentTypeIndication

public class XadesCommitmentTypeIndication extends Object
  • Field Details

    • xadesCommitmentTypeId

      protected XadesCommitmentTypeId xadesCommitmentTypeId
    • xadesObjectReferenceOrXadesAllSignedDataObjects

      protected List<Object> xadesObjectReferenceOrXadesAllSignedDataObjects
    • xadesCommitmentTypeQualifiers

      protected XadesCommitmentTypeQualifiers xadesCommitmentTypeQualifiers
  • Constructor Details

    • XadesCommitmentTypeIndication

      public XadesCommitmentTypeIndication()
  • Method Details

    • getXadesCommitmentTypeId

      public XadesCommitmentTypeId getXadesCommitmentTypeId()
      Gets the value of the xadesCommitmentTypeId property.
      Returns:
      possible object is XadesCommitmentTypeId
    • setXadesCommitmentTypeId

      public void setXadesCommitmentTypeId(XadesCommitmentTypeId value)
      Sets the value of the xadesCommitmentTypeId property.
      Parameters:
      value - allowed object is XadesCommitmentTypeId
    • getXadesObjectReferenceOrXadesAllSignedDataObjects

      public List<Object> 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 set method 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 XadesAllSignedDataObjects XadesObjectReference

    • getXadesCommitmentTypeQualifiers

      public XadesCommitmentTypeQualifiers getXadesCommitmentTypeQualifiers()
      Gets the value of the xadesCommitmentTypeQualifiers property.
      Returns:
      possible object is XadesCommitmentTypeQualifiers
    • setXadesCommitmentTypeQualifiers

      public void setXadesCommitmentTypeQualifiers(XadesCommitmentTypeQualifiers value)
      Sets the value of the xadesCommitmentTypeQualifiers property.
      Parameters:
      value - allowed object is XadesCommitmentTypeQualifiers