public class DateParameter extends Object
Java class for DateParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateParameter">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>date">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
value |
| Constructor and Description |
|---|
DateParameter() |
DateParameter(Date value) |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
protected XMLGregorianCalendar value
public DateParameter()
public DateParameter(Date value)
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.