|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.util.Duration
Implementation of xs:duration.
Constructor Summary | |
Duration(int pYears,
int pMonths,
int pDays,
int pHours,
int pMinutes,
double pSeconds)
|
Method Summary | |
int |
compareTo(Duration d)
|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
getDays()
Returns the number of days. |
int |
getHours()
Returns the number of hours. |
int |
getMinutes()
Returns the number of minutes. |
int |
getMonths()
Returns the number of months. |
double |
getSeconds()
Returns the number of seconds. |
int |
getYears()
Returns the number of years. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of this Duration. |
static Duration |
valueOf(java.lang.String pValue)
Converts the given String representation into an instance of Duration. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Duration(int pYears, int pMonths, int pDays, int pHours, int pMinutes, double pSeconds)
Method Detail |
public int getYears()
Returns the number of years.
public int getMonths()
Returns the number of months.
public int getDays()
Returns the number of days.
public int getHours()
Returns the number of hours.
public int getMinutes()
Returns the number of minutes.
public double getSeconds()
Returns the number of seconds.
public java.lang.String toString()
Returns a string representation of this Duration.
public static Duration valueOf(java.lang.String pValue) throws java.text.ParseException
Converts the given String representation into an instance of Duration.
java.text.ParseException
- The String could not be parsed.public boolean equals(java.lang.Object o)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public int compareTo(Duration d)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |