com.supermap.services.ogc

Class ServiceIdentification

  • java.lang.Object
    • com.supermap.services.ogc.ServiceIdentification
  • All Implemented Interfaces:
    java.io.Serializable


    public class ServiceIdentification
    extends java.lang.Object
    implements java.io.Serializable
    

    Service description.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String accessConstraints
      Service connect restrictions
      java.lang.String description
      Service description.
      java.lang.String fees
      Service price.
      java.util.List<java.lang.String> keywords
      Service keywords.
      java.lang.String serviceType
      City
      java.lang.String serviceTypeVersion
      Service version.
      java.lang.String title
      Service title.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode()
      Gets the hash value of the object instance
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        public java.lang.String title
        

        Service title.

      • description

        public java.lang.String description
        

        Service description.

      • keywords

        public java.util.List<java.lang.String> keywords
        

        Service keywords.

      • fees

        public java.lang.String fees
        

        Service price.

      • accessConstraints

        public java.lang.String accessConstraints
        

        Service connect restrictions

      • serviceType

        public java.lang.String serviceType
        

        City

      • serviceTypeVersion

        public java.lang.String serviceTypeVersion
        

        Service version.

    • Constructor Detail

      • ServiceIdentification

        public ServiceIdentification()
        
    • Method Detail

      • equals

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

        public final int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value