Created by aturcsanski on 9/20/16.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| airVendor | airVendor | element | 0/1 | |||
| carVendor | carVendor | element | 0/1 | |||
| string | element | 1/1 | required, max size: 128, min size: 0 | |||
| hotelLocation | hotelLocation | element | 0/1 | |||
| hotelVendor | hotelVendor | element | 0/1 | |||
| name | string | element | 1/1 | required, max size: 64, min size: 0 | ||
| phone | string | element | 1/1 | required, max size: 16, min size: 0 | ||
| title | string | element | 0/1 | max size: 64, min size: 0 | ||
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
<vendorContact>
<name>...</name>
<email>...</email>
<phone>...</phone>
<title>...</title>
<airVendor>
<airlineNumber>...</airlineNumber>
<checkinLink>...</checkinLink>
<baggageLink>...</baggageLink>
<alliance>
<sharesFrequentFlyerNumbers>...</sharesFrequentFlyerNumbers>
<name>...</name>
<code>...</code>
</alliance>
<lowCostCarrier>...</lowCostCarrier>
<longCode>...</longCode>
<manualTicketingOnly>...</manualTicketingOnly>
<airTicketsUseOrigIssueDate>...</airTicketsUseOrigIssueDate>
<mcoTicketsUseOrigIssueDate>...</mcoTicketsUseOrigIssueDate>
<minDomesticValue>...</minDomesticValue>
<minIntlValue>...</minIntlValue>
<position>...</position>
<imageUrl>...</imageUrl>
<code>...</code>
<name>...</name>
</airVendor>
<carVendor>
<longCode>...</longCode>
<commissionRate>...</commissionRate>
<position>...</position>
<code>...</code>
<name>...</name>
</carVendor>
<hotelVendor>
<longCode>...</longCode>
<commissionRate>...</commissionRate>
<family>
<name>...</name>
<code>...</code>
</family>
<position>...</position>
<code>...</code>
<name>...</name>
</hotelVendor>
<hotelLocation>
<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>
</hotelLocation>
<id>...</id>
<version>...</version>
<violations/>
</vendorContact>