public class CTDateGroupItem extends Object implements Child
Java class for CT_DateGroupItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DateGroupItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="year" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="month" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="day" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="hour" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="minute" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="second" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="dateTimeGrouping" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DateTimeGrouping" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STDateTimeGrouping |
dateTimeGrouping |
protected Integer |
day |
protected Integer |
hour |
protected Integer |
minute |
protected Integer |
month |
protected Integer |
second |
protected int |
year |
Constructor and Description |
---|
CTDateGroupItem() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STDateTimeGrouping |
getDateTimeGrouping()
Gets the value of the dateTimeGrouping property.
|
Integer |
getDay()
Gets the value of the day property.
|
Integer |
getHour()
Gets the value of the hour property.
|
Integer |
getMinute()
Gets the value of the minute property.
|
Integer |
getMonth()
Gets the value of the month property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Integer |
getSecond()
Gets the value of the second property.
|
int |
getYear()
Gets the value of the year property.
|
void |
setDateTimeGrouping(STDateTimeGrouping value)
Sets the value of the dateTimeGrouping property.
|
void |
setDay(Integer value)
Sets the value of the day property.
|
void |
setHour(Integer value)
Sets the value of the hour property.
|
void |
setMinute(Integer value)
Sets the value of the minute property.
|
void |
setMonth(Integer value)
Sets the value of the month property.
|
void |
setParent(Object parent) |
void |
setSecond(Integer value)
Sets the value of the second property.
|
void |
setYear(int value)
Sets the value of the year property.
|
protected int year
protected Integer month
protected Integer day
protected Integer hour
protected Integer minute
protected Integer second
protected STDateTimeGrouping dateTimeGrouping
public int getYear()
public void setYear(int value)
public Integer getMonth()
Integer
public void setMonth(Integer value)
value
- allowed object is
Integer
public Integer getDay()
Integer
public void setDay(Integer value)
value
- allowed object is
Integer
public Integer getHour()
Integer
public void setHour(Integer value)
value
- allowed object is
Integer
public Integer getMinute()
Integer
public void setMinute(Integer value)
value
- allowed object is
Integer
public Integer getSecond()
Integer
public void setSecond(Integer value)
value
- allowed object is
Integer
public STDateTimeGrouping getDateTimeGrouping()
STDateTimeGrouping
public void setDateTimeGrouping(STDateTimeGrouping value)
value
- allowed object is
STDateTimeGrouping
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.