|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Get_authToken
| Constructor Summary | |
Get_authToken()
|
|
Get_authToken(String cred,
String generic,
String userID)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getCred()
Gets the cred value for this Get_authToken. |
String |
getGeneric()
Gets the generic value for this Get_authToken. |
String |
getUserID()
Gets the userID value for this Get_authToken. |
int |
hashCode()
|
void |
setCred(String cred)
Sets the cred value for this Get_authToken. |
void |
setGeneric(String generic)
Sets the generic value for this Get_authToken. |
void |
setUserID(String userID)
Sets the userID value for this Get_authToken. |
| Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage |
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Get_authToken()
public Get_authToken(String cred,
String generic,
String userID)
| Method Detail |
public String getGeneric()
public void setGeneric(String generic)
generic - public String getUserID()
public void setUserID(String userID)
userID - public String getCred()
public void setCred(String cred)
cred - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||