Package org.apache.cxf.xkms.model.xkms
Class ValidityIntervalType
java.lang.Object
org.apache.cxf.xkms.model.xkms.ValidityIntervalType
Java class for ValidityIntervalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidityIntervalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notBefore property.Gets the value of the notOnOrAfter property.voidsetNotBefore(XMLGregorianCalendar value) Sets the value of the notBefore property.voidSets the value of the notOnOrAfter property.
-
Field Details
-
notBefore
-
notOnOrAfter
-
-
Constructor Details
-
ValidityIntervalType
public ValidityIntervalType()
-
-
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
-
getNotOnOrAfter
Gets the value of the notOnOrAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotOnOrAfter
Sets the value of the notOnOrAfter property.- Parameters:
value- allowed object isXMLGregorianCalendar
-