com.supermap.services.ogc
Class ContactInformation
- java.lang.Object
-
- com.supermap.services.ogc.ContactInformation
-
- All Implemented Interfaces:
- java.io.Serializable
public class ContactInformation extends java.lang.Object implements java.io.SerializableThe service provider contact information.
It is a part of the service description information (
ServiceDescription).- See Also:
ServiceDescription, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringaddressThe address.java.lang.StringaddressTypeThe address type.java.lang.StringcityThe city.java.lang.StringcountryThe country.java.lang.StringelectronicMailAddressThe E-mail address.java.lang.StringfacsimileTelephoneThe fax.java.lang.StringorganizationThe organization.java.lang.StringpersonThe person to contact.java.lang.StringpositionThe position.java.lang.StringpostCodeThe post code.java.lang.StringstateOrProvinceThe province or district.java.lang.StringvoiceTelephoneThe contact telephone.
-
Constructor Summary
Constructors Constructor and Description ContactInformation()The Constructor.ContactInformation(ContactInformation contactInformation)Constructs new service provider contact information according existing service provider contact information.
-
-
-
Field Detail
-
person
public java.lang.String person
The person to contact.
-
organization
public java.lang.String organization
The organization.
-
position
public java.lang.String position
The position.
-
addressType
public java.lang.String addressType
The address type.
-
address
public java.lang.String address
The address.
-
city
public java.lang.String city
The city.
-
stateOrProvince
public java.lang.String stateOrProvince
The province or district.
-
postCode
public java.lang.String postCode
The post code.
-
country
public java.lang.String country
The country.
-
voiceTelephone
public java.lang.String voiceTelephone
The contact telephone.
-
facsimileTelephone
public java.lang.String facsimileTelephone
The fax.
-
electronicMailAddress
public java.lang.String electronicMailAddress
The E-mail address.
-
-
Constructor Detail
-
ContactInformation
public ContactInformation()
The Constructor.
-
ContactInformation
public ContactInformation(ContactInformation contactInformation)
Constructs new service provider contact information according existing service provider contact information.
- Parameters:
contactInformation- the service provider contact information.
-
-