A list of goals for a given user for travel spending. This represents a single month of goals, the user may have many months of goals.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| air | double | element | 0/1 | ||
| bus | double | element | 0/1 | ||
| car | double | element | 0/1 | ||
| cruise | double | element | 0/1 | ||
| hotel | double | element | 0/1 | ||
| insurance | double | element | 0/1 | ||
| misc | double | element | 0/1 | ||
| month | int | element | 0/1 | ||
| rail | double | element | 0/1 | ||
| tour | double | element | 0/1 | ||
| user | user | element | 0/1 | ||
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
<itinerarySpendGoals>
<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>
<month>...</month>
<air>...</air>
<hotel>...</hotel>
<car>...</car>
<misc>...</misc>
<rail>...</rail>
<tour>...</tour>
<cruise>...</cruise>
<insurance>...</insurance>
<bus>...</bus>
<id>...</id>
<version>...</version>
<violations/>
</itinerarySpendGoals>