Created with IntelliJ IDEA. User: kstauffe Date: 9/20/13 Time: 11:04 AM To change this template use File | Settings | File Templates.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| documents | list of faxDocument | element | 0/unbounded | |||
| end | dateTime | element | 0/1 | |||
| faxError | faxError | element | 0/1 | |||
| faxNumber | string | element | 1/1 | required | ||
| faxTransId | long | element | 0/1 | |||
| recipientName | string | element | 0/1 | |||
| start | dateTime | element | 0/1 | |||
| status | faxStatus | element | 0/1 | |||
| subject | string | element | 0/1 | |||
| text | string | element | 0/1 | |||
| timestamp | dateTime | 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
<faxQueue>
<timestamp>...</timestamp>
<start>...</start>
<end>...</end>
<faxNumber>...</faxNumber>
<recipientName>...</recipientName>
<subject>...</subject>
<text>...</text>
<documents>
<documentPath>...</documentPath>
<id>...</id>
<version>...</version>
</documents>
<faxTransId>...</faxTransId>
<faxError>
<code>...</code>
<error>...</error>
<id>...</id>
<version>...</version>
</faxError>
<status>
<code>...</code>
<status>...</status>
<shortStatus>...</shortStatus>
<retryOnFail>...</retryOnFail>
<id>...</id>
<version>...</version>
</status>
<id>...</id>
<version>...</version>
<violations/>
</faxQueue>