Package org.apache.wsil.impl
Class DescriptionImpl
java.lang.Object
org.apache.wsil.impl.WSILElementWithAbstractImpl
org.apache.wsil.impl.ServiceReferenceElement
org.apache.wsil.impl.DescriptionImpl
- All Implemented Interfaces:
Serializable,Description,WSILElement,WSILElementWithAbstract
This class provides the support for the <description> element.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields inherited from class org.apache.wsil.impl.ServiceReferenceElement
extElement, location, referencedNamespaceFields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
abstractsFields inherited from interface org.apache.wsil.Description
ELEM_NAME, QNAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wsil.impl.ServiceReferenceElement
getExtensionElement, getLocation, getReferencedNamespace, setExtensionElement, setLocation, setReferencedNamespace, toXMLStringMethods inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
addAbstract, addAbstracts, getAbstracts, removeAbstracts, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.wsil.Description
getExtensionElement, getLocation, getReferencedNamespace, setExtensionElement, setLocation, setReferencedNamespaceMethods inherited from interface org.apache.wsil.WSILElementWithAbstract
addAbstract, addAbstracts, getAbstracts, removeAbstracts
-
Constructor Details
-
DescriptionImpl
public DescriptionImpl()DescriptionImpl constructor comment.
-
-
Method Details
-
toXMLString
XML string representation of this object.- Specified by:
toXMLStringin interfaceWSILElement- Returns:
- Returns the XML string format of this element.
-