Uses of Class
net.opengis.ows.v_2_0.ServiceIdentification

Uses of ServiceIdentification in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 declared as ServiceIdentification
protected  ServiceIdentification CapabilitiesBaseType.serviceIdentification
           
 

Methods in net.opengis.ows.v_2_0 that return ServiceIdentification
 ServiceIdentification ObjectFactory.createServiceIdentification()
          Create an instance of ServiceIdentification
 ServiceIdentification CapabilitiesBaseType.getServiceIdentification()
          Gets the value of the serviceIdentification property.
 ServiceIdentification ServiceIdentification.withAbstract(Collection<LanguageStringType> values)
           
 ServiceIdentification ServiceIdentification.withAbstract(LanguageStringType... values)
           
 ServiceIdentification ServiceIdentification.withAbstract(List<LanguageStringType> value)
           
 ServiceIdentification ServiceIdentification.withAccessConstraints(Collection<String> values)
           
 ServiceIdentification ServiceIdentification.withAccessConstraints(List<String> value)
           
 ServiceIdentification ServiceIdentification.withAccessConstraints(String... values)
           
 ServiceIdentification ServiceIdentification.withFees(String value)
           
 ServiceIdentification ServiceIdentification.withKeywords(Collection<KeywordsType> values)
           
 ServiceIdentification ServiceIdentification.withKeywords(KeywordsType... values)
           
 ServiceIdentification ServiceIdentification.withKeywords(List<KeywordsType> value)
           
 ServiceIdentification ServiceIdentification.withProfile(Collection<String> values)
           
 ServiceIdentification ServiceIdentification.withProfile(List<String> value)
           
 ServiceIdentification ServiceIdentification.withProfile(String... values)
           
 ServiceIdentification ServiceIdentification.withServiceType(CodeType value)
           
 ServiceIdentification ServiceIdentification.withServiceTypeVersion(Collection<String> values)
           
 ServiceIdentification ServiceIdentification.withServiceTypeVersion(List<String> value)
           
 ServiceIdentification ServiceIdentification.withServiceTypeVersion(String... values)
           
 ServiceIdentification ServiceIdentification.withTitle(Collection<LanguageStringType> values)
           
 ServiceIdentification ServiceIdentification.withTitle(LanguageStringType... values)
           
 ServiceIdentification ServiceIdentification.withTitle(List<LanguageStringType> value)
           
 

Methods in net.opengis.ows.v_2_0 with parameters of type ServiceIdentification
 void CapabilitiesBaseType.setServiceIdentification(ServiceIdentification value)
          Sets the value of the serviceIdentification property.
 CapabilitiesBaseType CapabilitiesBaseType.withServiceIdentification(ServiceIdentification value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.