Class WrapperBeanClass

  • All Implemented Interfaces:
    org.apache.cxf.tools.common.model.JavaAnnotatable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QName getElementName()
      Get the ElementName value.
      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
    • Constructor Detail

      • WrapperBeanClass

        public WrapperBeanClass()
    • Method Detail

      • 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.