A banner ad that a TMC sets to show to it's travelers on Airtineraries and promo pages.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| active | boolean | element | 1/1 | required boolean | Whether the ad is being displayed as the active ad. | |
| imageAddress | string | element | 0/1 | The full web address of the image. | ||
| linkUrl | string | element | 0/1 | Where the user should be directed when the link is clicked on. | ||
| tmc | client | element | 0/1 | The TMC the ad belongs to. | ||
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
<tmcBannerAd>
<tmc>
<status>
<name>...</name>
<active>...</active>
</status>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type>
<name>...</name>
<hide>...</hide>
<level>...</level>
</type>
<id>...</id>
<version>...</version>
</tmc>
<imageAddress>...</imageAddress>
<linkUrl>...</linkUrl>
<active>...</active>
<id>...</id>
<version>...</version>
<violations/>
</tmcBannerAd>