@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") public class SigningTimeInfo extends Object implements Serializable
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 and Description |
|---|
SigningTimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.