Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class VisitorTypeHolder

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.VisitorTypeHolder

public class VisitorTypeHolder
extends Object


Constructor Summary
VisitorTypeHolder()
           
 
Method Summary
 CorbaType getCorbaType()
           
 org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
           
 void setCorbaType(CorbaType type)
           
 void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorTypeHolder

public VisitorTypeHolder()
Method Detail

getCorbaType

public CorbaType getCorbaType()

getSchemaType

public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()

setCorbaType

public void setCorbaType(CorbaType type)

setSchemaType

public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)

Apache CXF API

Apache CXF