Free form user created summary of a policy. Created by jeremiah on 7/10/17.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| attachment | string | element | 0/1 | |||
| policy | travelPolicy | element | 1/1 | required | ||
| text | 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
<travelPolicySummary>
<text>...</text>
<policy>
<client>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</client>
<name>...</name>
<modified>...</modified>
<ruleClasses>
<message>...</message>
<action/>
<rules/>
<reviewer/>
<addMessage>...</addMessage>
<queue/>
<override>...</override>
</ruleClasses>
<domesticCountries>
<name>...</name>
<code>...</code>
<codeAlt>...</codeAlt>
<phoneCode>...</phoneCode>
<position>...</position>
</domesticCountries>
<stopsLLF>
<name>...</name>
</stopsLLF>
<contractCarriersOnlyLLF>...</contractCarriersOnlyLLF>
<timeWindowLLF>...</timeWindowLLF>
<advancedPurchaseLLF>...</advancedPurchaseLLF>
<defaultAction>
<name>...</name>
<description>...</description>
<possibleReviewers/>
</defaultAction>
<refundabilityLLF>
<name>...</name>
</refundabilityLLF>
<defaultReviewer>
<name>...</name>
</defaultReviewer>
<id>...</id>
<version>...</version>
</policy>
<attachment>...</attachment>
<id>...</id>
<version>...</version>
<violations/>
</travelPolicySummary>