Package org.cxml

Class XadesOtherTimeStamp

java.lang.Object
org.cxml.XadesOtherTimeStamp

public class XadesOtherTimeStamp extends Object
  • Field Details

  • Constructor Details

    • XadesOtherTimeStamp

      public XadesOtherTimeStamp()
  • 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
    • getXadesReferenceInfo

      public List<XadesReferenceInfo> getXadesReferenceInfo()
      Gets the value of the xadesReferenceInfo 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 xadesReferenceInfo property.

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

          getXadesReferenceInfo().add(newItem);
       

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

    • 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