com.firedrum.webservice.types
Class ClientIdInfoType

java.lang.Object
  extended by com.firedrum.webservice.types.ClientIdInfoType

public class ClientIdInfoType
extends java.lang.Object

Firedrum ClientIdInfo object (FWSAPI).

Uniquely identifies a client by business name.

Java class for ClientIdInfoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClientIdInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="businessName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String businessName
           
protected  java.lang.String password
           
protected  java.lang.String username
           
 
Constructor Summary
ClientIdInfoType()
           
 
Method Summary
 java.lang.String getBusinessName()
          Gets the value of the Client businessName property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUsername()
          Gets the value of the username property.
 void setBusinessName(java.lang.String value)
          Sets the value of the Client businessName property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setUsername(java.lang.String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessName

protected java.lang.String businessName

username

protected java.lang.String username

password

protected java.lang.String password
Constructor Detail

ClientIdInfoType

public ClientIdInfoType()
Method Detail

getBusinessName

public java.lang.String getBusinessName()
Gets the value of the Client businessName property.

Returns:
possible object is String

setBusinessName

public void setBusinessName(java.lang.String value)
Sets the value of the Client businessName property.

Parameters:
value - allowed object is String

getUsername

public java.lang.String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(java.lang.String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.