Domain object for the profile_user table from the inside schema.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| agentId | long | element | 0/1 | the Agent Id | |
| airNumberList | list of profileAirNumber | element | 0/unbounded | ||
| bookingMethod | string | element | 0/1 | the booking method | |
| carNumberList | list of profileCarNumber | element | 0/unbounded | ||
| carType | string | element | 0/1 | the car type | |
| comments | string | element | 0/1 | the comments | |
| companyAddress1 | string | element | 0/1 | the company address line 1 | |
| companyAddress2 | string | element | 0/1 | the company address line 2 | |
| companyAddress3 | string | element | 0/1 | the company address line 3 | |
| companyCity | string | element | 0/1 | the company city | |
| companyName | string | element | 0/1 | the company name | |
| companyState | string | element | 0/1 | the company state | |
| companyZip | string | element | 0/1 | the company zip code | |
| creditCardList | list of profileCreditCard | element | 0/unbounded | ||
| customList | list of profileCustom | element | 0/unbounded | ||
| dateOfBirth | dateTime | element | 0/1 | the date of birth | |
| dedicatedUrl | string | element | 0/1 | the companies dedicated URL | |
| string | element | 0/1 | the email | ||
| emergencyAreaCode | string | element | 0/1 | the emergency contact area code | |
| emergencyCountryCode | string | element | 0/1 | the emergency contact country code | |
| emergencyExtension | string | element | 0/1 | the emergency contact phone number extension | |
| emergencyName | string | element | 0/1 | the emergency contact name | |
| emergencyNumber | string | element | 0/1 | the emergency contact phone number | |
| faxPhoneAreaCode | string | element | 0/1 | the fax number area code | |
| faxPhoneCountryCode | string | element | 0/1 | the fax number country code | |
| faxPhoneExtension | string | element | 0/1 | the fax number extension | |
| faxPhoneNumber | string | element | 0/1 | the fax number | |
| firstName | string | element | 0/1 | the first name | |
| gender | string | element | 0/1 | the gender | |
| homeAddress1 | string | element | 0/1 | the home address line 1 | |
| homeAddress2 | string | element | 0/1 | the home address line 2 | |
| homeAddress3 | string | element | 0/1 | the home address line 3 | |
| homeCity | string | element | 0/1 | the home address city | |
| homePhoneAreaCode | string | element | 0/1 | the home phone area code | |
| homePhoneCountryCode | string | element | 0/1 | the home phone country code | |
| homePhoneExtension | string | element | 0/1 | the home phone extension | |
| homePhoneNumber | string | element | 0/1 | the home phone number | |
| homeState | string | element | 0/1 | the home state | |
| homeZip | string | element | 0/1 | the home address zip | |
| hotelNumberList | list of profileHotelNumber | element | 0/unbounded | ||
| hotelRoomType | string | element | 0/1 | the hotel room type preference | |
| hotelSmoking | string | element | 0/1 | the hotel smoking preference | |
| lastModified | dateTime | element | 0/1 | the last modified time | |
| lastName | string | element | 0/1 | the last name | |
| mealPreference | string | element | 0/1 | the meal preference | |
| middleInitial | string | element | 0/1 | the middle name | |
| mobilePhoneAreaCode | string | element | 0/1 | the mobile phone area code | |
| mobilePhoneCountryCode | string | element | 0/1 | the mobile phone country code | |
| mobilePhoneExtension | string | element | 0/1 | the mobile phone extension | |
| mobilePhoneNumber | string | element | 0/1 | the mobile phone number | |
| passportCountry | string | element | 0/1 | the passport country | |
| passportExpiration | dateTime | element | 0/1 | the passport expiration date | |
| passportNumber | string | element | 0/1 | the passport number | |
| prefix | string | element | 0/1 | the name's prefix | |
| seatPreferenceAisleWindow | string | element | 0/1 | the seat preference aisle or window | |
| seatPreferenceRearFront | string | element | 0/1 | the seat preference rear or front | |
| submissionObe | string | element | 0/1 | the obe at time of submisison | |
| suffix | string | element | 0/1 | the name's suffix | |
| uploaded | dateTime | element | 0/1 | the uploaded time | |
| workPhoneAreaCode | string | element | 0/1 | the work phone area code | |
| workPhoneCountryCode | string | element | 0/1 | the work phone country code | |
| workPhoneExtension | string | element | 0/1 | the work phone extension | |
| workPhoneNumber | string | element | 0/1 | the work phone number | |
Properties inherited from baseHibernateEntity |
|||||
| id | long | element | 0/1 | The unique internal ID of the object. | |
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | |
Properties inherited from baseEntity |
|||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | |
Example
<profileUser>
<agentId>...</agentId>
<bookingMethod>...</bookingMethod>
<firstName>...</firstName>
<lastName>...</lastName>
<middleInitial>...</middleInitial>
<prefix>...</prefix>
<suffix>...</suffix>
<email>...</email>
<dateOfBirth>...</dateOfBirth>
<gender>...</gender>
<companyName>...</companyName>
<companyAddress1>...</companyAddress1>
<companyAddress2>...</companyAddress2>
<companyAddress3>...</companyAddress3>
<companyCity>...</companyCity>
<companyState>...</companyState>
<companyZip>...</companyZip>
<homeAddress1>...</homeAddress1>
<homeAddress2>...</homeAddress2>
<homeAddress3>...</homeAddress3>
<homeCity>...</homeCity>
<homeState>...</homeState>
<homeZip>...</homeZip>
<homePhoneCountryCode>...</homePhoneCountryCode>
<homePhoneAreaCode>...</homePhoneAreaCode>
<homePhoneNumber>...</homePhoneNumber>
<homePhoneExtension>...</homePhoneExtension>
<workPhoneCountryCode>...</workPhoneCountryCode>
<workPhoneAreaCode>...</workPhoneAreaCode>
<workPhoneNumber>...</workPhoneNumber>
<workPhoneExtension>...</workPhoneExtension>
<mobilePhoneCountryCode>...</mobilePhoneCountryCode>
<mobilePhoneAreaCode>...</mobilePhoneAreaCode>
<mobilePhoneNumber>...</mobilePhoneNumber>
<mobilePhoneExtension>...</mobilePhoneExtension>
<faxPhoneCountryCode>...</faxPhoneCountryCode>
<faxPhoneAreaCode>...</faxPhoneAreaCode>
<faxPhoneNumber>...</faxPhoneNumber>
<faxPhoneExtension>...</faxPhoneExtension>
<passportCountry>...</passportCountry>
<passportExpiration>...</passportExpiration>
<passportNumber>...</passportNumber>
<mealPreference>...</mealPreference>
<seatPreferenceAisleWindow>...</seatPreferenceAisleWindow>
<seatPreferenceRearFront>...</seatPreferenceRearFront>
<carType>...</carType>
<hotelSmoking>...</hotelSmoking>
<hotelRoomType>...</hotelRoomType>
<comments>...</comments>
<dedicatedUrl>...</dedicatedUrl>
<emergencyName>...</emergencyName>
<emergencyCountryCode>...</emergencyCountryCode>
<emergencyAreaCode>...</emergencyAreaCode>
<emergencyNumber>...</emergencyNumber>
<emergencyExtension>...</emergencyExtension>
<uploaded>...</uploaded>
<lastModified>...</lastModified>
<submissionObe>...</submissionObe>
<airNumberList>
<airCompanyId>...</airCompanyId>
<number>...</number>
<id>...</id>
<version>...</version>
</airNumberList>
<carNumberList>
<carCompanyId>...</carCompanyId>
<number>...</number>
<id>...</id>
<version>...</version>
</carNumberList>
<hotelNumberList>
<companyId>...</companyId>
<number>...</number>
<id>...</id>
<version>...</version>
</hotelNumberList>
<customList>
<name>...</name>
<value>...</value>
<id>...</id>
<version>...</version>
</customList>
<creditCardList>
<typeId>...</typeId>
<number>...</number>
<expiration>...</expiration>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<air>...</air>
<car>...</car>
<hotel>...</hotel>
<id>...</id>
<version>...</version>
</creditCardList>
<id>...</id>
<version>...</version>
<violations/>
</profileUser>