@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") 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()
String
public void setSigningTime(org.joda.time.DateTime value)
value
- allowed object is
String
public SigningTimeBoundaries getSigningTimeBoundaries()
SigningTimeBoundaries
public void setSigningTimeBoundaries(SigningTimeBoundaries value)
value
- allowed object is
SigningTimeBoundaries
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.