Class SigningTimeInfoType


  • public class SigningTimeInfoType
    extends java.lang.Object

    Java class for SigningTimeInfoType complex type.

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

     <complexType name="SigningTimeInfoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="SigningTimeBoundaries" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="LowerBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                       <element name="UpperBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SigningTimeInfoType

        public SigningTimeInfoType()
    • Method Detail

      • getSigningTime

        public javax.xml.datatype.XMLGregorianCalendar getSigningTime()
        Gets the value of the signingTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setSigningTime

        public void setSigningTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the signingTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar