Package org.apache.wsil.impl
Class ServiceNameImpl
- java.lang.Object
-
- org.apache.wsil.impl.WSILElementWithTextImpl
-
- org.apache.wsil.impl.ServiceNameImpl
-
- All Implemented Interfaces:
java.io.Serializable
,ServiceName
,WSILElement
,WSILElementWithText
public class ServiceNameImpl extends WSILElementWithTextImpl implements ServiceName
This class provides the support for the <name> element.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wsil.impl.WSILElementWithTextImpl
lang, text
-
Fields inherited from interface org.apache.wsil.ServiceName
ELEM_NAME, QNAME
-
-
Constructor Summary
Constructors Constructor Description ServiceNameImpl()
ServiceNameImpl constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toXMLString()
XML string representation of this object.-
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
-
-
-
-
Method Detail
-
toXMLString
public java.lang.String toXMLString()
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-
-