Class SigningTimeInfoType.SigningTimeBoundaries

  • Enclosing class:
    SigningTimeInfoType

    public static class SigningTimeInfoType.SigningTimeBoundaries
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.xml.datatype.XMLGregorianCalendar lowerBoundary  
      protected javax.xml.datatype.XMLGregorianCalendar upperBoundary  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.datatype.XMLGregorianCalendar getLowerBoundary()
      Gets the value of the lowerBoundary property.
      javax.xml.datatype.XMLGregorianCalendar getUpperBoundary()
      Gets the value of the upperBoundary property.
      void setLowerBoundary​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lowerBoundary property.
      void setUpperBoundary​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the upperBoundary property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lowerBoundary

        protected javax.xml.datatype.XMLGregorianCalendar lowerBoundary
      • upperBoundary

        protected javax.xml.datatype.XMLGregorianCalendar upperBoundary
    • Constructor Detail

      • SigningTimeBoundaries

        public SigningTimeBoundaries()
    • Method Detail

      • getLowerBoundary

        public javax.xml.datatype.XMLGregorianCalendar getLowerBoundary()
        Gets the value of the lowerBoundary property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLowerBoundary

        public void setLowerBoundary​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lowerBoundary property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getUpperBoundary

        public javax.xml.datatype.XMLGregorianCalendar getUpperBoundary()
        Gets the value of the upperBoundary property.
        Returns:
        possible object is XMLGregorianCalendar
      • setUpperBoundary

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