Class UseVerificationTimeType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
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
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Objectprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the currentTime property.Gets the value of the specificTime property.voidSets the value of the any property.voidsetCurrentTime(Object value) Sets the value of the currentTime property.voidSets the value of the specificTime property.
-
Field Details
-
currentTime
-
specificTime
-
any
-
-
Constructor Details
-
UseVerificationTimeType
public UseVerificationTimeType()
-
-
Method Details
-
getCurrentTime
Gets the value of the currentTime property.- Returns:
- possible object is
Object
-
setCurrentTime
Sets the value of the currentTime property.- Parameters:
value- allowed object isObject
-
getSpecificTime
Gets the value of the specificTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSpecificTime
Sets the value of the specificTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-