Class SigningTimeInfoType.SigningTimeBoundaries
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.SigningTimeInfoType.SigningTimeBoundaries
-
- Enclosing class:
- SigningTimeInfoType
public static class SigningTimeInfoType.SigningTimeBoundaries extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendarlowerBoundaryprotected javax.xml.datatype.XMLGregorianCalendarupperBoundary
-
Constructor Summary
Constructors Constructor Description SigningTimeBoundaries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetLowerBoundary()Gets the value of the lowerBoundary property.javax.xml.datatype.XMLGregorianCalendargetUpperBoundary()Gets the value of the upperBoundary property.voidsetLowerBoundary(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lowerBoundary property.voidsetUpperBoundary(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the upperBoundary property.
-
-
-
Method Detail
-
getLowerBoundary
public javax.xml.datatype.XMLGregorianCalendar getLowerBoundary()
Gets the value of the lowerBoundary property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLowerBoundary
public void setLowerBoundary(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lowerBoundary property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getUpperBoundary
public javax.xml.datatype.XMLGregorianCalendar getUpperBoundary()
Gets the value of the upperBoundary property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpperBoundary
public void setUpperBoundary(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the upperBoundary property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-