Package net.opengis.ows20
Interface ServiceIdentificationType
- 
- All Superinterfaces:
- DescriptionType,- EObject,- 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: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessConstraints()Returns the value of the 'Access Constraints' attribute.StringgetFees()Returns the value of the 'Fees' attribute.StringgetProfile()Returns the value of the 'Profile' attribute.CodeTypegetServiceType()Returns the value of the 'Service Type' containment reference.StringgetServiceTypeVersion()Returns the value of the 'Service Type Version' attribute.voidsetAccessConstraints(String value)Sets the value of the 'Access Constraints' attribute.voidsetFees(String value)Sets the value of the 'Fees' attribute.voidsetProfile(String value)Sets the value of the 'Profile' attribute.voidsetServiceType(CodeType value)Sets the value of the 'Service Type' containment reference.voidsetServiceTypeVersion(String value)Sets the value of the 'Service Type Version' attribute.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getServiceTypeCodeType 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),- Ows20Package.getServiceIdentificationType_ServiceType()
 
 - 
setServiceTypevoid 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()
 
 - 
getServiceTypeVersionString 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),- Ows20Package.getServiceIdentificationType_ServiceTypeVersion()
 
 - 
setServiceTypeVersionvoid setServiceTypeVersion(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()
 
 - 
getProfileString getProfile() Returns the value of the 'Profile' attribute. Unordered list of identifiers of Application Profiles that are implemented by this server. This element should be included for each specified application profile implemented by this server. The identifier value should be specified by each Application Profile. If this element is omitted, no meaning is implied.- Returns:
- the value of the 'Profile' attribute.
- See Also:
- setProfile(String),- Ows20Package.getServiceIdentificationType_Profile()
 
 - 
setProfilevoid setProfile(String value) Sets the value of the 'Profile' attribute.- Parameters:
- value- the new value of the 'Profile' attribute.
- See Also:
- getProfile()
 
 - 
getFeesString 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),- Ows20Package.getServiceIdentificationType_Fees()
 
 - 
setFeesvoid setFees(String value) Sets the value of the 'Fees' attribute.- Parameters:
- value- the new value of the 'Fees' attribute.
- See Also:
- getFees()
 
 - 
getAccessConstraintsString 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. When this element is omitted, no meaning is implied.- Returns:
- the value of the 'Access Constraints' attribute.
- See Also:
- setAccessConstraints(String),- Ows20Package.getServiceIdentificationType_AccessConstraints()
 
 - 
setAccessConstraintsvoid setAccessConstraints(String value) Sets the value of the 'Access Constraints' attribute.- Parameters:
- value- the new value of the 'Access Constraints' attribute.
- See Also:
- getAccessConstraints()
 
 
- 
 
-