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.SerializableService description.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringaccessConstraintsService connect restrictionsjava.lang.StringdescriptionService description.java.lang.StringfeesService price.java.util.List<java.lang.String>keywordsService keywords.java.lang.StringserviceTypeCityjava.lang.StringserviceTypeVersionService version.java.lang.StringtitleService title.
-
Constructor Summary
Constructors Constructor and Description ServiceIdentification()ServiceIdentification(ServiceIdentification serviceIdentification)
-
-
-
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()
-
ServiceIdentification
public ServiceIdentification(ServiceIdentification serviceIdentification)
-
-