|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.APICredentialsType
public class APICredentialsType
APICredentialsType
| Constructor Summary | |
|---|---|
APICredentialsType()
Default Constructor |
|
APICredentialsType(Node node)
|
|
| Method Summary | |
|---|---|
String |
getCertificate()
Getter for certificate |
String |
getPassword()
Getter for password |
String |
getSignature()
Getter for signature |
APIAuthenticationType |
getType()
Getter for type |
String |
getUsername()
Getter for username |
void |
setCertificate(String certificate)
Setter for certificate |
void |
setPassword(String password)
Setter for password |
void |
setSignature(String signature)
Setter for signature |
void |
setType(APIAuthenticationType type)
Setter for type |
void |
setUsername(String username)
Setter for username |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APICredentialsType()
public APICredentialsType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getSignature()
public void setSignature(String signature)
public String getCertificate()
public void setCertificate(String certificate)
public APIAuthenticationType getType()
public void setType(APIAuthenticationType type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||