Package org.apache.wsil.impl
Class LinkImpl
- java.lang.Object
-
- org.apache.wsil.impl.WSILElementWithAbstractImpl
-
- org.apache.wsil.impl.ServiceReferenceElement
-
- org.apache.wsil.impl.LinkImpl
-
- All Implemented Interfaces:
java.io.Serializable
,Link
,WSILElement
,WSILElementWithAbstract
public class LinkImpl extends ServiceReferenceElement implements Link
This class provides the support for the <link> element.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wsil.impl.ServiceReferenceElement
extElement, location, referencedNamespace
-
Fields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
abstracts
-
-
Constructor Summary
Constructors Constructor Description LinkImpl()
LinkImpl 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.ServiceReferenceElement
getExtensionElement, getLocation, getReferencedNamespace, setExtensionElement, setLocation, setReferencedNamespace, toXMLString
-
Methods inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
addAbstract, addAbstracts, getAbstracts, removeAbstracts, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.wsil.Link
getExtensionElement, getLocation, getReferencedNamespace, setExtensionElement, setLocation, setReferencedNamespace
-
Methods inherited from interface org.apache.wsil.WSILElementWithAbstract
addAbstract, addAbstracts, getAbstracts, removeAbstracts
-
-
-
-
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.
-
-