Class VisitorTypeHolder
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.VisitorTypeHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.binding.corba.wsdl.CorbaTypeorg.apache.ws.commons.schema.XmlSchemaTypevoidsetCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaType type) voidsetSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
-
Constructor Details
-
VisitorTypeHolder
public VisitorTypeHolder()
-
-
Method Details
-
getCorbaType
public org.apache.cxf.binding.corba.wsdl.CorbaType getCorbaType() -
getSchemaType
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType() -
setCorbaType
public void setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaType type) -
setSchemaType
public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
-