public class DateTimeGroupElementType extends Object
Java class for dateTimeGroupElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dateTimeGroupElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="day" use="required" type="{}calendarDaysType" /> <attribute name="year" use="required" type="{}positiveIntegerType" /> <attribute name="month" use="required" type="{}monthsType" /> <attribute name="hour" use="required" type="{}clockHoursType" /> <attribute name="minute" use="required" type="{}clockMinutesOrSecondsType" /> <attribute name="second" use="required" type="{}clockMinutesOrSecondsType" /> <attribute name="timeZone" use="required" type="{}timeZoneType" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected short |
day |
protected String |
description |
protected short |
hour |
protected short |
minute |
protected MonthsType |
month |
protected short |
second |
protected byte |
timeZone |
protected int |
year |
Constructor and Description |
---|
DateTimeGroupElementType() |
Modifier and Type | Method and Description |
---|---|
short |
getDay()
Gets the value of the day property.
|
String |
getDescription()
Gets the value of the description property.
|
short |
getHour()
Gets the value of the hour property.
|
short |
getMinute()
Gets the value of the minute property.
|
MonthsType |
getMonth()
Gets the value of the month property.
|
short |
getSecond()
Gets the value of the second property.
|
byte |
getTimeZone()
Gets the value of the timeZone property.
|
int |
getYear()
Gets the value of the year property.
|
void |
setDay(short value)
Sets the value of the day property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHour(short value)
Sets the value of the hour property.
|
void |
setMinute(short value)
Sets the value of the minute property.
|
void |
setMonth(MonthsType value)
Sets the value of the month property.
|
void |
setSecond(short value)
Sets the value of the second property.
|
void |
setTimeZone(byte value)
Sets the value of the timeZone property.
|
void |
setYear(int value)
Sets the value of the year property.
|
protected short day
protected int year
protected MonthsType month
protected short hour
protected short minute
protected short second
protected byte timeZone
protected String description
public short getDay()
public void setDay(short value)
public int getYear()
public void setYear(int value)
public MonthsType getMonth()
MonthsType
public void setMonth(MonthsType value)
value
- allowed object is
MonthsType
public short getHour()
public void setHour(short value)
public short getMinute()
public void setMinute(short value)
public short getSecond()
public void setSecond(short value)
public byte getTimeZone()
public void setTimeZone(byte value)
public String getDescription()
String