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.Serializable
    

    The service provider contact information.

    It is a part of the service description information (ServiceDescription).

    See Also:
    ServiceDescription, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContactInformation()
      The Constructor.
      ContactInformation(ContactInformation contactInformation)
      Constructs new service provider contact information according existing service provider contact information.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object