Class SigningTimeInfoType.SigningTimeBoundaries
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SigningTimeInfoType.SigningTimeBoundaries
- Enclosing class:
- SigningTimeInfoType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lowerBoundary property.Gets the value of the upperBoundary property.voidSets the value of the lowerBoundary property.voidSets the value of the upperBoundary property.
-
Field Details
-
lowerBoundary
-
upperBoundary
-
-
Constructor Details
-
SigningTimeBoundaries
public SigningTimeBoundaries()
-
-
Method Details
-
getLowerBoundary
Gets the value of the lowerBoundary property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLowerBoundary
Sets the value of the lowerBoundary property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getUpperBoundary
Gets the value of the upperBoundary property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpperBoundary
Sets the value of the upperBoundary property.- Parameters:
value- allowed object isXMLGregorianCalendar
-