|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201111.Date
public class Date
Represents a date.
| Constructor Summary | |
|---|---|
Date()
|
|
Date(Integer year,
Integer month,
Integer day)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Integer |
getDay()
Gets the day value for this Date. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getMonth()
Gets the month value for this Date. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Integer |
getYear()
Gets the year value for this Date. |
int |
hashCode()
|
void |
setDay(Integer day)
Sets the day value for this Date. |
void |
setMonth(Integer month)
Sets the month value for this Date. |
void |
setYear(Integer year)
Sets the year value for this Date. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Date()
public Date(Integer year,
Integer month,
Integer day)
| Method Detail |
|---|
public Integer getYear()
public void setYear(Integer year)
year - * Year (e.g., 2009)public Integer getMonth()
public void setMonth(Integer month)
month - * Month (1..12)public Integer getDay()
public void setDay(Integer day)
day - * Day (1..31)public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||