|
||||||||||
| 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.SigningTimeBoundaries
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:40:51+02:00",
comments="JAXB RI v2.3.6")
public class SigningTimeBoundaries
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Constructor Summary | |
|---|---|
SigningTimeBoundaries()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getLowerBoundary()
Gets the value of the lowerBoundary property. |
org.joda.time.DateTime |
getUpperBoundary()
Gets the value of the upperBoundary property. |
void |
setLowerBoundary(org.joda.time.DateTime value)
Sets the value of the lowerBoundary property. |
void |
setUpperBoundary(org.joda.time.DateTime value)
Sets the value of the upperBoundary property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SigningTimeBoundaries()
| Method Detail |
|---|
public org.joda.time.DateTime getLowerBoundary()
Stringpublic void setLowerBoundary(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getUpperBoundary()
Stringpublic void setUpperBoundary(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||