Apache CXF API

org.apache.cxf.tools.validator.internal.model
Class XWsdl

java.lang.Object
  extended by org.apache.cxf.tools.validator.internal.model.XNode
      extended by org.apache.cxf.tools.validator.internal.model.XWsdl
Direct Known Subclasses:
XBinding, XDef, XFault, XInput, XMessage, XOperation, XOutput, XPort, XPortType, XService

public class XWsdl
extends XNode


Constructor Summary
XWsdl()
           
 
Method Summary
 void setName(String newName)
           
 
Methods inherited from class org.apache.cxf.tools.validator.internal.model.XNode
getAttributeName, getAttributeValue, getFailurePoint, getNSMap, getParentNode, getPlainText, getPrefix, getQName, getText, getXPath, isDefaultAttributeValue, matches, setAttributeName, setAttributeValue, setDefaultAttributeValue, setFailurePoint, setParentNode, setPrefix, setQName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XWsdl

public XWsdl()
Method Detail

setName

public void setName(String newName)

Apache CXF API

Apache CXF