tmcItinerarySetting Data Type

An object defining the basic abilities we want all of our hibernate objects to have.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
notificationTemplate emailTemplate element 0/1  
passwordTemplate emailTemplate element 0/1  
promotionalText string element 0/1  
promotionalUrl string element 0/1  
pvstmcid string element 0/1 A key used with PVSGlobal to identify the TMC.
pvstransid string element 0/1 A key used with PVSGlobal to identify the TMC.
template emailTemplate element 0/1  
travelManagementCorp client element 0/1  
travelRequestTemplate emailTemplate element 0/1  
unusedTicketTemplate emailTemplate element 0/1  
welcomeTemplate emailTemplate element 0/1  
wt0Template emailTemplate 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

<tmcItinerarySetting>
  <travelManagementCorp>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </travelManagementCorp>
  <template>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </template>
  <notificationTemplate>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </notificationTemplate>
  <promotionalText>...</promotionalText>
  <promotionalUrl>...</promotionalUrl>
  <welcomeTemplate>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </welcomeTemplate>
  <passwordTemplate>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </passwordTemplate>
  <travelRequestTemplate>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </travelRequestTemplate>
  <pvstmcid>...</pvstmcid>
  <pvstransid>...</pvstransid>
  <wt0Template>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </wt0Template>
  <unusedTicketTemplate>
    <subject>...</subject>
    <code>...</code>
    <name>...</name>
    <htmlContent>...</htmlContent>
    <design>
      <header>...</header>
      <footer>...</footer>
      <style>...</style>
      <includeUnsubscribeLink>...</includeUnsubscribeLink>
    </design>
    <fromName>...</fromName>
    <fromAddress>...</fromAddress>
    <hostPort>...</hostPort>
    <textContent>...</textContent>
    <smtpHost>...</smtpHost>
    <hostUser>...</hostUser>
    <hostPassword>...</hostPassword>
    <id>...</id>
    <version>...</version>
  </unusedTicketTemplate>
  <id>...</id>
  <version>...</version>
  <violations/>
</tmcItinerarySetting>