A list of queues that the client/office would like itineraries to be queued to after ticketing. Created by nick on 6/2/14.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| client | client | element | 0/1 | |||
| immediate | boolean | element | 1/1 | required boolean | Whether or not to sort this queue immediately. | |
| office | officeInfo | element | 0/1 | |||
| queue | queue | 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
<travelPolicyQueue>
<client>
<status>
<name>...</name>
<active>...</active>
</status>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type>
<name>...</name>
<hide>...</hide>
<level>...</level>
</type>
<id>...</id>
<version>...</version>
</client>
<office>
<pcc>...</pcc>
<name>...</name>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<city>...</city>
<state>...</state>
<zip>...</zip>
<parentCompany>
<name>...</name>
</parentCompany>
<active>...</active>
<branch>...</branch>
<clientPrefix>...</clientPrefix>
<profileSettings>
<profileNameFormat>...</profileNameFormat>
</profileSettings>
<afterHoursNumber>...</afterHoursNumber>
<collectVoidLogs>...</collectVoidLogs>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
</gds>
<arcNumber>...</arcNumber>
<logo>...</logo>
<logoLink>...</logoLink>
<afterHoursInternationalNumber>...</afterHoursInternationalNumber>
<tollFreeNumber>...</tollFreeNumber>
<phoneNumber>...</phoneNumber>
<onlineOffice>
<name>...</name>
<hours>...</hours>
<phone>...</phone>
<tollFree>...</tollFree>
<email>...</email>
</onlineOffice>
<showTmcAppLinks>...</showTmcAppLinks>
<vipTollFree>...</vipTollFree>
<vipAfterHours>...</vipAfterHours>
<cityCode>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region/>
<timeZone/>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
</cityCode>
<tmcHeadQuarters>...</tmcHeadQuarters>
<id>...</id>
<version>...</version>
</office>
<queue>
<number>...</number>
<category>...</category>
<pcc>...</pcc>
<description>...</description>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
</gds>
<sorts>
<push/>
<onRemark>...</onRemark>
<notOnRemark>...</notOnRemark>
<onOffice/>
<onClient/>
<onDepartureCity/>
<onArrivalCity/>
<description>...</description>
<onAirVendor/>
<notOnOffice/>
<onInternational>...</onInternational>
<onTicketed>...</onTicketed>
<notClient/>
<notTicketed>...</notTicketed>
<onToday>...</onToday>
<notToday>...</notToday>
<onInvoice>...</onInvoice>
<notInvoice>...</notInvoice>
<onSegments>...</onSegments>
<notSegments>...</notSegments>
<onOpenJaw>...</onOpenJaw>
<onCircle>...</onCircle>
<onOneWay>...</onOneWay>
<onRoundTrip>...</onRoundTrip>
<notAir>...</notAir>
<onUser/>
<onHotelChange>...</onHotelChange>
</sorts>
<airtineraryQueue>...</airtineraryQueue>
<importQueue>...</importQueue>
<availableTimeRange>...</availableTimeRange>
<maximumPops>...</maximumPops>
<overrideSortCategory>...</overrideSortCategory>
<failureQueue>...</failureQueue>
<failureCategory>...</failureCategory>
<agentQueue>...</agentQueue>
<agent>
<user/>
<agentCode>...</agentCode>
<office/>
<workEmail>...</workEmail>
<active>...</active>
<type>...</type>
<emailList>...</emailList>
<category>...</category>
<directLine>...</directLine>
<hours>...</hours>
<onlineAgent>...</onlineAgent>
<recheckEmails>...</recheckEmails>
<serviceFeesPct>...</serviceFeesPct>
<otherServiceFeesPct>...</otherServiceFeesPct>
<internationalAirCommissionPct>...</internationalAirCommissionPct>
<miscCommissionPct>...</miscCommissionPct>
<airCommissionPct>...</airCommissionPct>
<hotelCommissionPct>...</hotelCommissionPct>
<carCommissionPct>...</carCommissionPct>
<employeeType/>
<ticketingAgent>...</ticketingAgent>
<supportAgent>...</supportAgent>
<onsiteAgent>...</onsiteAgent>
</agent>
<failurePcc>...</failurePcc>
<agentExclusions>
<agent/>
<onClient/>
<onOffice/>
<onAgent/>
</agentExclusions>
<ticketingQueue>...</ticketingQueue>
<validationQueue>...</validationQueue>
<type>
<name>...</name>
<code>...</code>
</type>
<hplQueue>...</hplQueue>
<logEnabled>...</logEnabled>
<airselectQueue>...</airselectQueue>
<defaultQueue/>
<autoScheduleChange>...</autoScheduleChange>
<id>...</id>
<version>...</version>
</queue>
<immediate>...</immediate>
<id>...</id>
<version>...</version>
<violations/>
</travelPolicyQueue>