Class UseVerificationTimeType


  • public class UseVerificationTimeType
    extends java.lang.Object

    Java class for UseVerificationTimeType complex type.

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

     <complexType name="UseVerificationTimeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="CurrentTime" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="SpecificTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <any namespace='##other'/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object any  
      protected java.lang.Object currentTime  
      protected javax.xml.datatype.XMLGregorianCalendar specificTime  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getAny()
      Gets the value of the any property.
      java.lang.Object getCurrentTime()
      Gets the value of the currentTime property.
      javax.xml.datatype.XMLGregorianCalendar getSpecificTime()
      Gets the value of the specificTime property.
      void setAny​(java.lang.Object value)
      Sets the value of the any property.
      void setCurrentTime​(java.lang.Object value)
      Sets the value of the currentTime property.
      void setSpecificTime​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the specificTime property.
      • Methods inherited from class java.lang.Object

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

      • currentTime

        protected java.lang.Object currentTime
      • specificTime

        protected javax.xml.datatype.XMLGregorianCalendar specificTime
      • any

        protected java.lang.Object any
    • Constructor Detail

      • UseVerificationTimeType

        public UseVerificationTimeType()
    • Method Detail

      • getCurrentTime

        public java.lang.Object getCurrentTime()
        Gets the value of the currentTime property.
        Returns:
        possible object is Object
      • setCurrentTime

        public void setCurrentTime​(java.lang.Object value)
        Sets the value of the currentTime property.
        Parameters:
        value - allowed object is Object
      • getSpecificTime

        public javax.xml.datatype.XMLGregorianCalendar getSpecificTime()
        Gets the value of the specificTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setSpecificTime

        public void setSpecificTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the specificTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getAny

        public java.lang.Object getAny()
        Gets the value of the any property.
        Returns:
        possible object is Object
      • setAny

        public void setAny​(java.lang.Object value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Object