|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.dorian.conf.CredentialLifetime
public class CredentialLifetime
| Constructor Summary | |
|---|---|
CredentialLifetime()
|
|
CredentialLifetime(int days,
int hours,
int minutes,
int months,
int seconds,
int years)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getDays()
Gets the days value for this CredentialLifetime. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getHours()
Gets the hours value for this CredentialLifetime. |
int |
getMinutes()
Gets the minutes value for this CredentialLifetime. |
int |
getMonths()
Gets the months value for this CredentialLifetime. |
int |
getSeconds()
Gets the seconds value for this CredentialLifetime. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
getYears()
Gets the years value for this CredentialLifetime. |
int |
hashCode()
|
void |
setDays(int days)
Sets the days value for this CredentialLifetime. |
void |
setHours(int hours)
Sets the hours value for this CredentialLifetime. |
void |
setMinutes(int minutes)
Sets the minutes value for this CredentialLifetime. |
void |
setMonths(int months)
Sets the months value for this CredentialLifetime. |
void |
setSeconds(int seconds)
Sets the seconds value for this CredentialLifetime. |
void |
setYears(int years)
Sets the years value for this CredentialLifetime. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialLifetime()
public CredentialLifetime(int days,
int hours,
int minutes,
int months,
int seconds,
int years)
| Method Detail |
|---|
public int getYears()
public void setYears(int years)
years - public int getMonths()
public void setMonths(int months)
months - public int getDays()
public void setDays(int days)
days - public int getHours()
public void setHours(int hours)
hours - public int getMinutes()
public void setMinutes(int minutes)
minutes - public int getSeconds()
public void setSeconds(int seconds)
seconds - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||