Package org.cxml

Class XadesIndividualDataObjectsTimeStamp


  • public class XadesIndividualDataObjectsTimeStamp
    extends java.lang.Object
    • Field Detail

      • id

        protected java.lang.String id
      • xadesInclude

        protected java.util.List<XadesInclude> xadesInclude
      • xadesEncapsulatedTimeStampOrXadesXMLTimeStamp

        protected java.util.List<java.lang.Object> xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
    • Constructor Detail

      • XadesIndividualDataObjectsTimeStamp

        public XadesIndividualDataObjectsTimeStamp()
    • Method Detail

      • getId

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

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

        public java.util.List<XadesInclude> getXadesInclude()
        Gets the value of the xadesInclude 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 xadesInclude property.

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

            getXadesInclude().add(newItem);
         

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

      • getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp

        public java.util.List<java.lang.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