Class TypesVisitorBase
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.TypesVisitorBase
- All Implemented Interfaces:
antlr.ASTVisitor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.binding.corba.wsdl.CorbaTypeImplorg.apache.cxf.binding.corba.wsdl.TypeMappingTypeorg.apache.ws.commons.schema.XmlSchemaorg.apache.ws.commons.schema.XmlSchemaTypevoidsetCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type) voidsetSchemaType(org.apache.ws.commons.schema.XmlSchemaType type) abstract voidvisit(antlr.collections.AST node)
-
Field Details
-
schema
protected org.apache.ws.commons.schema.XmlSchema schema -
schemas
protected org.apache.ws.commons.schema.XmlSchemaCollection schemas -
typeMap
protected org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap
-
-
Constructor Details
-
TypesVisitorBase
public TypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef)
-
-
Method Details
-
visit
public abstract void visit(antlr.collections.AST node) - Specified by:
visitin interfaceantlr.ASTVisitor
-
getSchema
public org.apache.ws.commons.schema.XmlSchema getSchema() -
getCorbaTypeMap
public org.apache.cxf.binding.corba.wsdl.TypeMappingType getCorbaTypeMap() -
getSchemaType
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType() -
getCorbaType
public org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl getCorbaType() -
getSchemaTypeName
-
getCorbaTypeName
-
setSchemaType
public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type) -
setCorbaType
public void setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type)
-