java.lang.Object
org.apache.cxf.tools.common.model.JavaInterface
org.apache.cxf.tools.common.model.JavaClass
org.apache.cxf.tools.java2wsdl.generator.wsdl11.model.WrapperBeanClass
All Implemented Interfaces:
org.apache.cxf.tools.common.model.JavaAnnotatable

public class WrapperBeanClass extends org.apache.cxf.tools.common.model.JavaClass
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final QName
    Get the ElementName value.
    final void
    setElementName(QName newElementName)
    Set the ElementName value.

    Methods inherited from class org.apache.cxf.tools.common.model.JavaClass

    addField, appendGetter, appendSetter, getFields

    Methods inherited from class org.apache.cxf.tools.common.model.JavaInterface

    addAnnotation, addImport, addImports, addMethod, addSuperInterface, annotate, getAnnotations, getClassJavaDoc, getFullClassName, getHandlerChains, getImports, getJavaModel, getLocation, getMethods, getName, getNamespace, getPackageJavaDoc, getPackageName, getSOAPParameterStyle, getSOAPStyle, getSOAPUse, getSuperInterfaces, getWebServiceName, hasMethod, indexOf, removeMethod, replaceMethod, setClassJavaDoc, setFullClassName, setHandlerChains, setJavaModel, setLocation, setName, setNamespace, setPackageJavaDoc, setPackageName, setSOAPParameterStyle, setSOAPStyle, setSOAPUse, setWebServiceName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WrapperBeanClass

      public WrapperBeanClass()
  • Method Details

    • getElementName

      public final QName getElementName()
      Get the ElementName value.
      Returns:
      a QName value
    • setElementName

      public final void setElementName(QName newElementName)
      Set the ElementName value.
      Parameters:
      newElementName - The new ElementName value.