An element that represents car location of car segments.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| address1 | string | element | 0/1 | The first line of the address. | ||
| address2 | string | element | 0/1 | The second line of the address. | ||
| address3 | string | element | 0/1 | |||
| city | city | element | 0/1 | Three letter code that represents the locations city | ||
| locationId | string | element | 0/1 | max size: 4, min size: 0 | Location code that is 4 digits long that represents the location. | |
| phone1 | string | element | 0/1 | Phone number for the location. | ||
| phone2 | string | element | 0/1 | Second phone number for the location. | ||
| state | string | element | 0/1 | The state that the location is in. | ||
| zipCode | string | element | 0/1 | Postal zip code that represents the locations address | ||
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
<carLocation>
<address1>...</address1>
<address2>...</address2>
<state>...</state>
<zipCode>...</zipCode>
<phone1>...</phone1>
<phone2>...</phone2>
<city>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region>
<name>...</name>
<code>...</code>
<country/>
<position>...</position>
</region>
<timeZone>
<name>...</name>
<offset>...</offset>
<daylightSavingsOffset>...</daylightSavingsOffset>
</timeZone>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
<id>...</id>
<version>...</version>
</city>
<locationId>...</locationId>
<address3>...</address3>
<id>...</id>
<version>...</version>
<violations/>
</carLocation>