Package org.cxml

Class XadesAllDataObjectsTimeStamp

java.lang.Object
org.cxml.XadesAllDataObjectsTimeStamp

public class XadesAllDataObjectsTimeStamp extends Object
  • Field Details

    • id

      protected String id
    • dsCanonicalizationMethod

      protected DsCanonicalizationMethod dsCanonicalizationMethod
    • xadesEncapsulatedTimeStampOrXadesXMLTimeStamp

      protected List<Object> xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
  • Constructor Details

    • XadesAllDataObjectsTimeStamp

      public XadesAllDataObjectsTimeStamp()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDsCanonicalizationMethod

      public DsCanonicalizationMethod getDsCanonicalizationMethod()
      Gets the value of the dsCanonicalizationMethod property.
      Returns:
      possible object is DsCanonicalizationMethod
    • setDsCanonicalizationMethod

      public void setDsCanonicalizationMethod(DsCanonicalizationMethod value)
      Sets the value of the dsCanonicalizationMethod property.
      Parameters:
      value - allowed object is DsCanonicalizationMethod
    • getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp

      public List<Object> getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp()
      Gets the value of the xadesEncapsulatedTimeStampOrXadesXMLTimeStamp 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 xadesEncapsulatedTimeStampOrXadesXMLTimeStamp property.

      For example, to add a new item, do as follows:

          getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp().add(newItem);
       

      Objects of the following type(s) are allowed in the list XadesEncapsulatedTimeStamp XadesXMLTimeStamp