Package org.apache.wsil.impl
Class AbstractImpl
java.lang.Object
org.apache.wsil.impl.WSILElementWithTextImpl
org.apache.wsil.impl.AbstractImpl
- All Implemented Interfaces:
Serializable
,Abstract
,WSILElement
,WSILElementWithText
This class provides the support for the <abstract> element.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields inherited from class org.apache.wsil.impl.WSILElementWithTextImpl
lang, text
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wsil.impl.WSILElementWithTextImpl
getLang, getText, setLang, setText, toString, toXMLString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wsil.WSILElementWithText
getLang, getText, setLang, setText
-
Constructor Details
-
AbstractImpl
public AbstractImpl()AbstractImpl constructor comment.
-
-
Method Details
-
toXMLString
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-