Package org.ow2.easywsdl.schema.impl
Class Constants
- java.lang.Object
-
- org.ow2.easywsdl.schema.impl.Constants
-
public class Constants extends Object
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCHEMA_NAMESPACESchemaImpl Namespacestatic StringSCHEMA_ROOT_TAGSchemaImpl root tagstatic URIXML_URIstatic StringXML_XSDstatic StringXSD_SCHEMASchemaImpl name
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SCHEMA_NAMESPACE
public static final String SCHEMA_NAMESPACE
SchemaImpl Namespace- See Also:
- Constant Field Values
-
SCHEMA_ROOT_TAG
public static final String SCHEMA_ROOT_TAG
SchemaImpl root tag- See Also:
- Constant Field Values
-
XSD_SCHEMA
public static final String XSD_SCHEMA
SchemaImpl name- See Also:
- Constant Field Values
-
XML_XSD
public static final String XML_XSD
- See Also:
- Constant Field Values
-
XML_URI
public static final URI XML_URI
-
-