public abstract class TypesVisitorBase extends Object implements antlr.ASTVisitor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ws.commons.schema.XmlSchema |
schema |
protected org.apache.ws.commons.schema.XmlSchemaCollection |
schemas |
protected org.apache.cxf.binding.corba.wsdl.TypeMappingType |
typeMap |
| Constructor and Description |
|---|
TypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas,
org.apache.ws.commons.schema.XmlSchema xmlSchema,
org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
getCorbaType() |
org.apache.cxf.binding.corba.wsdl.TypeMappingType |
getCorbaTypeMap() |
QName |
getCorbaTypeName() |
org.apache.ws.commons.schema.XmlSchema |
getSchema() |
org.apache.ws.commons.schema.XmlSchemaType |
getSchemaType() |
QName |
getSchemaTypeName() |
void |
setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type) |
void |
setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type) |
abstract void |
visit(antlr.collections.AST node) |
protected org.apache.ws.commons.schema.XmlSchema schema
protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
protected org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap
public TypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas,
org.apache.ws.commons.schema.XmlSchema xmlSchema,
org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef)
public abstract void visit(antlr.collections.AST node)
visit in interface antlr.ASTVisitorpublic org.apache.ws.commons.schema.XmlSchema getSchema()
public org.apache.cxf.binding.corba.wsdl.TypeMappingType getCorbaTypeMap()
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
public org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl getCorbaType()
public QName getSchemaTypeName()
public QName getCorbaTypeName()
public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
public void setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type)
Apache CXF