|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-05-30T08:53:06+02:00",
comments="JAXB RI v2.2.11")
public class 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>
| Constructor Summary | |
|---|---|
UseVerificationTimeType()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
Object |
getCurrentTime()
Gets the value of the currentTime property. |
org.joda.time.DateTime |
getSpecificTime()
Gets the value of the specificTime property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setCurrentTime(Object value)
Sets the value of the currentTime property. |
void |
setSpecificTime(org.joda.time.DateTime value)
Sets the value of the specificTime property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UseVerificationTimeType()
| Method Detail |
|---|
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic org.joda.time.DateTime getSpecificTime()
Stringpublic void setSpecificTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic Object getCurrentTime()
Objectpublic void setCurrentTime(Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||