DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Description
The AccountProfileDataBean stores information about an individual user. It is a part of one or more service calls within the StockTrader Business Service contract.
Members
Name |
Type |
Description |
|---|---|---|
userID |
String |
Gets the user's unique identifier. |
password |
String |
Gets the user's current password. This value is stored and retrieved in the clear. |
fullName |
String |
Gets the user's full name. |
address |
String |
Gets the user's billing address. |
String |
Gets the user's email address. |
|
creditCard |
String |
Gets the user's credit card number. This value is stored and retrieved in the clear and unmasked. The user's credit card type is not stored or made known. |
Definition in XSD
<xs:complexType name="AccountProfileDataBean">
<xs:sequence>
<xs:element minOccurs="0" name="userID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="creditCard" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Description/Prefix |
Namespace |
|---|---|
Target Namespace |
http://trade.samples.websphere.ibm.com |
tns |
http://trade.samples.websphere.ibm.com |
xs |
http://www.w3.org/2001/XMLSchema |