Class SigningTimeInfoType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SigningTimeInfoType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signingTime property.Gets the value of the signingTimeBoundaries property.voidSets the value of the signingTime property.voidSets the value of the signingTimeBoundaries property.
-
Field Details
-
signingTime
-
signingTimeBoundaries
-
-
Constructor Details
-
SigningTimeInfoType
public SigningTimeInfoType()
-
-
Method Details
-
getSigningTime
Gets the value of the signingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSigningTime
Sets the value of the signingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSigningTimeBoundaries
Gets the value of the signingTimeBoundaries property.- Returns:
- possible object is
SigningTimeInfoType.SigningTimeBoundaries
-
setSigningTimeBoundaries
Sets the value of the signingTimeBoundaries property.- Parameters:
value- allowed object isSigningTimeInfoType.SigningTimeBoundaries
-