Class SASigningTimeType

  • All Implemented Interfaces:
    Serializable

    public class SASigningTimeType
    extends AttributeBaseType
    implements Serializable

    Java class for SASigningTimeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SASigningTimeType">
       <complexContent>
         <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
           <sequence>
             <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • time

        protected Date time
    • Constructor Detail

      • SASigningTimeType

        public SASigningTimeType()
    • Method Detail

      • getTime

        public Date getTime()
        Gets the value of the time property.
        Returns:
        possible object is String
      • setTime

        public void setTime​(Date value)
        Sets the value of the time property.
        Parameters:
        value - allowed object is String