public class CxDateTime extends Object
Java class for CxDateTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxDateTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Hour" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Minute" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Second" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Day" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Month" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
day |
protected int |
hour |
protected int |
minute |
protected int |
month |
protected int |
second |
protected int |
year |
| Constructor and Description |
|---|
CxDateTime() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDay()
Gets the value of the day property.
|
int |
getHour()
Gets the value of the hour property.
|
int |
getMinute()
Gets the value of the minute property.
|
int |
getMonth()
Gets the value of the month property.
|
int |
getSecond()
Gets the value of the second property.
|
int |
getYear()
Gets the value of the year property.
|
void |
setDay(int value)
Sets the value of the day property.
|
void |
setHour(int value)
Sets the value of the hour property.
|
void |
setMinute(int value)
Sets the value of the minute property.
|
void |
setMonth(int value)
Sets the value of the month property.
|
void |
setSecond(int value)
Sets the value of the second property.
|
void |
setYear(int value)
Sets the value of the year property.
|
protected int hour
protected int minute
protected int second
protected int day
protected int month
protected int year
public int getHour()
public void setHour(int value)
public int getMinute()
public void setMinute(int value)
public int getSecond()
public void setSecond(int value)
public int getDay()
public void setDay(int value)
public int getMonth()
public void setMonth(int value)
public int getYear()
public void setYear(int value)
Copyright © 2020. All rights reserved.