Created with IntelliJ IDEA. User: jeremiahs Date: 1/27/15 Time: 9:39 AM To change this template use File | Settings | File Templates.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| bio | string | element | 0/1 | An HTML compatible block of text introducing the agent. | ||
| department | advisorDepartment | element | 0/1 | |||
| designations | list of advisorDesignation | element | 0/unbounded | |||
| hometown | string | element | 0/1 | The hometown of the person. | ||
| imageName | string | element | 0/1 | The location of the agent's personal picture. | ||
| interestsText | string | element | 0/1 | This person's hobbies. | ||
| phone | string | element | 0/1 | regex: ([0-9]*), max size: 14, min size: 10 | The agent's phone #. | |
| schedules | list of advisorSchedule | element | 0/unbounded | The hours that this person works. Order is important. | ||
| specialization | advisorSpecialization | element | 0/1 | |||
| startedInCompany | dateTime | element | 0/1 | The date that the employee started in the company. | ||
| startedInIndustry | dateTime | element | 0/1 | The date that the employee started in the industry. | ||
| timezone | timeZone | element | 0/1 | |||
| title | string | element | 0/1 | Their title. | ||
| user | user | element | 1/1 | required | The agent's airportal profile. | |
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
<employeeDirectoryProfile>
<title>...</title>
<imageName>...</imageName>
<phone>...</phone>
<bio>...</bio>
<user>
<answer>...</answer>
<emailed>...</emailed>
<newUser>...</newUser>
<temporaryPassword>...</temporaryPassword>
<question>...</question>
<obeUserName>...</obeUserName>
<obePassword>...</obePassword>
<obeSyncId>...</obeSyncId>
<created>...</created>
<modifiedDate>...</modifiedDate>
<emailedWhen>...</emailedWhen>
<travelgpaLogin>...</travelgpaLogin>
<groups>
<name>...</name>
<permissions/>
<description>...</description>
<role/>
<type>...</type>
</groups>
<active>...</active>
<prefix>...</prefix>
<firstName>...</firstName>
<lastName>...</lastName>
<middleName>...</middleName>
<suffix>...</suffix>
<email>...</email>
<tripitAuthorized>...</tripitAuthorized>
<supportTitle>...</supportTitle>
<automatedNotifications>...</automatedNotifications>
<enableHotelAttachment>...</enableHotelAttachment>
<atHomeNotificationMethod>
<name>...</name>
<code>...</code>
</atHomeNotificationMethod>
<inTravelNotificationMethod>
<name>...</name>
<code>...</code>
</inTravelNotificationMethod>
<cellPhoneNumber>...</cellPhoneNumber>
<userCurrentClient/>
<defaultClient>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</defaultClient>
<defaultPlannerGroup>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</defaultPlannerGroup>
<showWelcomeDialog>...</showWelcomeDialog>
<siteTour>...</siteTour>
<unusedTicketEmail>...</unusedTicketEmail>
<surveyEmail>...</surveyEmail>
<wt0EmailEnabled>...</wt0EmailEnabled>
<wt0EmailDaily>...</wt0EmailDaily>
<wt0EmailDay>...</wt0EmailDay>
<wt0EmailHour>...</wt0EmailHour>
<marketingSubscribed>...</marketingSubscribed>
<responsive>...</responsive>
<businessPhoneNumber>...</businessPhoneNumber>
<homePhoneNumber>...</homePhoneNumber>
<id>...</id>
<version>...</version>
</user>
<startedInIndustry>...</startedInIndustry>
<startedInCompany>...</startedInCompany>
<interestsText>...</interestsText>
<hometown>...</hometown>
<specialization>
<name>...</name>
<code>...</code>
<id>...</id>
<version>...</version>
</specialization>
<department>
<name>...</name>
<code>...</code>
<id>...</id>
<version>...</version>
</department>
<designations>
<code>...</code>
<name>...</name>
<id>...</id>
<version>...</version>
</designations>
<schedules>
<startDay>...</startDay>
<endDay>...</endDay>
<startHour>...</startHour>
<startMinute>...</startMinute>
<endHour>...</endHour>
<endMinute>...</endMinute>
<id>...</id>
<version>...</version>
</schedules>
<timezone>
<name>...</name>
<offset>...</offset>
<daylightSavingsOffset>...</daylightSavingsOffset>
<id>...</id>
<version>...</version>
</timezone>
<id>...</id>
<version>...</version>
<violations/>
</employeeDirectoryProfile>