/**
  * Gets the value of the handlerName property.
  *
  * @return possible object is {@link org.apache.cxf.jaxws.javaee.CString }
  */
 public org.apache.cxf.jaxws.javaee.CString getHandlerName() {
   if (handlerName == null) {
     handlerName = new CString();
     handlerName.setValue("");
   }
   return handlerName;
 }