userInfo Data Type

Java class for UserInfo complex type.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
city string element 0/1    
company string element 0/1    
companyURL string element 0/1    
contacts list of contact element 0/unbounded    
country string element 0/1    
emailAddr string element 1/1 required, max size: 100, min size: 1  
financial financial element 0/1    
firstName string element 0/1    
lastName string element 0/1    
password string element 0/1    
phone string element 0/1    
securityAnswer string element 0/1    
securityAnswerChoice string element 1/1 required, max size: 200, min size: 1  
stateOrProvince string element 0/1    
status int element 0/1    
streetAddress string element 0/1    
userName string element 1/1 required, max size: 500, min size: 1  
zipOrPostalCode string element 0/1    
slaGroup string element 0/1    
userType string element 0/1    
Properties inherited from taskObject
notificationId string element 0/1    

Example

<u----->
  <city>...</city>
  <company>...</company>
  <companyURL>...</companyURL>
  <contacts>
    <address>...</address>
    <city>...</city>
    <contactTimeFrom>...</contactTimeFrom>
    <contactTimeTo>...</contactTimeTo>
    <contactType>...</contactType>
    <country>...</country>
    <emailAddress>...</emailAddress>
    <firstName>...</firstName>
    <lastName>...</lastName>
    <phone>
      <phoneType>...</phoneType>
      <phoneNumber>...</phoneNumber>
    </phone>
    <preferredLanguage>...</preferredLanguage>
    <stateOrProvince>...</stateOrProvince>
    <title>...</title>
    <zipOrPostalCode>...</zipOrPostalCode>
  </contacts>
  <country>...</country>
  <emailAddr>...</emailAddr>
  <financial>
    <bankAccountNumber>...</bankAccountNumber>
    <bankAddress>...</bankAddress>
    <bankName>...</bankName>
    <bankRoutingNumber>...</bankRoutingNumber>
    <city>...</city>
    <country>...</country>
    <invoiceTo>...</invoiceTo>
    <referenceAccount>...</referenceAccount>
    <stateOrProvince>...</stateOrProvince>
    <taxID>...</taxID>
    <zipOrPostalCode>...</zipOrPostalCode>
  </financial>
  <firstName>...</firstName>
  <lastName>...</lastName>
  <password>...</password>
  <phone>...</phone>
  <securityAnswer>...</securityAnswer>
  <securityAnswerChoice>...</securityAnswerChoice>
  <stateOrProvince>...</stateOrProvince>
  <status>...</status>
  <streetAddress>...</streetAddress>
  <userName>...</userName>
  <zipOrPostalCode>...</zipOrPostalCode>
  <slaGroup>...</slaGroup>
  <userType>...</userType>
  <notificationId>...</notificationId>
</u----->