Java class for Contact complex type.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| address | string | element | 0/1 | Address. | |
| city | string | element | 0/1 | City. | |
| contactTimeFrom | string | element | 0/1 | Contect time from. | |
| contactTimeTo | string | element | 0/1 | Contact time to. | |
| contactType | string | element | 0/1 | Contact type. | |
| country | string | element | 0/1 | Country. | |
| emailAddress | string | element | 0/1 | Email address. | |
| firstName | string | element | 0/1 | First name. | |
| lastName | string | element | 0/1 | Last name. | |
| phone | list of phone | element | 0/unbounded | ||
| preferredLanguage | string | element | 0/1 | Preferred language. | |
| stateOrProvince | string | element | 0/1 | State or province information. | |
| title | string | element | 0/1 | Title. | |
| zipOrPostalCode | string | element | 0/1 | Zip or postal code. |
Example
<c----->
<address>...</address>
<city>...</city>
<contactTimeFrom>...</contactTimeFrom>
<contactTimeTo>...</contactTimeTo>
<contactType>...</contactType>
<country>...</country>
<emailAddress>...</emailAddress>
<firstName>...</firstName>
<lastName>...</lastName>
<phone>
<phoneType>...</phoneType>
<phoneNumber>...</phoneNumber>
</phone>
<preferredLanguage>...</preferredLanguage>
<stateOrProvince>...</stateOrProvince>
<title>...</title>
<zipOrPostalCode>...</zipOrPostalCode>
</c----->