net.opengis.ows10
Interface ServiceIdentificationType

All Superinterfaces:
DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ServiceIdentificationTypeImpl

public interface ServiceIdentificationType
extends DescriptionType

A representation of the model object 'Service Identification Type'.

The following features are supported:

See Also:
Ows10Package.getServiceIdentificationType()

Method Summary
 java.lang.String getAccessConstraints()
          Returns the value of the 'Access Constraints' attribute.
 java.lang.String getFees()
          Returns the value of the 'Fees' attribute.
 CodeType getServiceType()
          Returns the value of the 'Service Type' containment reference.
 java.lang.String getServiceTypeVersion()
          Returns the value of the 'Service Type Version' attribute.
 void setAccessConstraints(java.lang.String value)
          Sets the value of the 'Access Constraints' attribute.
 void setFees(java.lang.String value)
          Sets the value of the 'Fees' attribute.
 void setServiceType(CodeType value)
          Sets the value of the 'Service Type' containment reference.
 void setServiceTypeVersion(java.lang.String value)
          Sets the value of the 'Service Type Version' attribute.
 
Methods inherited from interface net.opengis.ows10.DescriptionType
getAbstract, getKeywords, getTitle, setAbstract, setTitle
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getServiceType

CodeType getServiceType()
Returns the value of the 'Service Type' containment reference. A service type name from a registry of services. For example, the values of the codeSpace URI and name and code string may be "OGC" and "catalogue." This type name is normally used for machine-to-machine communication.

Returns:
the value of the 'Service Type' containment reference.
See Also:
setServiceType(CodeType), Ows10Package.getServiceIdentificationType_ServiceType()

setServiceType

void setServiceType(CodeType value)
Sets the value of the 'Service Type' containment reference.

Parameters:
value - the new value of the 'Service Type' containment reference.
See Also:
getServiceType()

getServiceTypeVersion

java.lang.String getServiceTypeVersion()
Returns the value of the 'Service Type Version' attribute. Unordered list of one or more versions of this service type implemented by this server. This information is not adequate for version negotiation, and shall not be used for that purpose.

Returns:
the value of the 'Service Type Version' attribute.
See Also:
setServiceTypeVersion(String), Ows10Package.getServiceIdentificationType_ServiceTypeVersion()

setServiceTypeVersion

void setServiceTypeVersion(java.lang.String value)
Sets the value of the 'Service Type Version' attribute.

Parameters:
value - the new value of the 'Service Type Version' attribute.
See Also:
getServiceTypeVersion()

getFees

java.lang.String getFees()
Returns the value of the 'Fees' attribute. If this element is omitted, no meaning is implied.

Returns:
the value of the 'Fees' attribute.
See Also:
setFees(String), Ows10Package.getServiceIdentificationType_Fees()

setFees

void setFees(java.lang.String value)
Sets the value of the 'Fees' attribute.

Parameters:
value - the new value of the 'Fees' attribute.
See Also:
getFees()

getAccessConstraints

java.lang.String getAccessConstraints()
Returns the value of the 'Access Constraints' attribute. Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed. If this element is omitted, no meaning is implied.

Returns:
the value of the 'Access Constraints' attribute.
See Also:
setAccessConstraints(String), Ows10Package.getServiceIdentificationType_AccessConstraints()

setAccessConstraints

void setAccessConstraints(java.lang.String value)
Sets the value of the 'Access Constraints' attribute.

Parameters:
value - the new value of the 'Access Constraints' attribute.
See Also:
getAccessConstraints()


Copyright © 1996-2010 Geotools. All Rights Reserved.