Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
Class JAXWSClass

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.JAXWSClass

public class JAXWSClass
extends Object


Constructor Summary
JAXWSClass(String clzName, String comment)
           
 
Method Summary
 String getClassName()
           
 String getComments()
           
 void setClassName(String clzName)
           
 void setComments(String comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSClass

public JAXWSClass(String clzName,
                  String comment)
Method Detail

setClassName

public void setClassName(String clzName)

getClassName

public String getClassName()

setComments

public void setComments(String comment)

getComments

public String getComments()

Apache CXF API

Apache CXF