Created with IntelliJ IDEA. User: nick Date: 11/22/13 Time: 9:37 AM Hotel contracts relate the clients to the hotel that they have agreed with on special deals or privileges.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| code | string | element | 0/1 | |||
| contactEmail | string | element | 0/1 | |||
| contactName | string | element | 0/1 | |||
| contactPhone | string | element | 0/1 | |||
| expirationDate | dateTime | element | 0/1 | |||
| ext | string | element | 0/1 | |||
| favorite | boolean | element | 1/1 | required boolean | ||
| fileLocation | string | element | 0/1 | |||
| hotel | hotelLocation | element | 0/1 | |||
| ignored | boolean | element | 1/1 | required boolean | Whether or not this contract should be ignored during validation. | |
| loadedDate | dateTime | element | 0/1 | |||
| override | boolean | element | 1/1 | required boolean | Determines whether to override the corp discount in ticketed PNRs. | |
| rate | double | element | 0/1 | |||
| supplementalInstructions | string | element | 0/1 | |||
| type | string | element | 0/1 | |||
Properties inherited from airportalClientContract |
||||||
| accountNumber | string | element | 0/1 | |||
| client | client | element | 0/1 | |||
| name | string | element | 0/1 | |||
| notes | string | 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
<hotelClientContract>
<hotel>
<address1>...</address1>
<address2>...</address2>
<phone1>...</phone1>
<phone2>...</phone2>
<fax>...</fax>
<zip>...</zip>
<city>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region/>
<timeZone/>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
</city>
<vendor>
<longCode>...</longCode>
<commissionRate>...</commissionRate>
<family/>
<position>...</position>
</vendor>
<latitude>...</latitude>
<sertifiCode>...</sertifiCode>
<googlePlaceId>...</googlePlaceId>
<longitude>...</longitude>
<propertyName>...</propertyName>
<propertyCodes>
<gds/>
<code>...</code>
</propertyCodes>
<id>...</id>
<version>...</version>
</hotel>
<type>...</type>
<favorite>...</favorite>
<expirationDate>...</expirationDate>
<loadedDate>...</loadedDate>
<contactName>...</contactName>
<contactPhone>...</contactPhone>
<ext>...</ext>
<contactEmail>...</contactEmail>
<fileLocation>...</fileLocation>
<rate>...</rate>
<code>...</code>
<ignored>...</ignored>
<supplementalInstructions>...</supplementalInstructions>
<override>...</override>
<client>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</client>
<notes>...</notes>
<accountNumber>...</accountNumber>
<name>...</name>
<id>...</id>
<version>...</version>
</hotelClientContract>