Class ValidityPeriodType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ValidityPeriodType
Java class for ValidityPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidityPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notAfter property.Gets the value of the notBefore property.voidsetNotAfter(XMLGregorianCalendar value) Sets the value of the notAfter property.voidsetNotBefore(XMLGregorianCalendar value) Sets the value of the notBefore property.
-
Field Details
-
notBefore
-
notAfter
-
-
Constructor Details
-
ValidityPeriodType
public ValidityPeriodType()
-
-
Method Details
-
getNotBefore
Gets the value of the notBefore property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotBefore
Sets the value of the notBefore property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNotAfter
Gets the value of the notAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotAfter
Sets the value of the notAfter property.- Parameters:
value- allowed object isXMLGregorianCalendar
-