Class UseVerificationTimeType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType

public class UseVerificationTimeType extends 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 Details

  • Constructor Details

    • UseVerificationTimeType

      public UseVerificationTimeType()
  • Method Details

    • getCurrentTime

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

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

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

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

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

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