org.apache.cxf.tools.corba.processors.idl
Class VisitorTypeHolder
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.VisitorTypeHolder
public class VisitorTypeHolder
- extends Object
|
Method Summary |
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
getCorbaType()
|
org.apache.ws.commons.schema.XmlSchemaType |
getSchemaType()
|
void |
setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl 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 |
VisitorTypeHolder
public VisitorTypeHolder()
getCorbaType
public org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl getCorbaType()
getSchemaType
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
setCorbaType
public void setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type)
setSchemaType
public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
Apache CXF