public class ExValType
extends java.lang.Object
Java class for exValType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exValType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="valExDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="publish" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
publish |
protected javax.xml.datatype.XMLGregorianCalendar |
valExDate |
| Constructor and Description |
|---|
ExValType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getPublish()
Gets the value of the publish property.
|
javax.xml.datatype.XMLGregorianCalendar |
getValExDate()
Gets the value of the valExDate property.
|
void |
setPublish(java.lang.Boolean value)
Sets the value of the publish property.
|
void |
setValExDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the valExDate property.
|
protected javax.xml.datatype.XMLGregorianCalendar valExDate
protected java.lang.Boolean publish
public javax.xml.datatype.XMLGregorianCalendar getValExDate()
XMLGregorianCalendarpublic void setValExDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean getPublish()
Booleanpublic void setPublish(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2022. All rights reserved.