public class Date extends Object
Java class for date complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="date">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="month" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
date |
protected Integer |
month |
protected String |
type |
protected String |
value |
protected String |
year |
| Constructor and Description |
|---|
Date() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDate()
Gets the value of the date property.
|
Integer |
getMonth()
Gets the value of the month property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getYear()
Gets the value of the year property.
|
void |
setDate(Integer value)
Sets the value of the date property.
|
void |
setMonth(Integer value)
Sets the value of the month property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setYear(String value)
Sets the value of the year property.
|
protected String value
protected String year
protected Integer month
protected Integer date
protected String type
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getYear()
Stringpublic void setYear(String value)
value - allowed object is
Stringpublic Integer getMonth()
Integerpublic void setMonth(Integer value)
value - allowed object is
Integerpublic Integer getDate()
Integerpublic void setDate(Integer value)
value - allowed object is
Integerpublic String getType()
StringCopyright © 2000–2025 MPXJ. All rights reserved.