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()
XMLGregorianCalendar
public void setNotBefore(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendar
public void setNotOnOrAfter(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
Copyright © 2021 JBoss by Red Hat. All rights reserved.