Class SigningTimeInfoType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.SigningTimeInfoType
-
public class SigningTimeInfoType extends java.lang.ObjectJava 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSigningTimeInfoType.SigningTimeBoundariesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendarsigningTimeprotected SigningTimeInfoType.SigningTimeBoundariessigningTimeBoundaries
-
Constructor Summary
Constructors Constructor Description SigningTimeInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetSigningTime()Gets the value of the signingTime property.SigningTimeInfoType.SigningTimeBoundariesgetSigningTimeBoundaries()Gets the value of the signingTimeBoundaries property.voidsetSigningTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the signingTime property.voidsetSigningTimeBoundaries(SigningTimeInfoType.SigningTimeBoundaries value)Sets the value of the signingTimeBoundaries property.
-
-
-
Field Detail
-
signingTime
protected javax.xml.datatype.XMLGregorianCalendar signingTime
-
signingTimeBoundaries
protected SigningTimeInfoType.SigningTimeBoundaries signingTimeBoundaries
-
-
Method Detail
-
getSigningTime
public javax.xml.datatype.XMLGregorianCalendar getSigningTime()
Gets the value of the signingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSigningTime
public void setSigningTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the signingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSigningTimeBoundaries
public SigningTimeInfoType.SigningTimeBoundaries getSigningTimeBoundaries()
Gets the value of the signingTimeBoundaries property.- Returns:
- possible object is
SigningTimeInfoType.SigningTimeBoundaries
-
setSigningTimeBoundaries
public void setSigningTimeBoundaries(SigningTimeInfoType.SigningTimeBoundaries value)
Sets the value of the signingTimeBoundaries property.- Parameters:
value- allowed object isSigningTimeInfoType.SigningTimeBoundaries
-
-