Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.tools.validator.internal.model.XNode
      extended by org.apache.cxf.tools.validator.internal.model.XWsdl
          extended by org.apache.cxf.tools.validator.internal.model.XDef

public final class XDef
extends XWsdl


Constructor Summary
XDef()
           
 
Method Summary
 String getText()
           
 void setTargetNamespace(String newTargetNamespace)
           
 
Methods inherited from class org.apache.cxf.tools.validator.internal.model.XWsdl
setName
 
Methods inherited from class org.apache.cxf.tools.validator.internal.model.XNode
getAttributeName, getAttributeValue, getFailurePoint, getNSMap, getParentNode, getPlainText, getPrefix, getQName, 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

XDef

public XDef()
Method Detail

setTargetNamespace

public void setTargetNamespace(String newTargetNamespace)

getText

public String getText()
Overrides:
getText in class XNode

Apache CXF API

Apache CXF