public class ValidityIntervalType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
notBefore |
protected XMLGregorianCalendar |
notOnOrAfter |
| Constructor and Description |
|---|
ValidityIntervalType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property.
|
XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.
|
void |
setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.
|
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notOnOrAfter
public XMLGregorianCalendar getNotBefore()
XMLGregorianCalendarpublic void setNotBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendarpublic void setNotOnOrAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarApache CXF