Class UseVerificationTimeType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.UseVerificationTimeType
-
public class UseVerificationTimeType extends java.lang.ObjectJava 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.Objectanyprotected java.lang.ObjectcurrentTimeprotected javax.xml.datatype.XMLGregorianCalendarspecificTime
-
Constructor Summary
Constructors Constructor Description UseVerificationTimeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAny()Gets the value of the any property.java.lang.ObjectgetCurrentTime()Gets the value of the currentTime property.javax.xml.datatype.XMLGregorianCalendargetSpecificTime()Gets the value of the specificTime property.voidsetAny(java.lang.Object value)Sets the value of the any property.voidsetCurrentTime(java.lang.Object value)Sets the value of the currentTime property.voidsetSpecificTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the specificTime property.
-
-
-
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 isObject
-
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 isXMLGregorianCalendar
-
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 isObject
-
-