| Constructor and Description |
|---|
PrimitiveTypesVisitor(Scope scopeRef,
javax.wsdl.Definition defn,
org.apache.ws.commons.schema.XmlSchema schemaRef,
org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accept(antlr.collections.AST node) |
CorbaType |
getCorbaType() |
Scope |
getFullyQualifiedName() |
static QName |
getPrimitiveType(antlr.collections.AST node) |
org.apache.ws.commons.schema.XmlSchemaType |
getSchemaType() |
Scope |
getScope() |
void |
visit(antlr.collections.AST node) |
public PrimitiveTypesVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas)
public static boolean accept(antlr.collections.AST node)
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
getSchemaType in interface Visitorpublic CorbaType getCorbaType()
getCorbaType in interface Visitorpublic Scope getFullyQualifiedName()
getFullyQualifiedName in interface Visitorpublic static QName getPrimitiveType(antlr.collections.AST node)
Apache CXF