public class ContactInformation
extends java.lang.Object
implements java.io.Serializable
The service provider contact information.
It is a part of the service description information (ServiceDescription).
ServiceDescription, Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | addressThe address. | 
| java.lang.String | addressTypeThe address type. | 
| java.lang.String | cityThe city. | 
| java.lang.String | countryThe country. | 
| java.lang.String | electronicMailAddressThe E-mail address. | 
| java.lang.String | facsimileTelephoneThe fax. | 
| java.lang.String | organizationThe organization. | 
| java.lang.String | personThe person to contact. | 
| java.lang.String | positionThe position. | 
| java.lang.String | postCodeThe post code. | 
| java.lang.String | stateOrProvinceThe province or district. | 
| java.lang.String | voiceTelephoneThe contact telephone. | 
| Constructor and Description | 
|---|
| ContactInformation()The Constructor. | 
| ContactInformation(ContactInformation contactInformation)Constructs new service provider contact information according existing service provider contact information. | 
public java.lang.String person
The person to contact.
public java.lang.String organization
The organization.
public java.lang.String position
The position.
public java.lang.String addressType
The address type.
public java.lang.String address
The address.
public java.lang.String city
The city.
public java.lang.String stateOrProvince
The province or district.
public java.lang.String postCode
The post code.
public java.lang.String country
The country.
public java.lang.String voiceTelephone
The contact telephone.
public java.lang.String facsimileTelephone
The fax.
public java.lang.String electronicMailAddress
The E-mail address.
public ContactInformation()
The Constructor.
public ContactInformation(ContactInformation contactInformation)
Constructs new service provider contact information according existing service provider contact information.
contactInformation - the service provider contact information.