urn.ebay.apis.eBLBaseComponents
Class APICredentialsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.APICredentialsType

public class APICredentialsType
extends Object

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

APICredentialsType

public APICredentialsType()
Default Constructor


APICredentialsType

public APICredentialsType(Node node)
                   throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getUsername

public String getUsername()
Getter for username


setUsername

public void setUsername(String username)
Setter for username


getPassword

public String getPassword()
Getter for password


setPassword

public void setPassword(String password)
Setter for password


getSignature

public String getSignature()
Getter for signature


setSignature

public void setSignature(String signature)
Setter for signature


getCertificate

public String getCertificate()
Getter for certificate


setCertificate

public void setCertificate(String certificate)
Setter for certificate


getType

public APIAuthenticationType getType()
Getter for type


setType

public void setType(APIAuthenticationType type)
Setter for type



Copyright © 2012. All Rights Reserved.