com.eviware.soapui.impl.wadl.inference.schema
Class Settings

java.lang.Object
  extended by com.eviware.soapui.impl.wadl.inference.schema.Settings

public class Settings
extends java.lang.Object

Static class containing package global variables.

Author:
Dain Nilsson

Field Summary
static int locality
          Locality used for iLOCAL algorithm when inferring complex types.
static java.lang.String xsdns
          The namespace for XML Schema.
static java.lang.String xsins
          The namespace for XML Schema-instance.
 
Constructor Summary
Settings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locality

public static final int locality
Locality used for iLOCAL algorithm when inferring complex types.

See Also:
Constant Field Values

xsdns

public static final java.lang.String xsdns
The namespace for XML Schema.

See Also:
Constant Field Values

xsins

public static final java.lang.String xsins
The namespace for XML Schema-instance.

See Also:
Constant Field Values
Constructor Detail

Settings

public Settings()


Copyright © 2005-2009 eviware.com. All Rights Reserved.