Tabnine Logo
BaseRequestTypeImpl.setBaseUrl
Code IndexAdd Tabnine to your IDE (free)

How to use
setBaseUrl
method
in
net.opengis.wfs.impl.BaseRequestTypeImpl

Best Java code snippets using net.opengis.wfs.impl.BaseRequestTypeImpl.setBaseUrl (Showing top 4 results out of 315)

origin: geotools/geotools

 /**
 * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
 * @generated
 */
 public void eUnset(int featureID) {
 switch (featureID) {
  case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
   setHandle(HANDLE_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
   unsetService();
   return;
  case WfsPackage.BASE_REQUEST_TYPE__VERSION:
   unsetVersion();
   return;
  case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
   setBaseUrl(BASE_URL_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__PROVIDED_VERSION:
   setProvidedVersion(PROVIDED_VERSION_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__EXTENDED_PROPERTIES:
   setExtendedProperties(EXTENDED_PROPERTIES_EDEFAULT);
   return;
 }
 super.eUnset(featureID);
}
origin: geotools/geotools

 /**
 * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
 * @generated
 */
 public void eSet(int featureID, Object newValue) {
 switch (featureID) {
  case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
   setHandle((String)newValue);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
   setService((String)newValue);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__VERSION:
   setVersion((String)newValue);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
   setBaseUrl((String)newValue);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__PROVIDED_VERSION:
   setProvidedVersion((String)newValue);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__EXTENDED_PROPERTIES:
   setExtendedProperties((Map)newValue);
   return;
 }
 super.eSet(featureID, newValue);
}
origin: org.geoserver/net.opengis.wfs

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void eSet(int featureID, Object newValue) {
  switch (featureID) {
    case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
      setHandle((String)newValue);
      return;
    case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
      setService((String)newValue);
      return;
    case WfsPackage.BASE_REQUEST_TYPE__VERSION:
      setVersion((String)newValue);
      return;
    case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
      setBaseUrl((String)newValue);
      return;
  }
  super.eSet(featureID, newValue);
}
origin: org.geoserver/net.opengis.wfs

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void eUnset(int featureID) {
  switch (featureID) {
    case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
      setHandle(HANDLE_EDEFAULT);
      return;
    case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
      unsetService();
      return;
    case WfsPackage.BASE_REQUEST_TYPE__VERSION:
      unsetVersion();
      return;
    case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
      setBaseUrl(BASE_URL_EDEFAULT);
      return;
  }
  super.eUnset(featureID);
}
net.opengis.wfs.implBaseRequestTypeImplsetBaseUrl

Javadoc

Popular methods of BaseRequestTypeImpl

  • eGet
  • eIsSet
  • eSet
  • eUnset
  • toString
  • getBaseUrl
  • getHandle
    Gets the "handle" attribute
  • getService
    Gets the "service" attribute
  • getVersion
    Gets the "version" attribute
  • isSetService
    True if has "service" attribute
  • isSetVersion
    True if has "version" attribute
  • setHandle
    Sets the "handle" attribute
  • isSetVersion,
  • setHandle,
  • setService,
  • setVersion,
  • unsetService,
  • unsetVersion,
  • check_orphaned,
  • eInverseRemove,
  • eIsProxy

Popular in Java

  • Start an intent from android
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • notifyDataSetChanged (ArrayAdapter)
  • setContentView (Activity)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now