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 FormModifier and Type | Field and Description |
---|---|
java.lang.String |
address
The address.
|
java.lang.String |
addressType
The address type.
|
java.lang.String |
city
The city.
|
java.lang.String |
country
The country.
|
java.lang.String |
electronicMailAddress
The E-mail address.
|
java.lang.String |
facsimileTelephone
The fax.
|
java.lang.String |
organization
The organization.
|
java.lang.String |
person
The person to contact.
|
java.lang.String |
position
The position.
|
java.lang.String |
postCode
The post code.
|
java.lang.String |
stateOrProvince
The province or district.
|
java.lang.String |
voiceTelephone
The 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.