public class CommonConditionsType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
notBefore |
protected XMLGregorianCalendar |
notOnOrAfter |
| Constructor and Description |
|---|
CommonConditionsType() |
| 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 XMLGregorianCalendarCopyright © 2016 JBoss by Red Hat. All rights reserved.