org.picketlink.identity.federation.saml.common
Class CommonConditionsType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonConditionsType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConditionsType, SAML11ConditionsType
public class CommonConditionsType
- extends Object
- implements Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notBefore
protected XMLGregorianCalendar notBefore
notOnOrAfter
protected XMLGregorianCalendar notOnOrAfter
CommonConditionsType
public CommonConditionsType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.