|
||||||||||
| 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.SigningTimeInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class SigningTimeInfo
Java class for SigningTimeInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SigningTimeInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="SigningTimeBoundaries" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LowerBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="UpperBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SigningTimeInfo()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getSigningTime()
Gets the value of the signingTime property. |
SigningTimeBoundaries |
getSigningTimeBoundaries()
Gets the value of the signingTimeBoundaries property. |
void |
setSigningTime(org.joda.time.DateTime value)
Sets the value of the signingTime property. |
void |
setSigningTimeBoundaries(SigningTimeBoundaries value)
Sets the value of the signingTimeBoundaries property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SigningTimeInfo()
| Method Detail |
|---|
public org.joda.time.DateTime getSigningTime()
Stringpublic void setSigningTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SigningTimeBoundaries getSigningTimeBoundaries()
SigningTimeBoundariespublic void setSigningTimeBoundaries(SigningTimeBoundaries value)
value - allowed object is
SigningTimeBoundaries
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||