Apache CXF API

org.apache.cxf.xkms.model.xkms
Class ValidityIntervalType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.ValidityIntervalType

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>
 


Field Summary
protected  XMLGregorianCalendar notBefore
           
protected  XMLGregorianCalendar notOnOrAfter
           
 
Constructor Summary
ValidityIntervalType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notBefore

protected XMLGregorianCalendar notBefore

notOnOrAfter

protected XMLGregorianCalendar notOnOrAfter
Constructor Detail

ValidityIntervalType

public ValidityIntervalType()
Method Detail

getNotBefore

public XMLGregorianCalendar getNotBefore()
Gets the value of the notBefore property.

Returns:
possible object is XMLGregorianCalendar

setNotBefore

public void setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNotOnOrAfter

public XMLGregorianCalendar getNotOnOrAfter()
Gets the value of the notOnOrAfter property.

Returns:
possible object is XMLGregorianCalendar

setNotOnOrAfter

public void setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.

Parameters:
value - allowed object is XMLGregorianCalendar

Apache CXF API

Apache CXF