Package org.apache.wsil.impl
Class ServiceReferenceElement
- java.lang.Object
-
- org.apache.wsil.impl.WSILElementWithAbstractImpl
-
- org.apache.wsil.impl.ServiceReferenceElement
-
- All Implemented Interfaces:
java.io.Serializable,WSILElement,WSILElementWithAbstract
- Direct Known Subclasses:
DescriptionImpl,LinkImpl
public abstract class ServiceReferenceElement extends WSILElementWithAbstractImpl
This class is the base class for elements that contain service references.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionElementextElementExtension element.protected java.lang.StringlocationLocation.protected java.lang.StringreferencedNamespaceReference namespace.-
Fields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
abstracts
-
-
Constructor Summary
Constructors Constructor Description ServiceReferenceElement()ServiceReferenceElement constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionElementgetExtensionElement()Get extension elment.java.lang.StringgetLocation()Get location for this link.java.lang.StringgetReferencedNamespace()Get referenced namespace for this link.voidsetExtensionElement(ExtensionElement extElement)Set extension element.voidsetLocation(java.lang.String location)Set location for this link.voidsetReferencedNamespace(java.lang.String referencedNamespace)Set referenced namespace for this link.protected java.lang.StringtoXMLString(java.lang.String elementName)XML string representation of this object.-
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.WSILElement
toXMLString
-
-
-
-
Field Detail
-
referencedNamespace
protected java.lang.String referencedNamespace
Reference namespace.
-
location
protected java.lang.String location
Location.
-
extElement
protected ExtensionElement extElement
Extension element.
-
-
Method Detail
-
setLocation
public void setLocation(java.lang.String location)
Set location for this link.
-
getLocation
public java.lang.String getLocation()
Get location for this link.
-
setReferencedNamespace
public void setReferencedNamespace(java.lang.String referencedNamespace)
Set referenced namespace for this link.
-
getReferencedNamespace
public java.lang.String getReferencedNamespace()
Get referenced namespace for this link.
-
setExtensionElement
public void setExtensionElement(ExtensionElement extElement)
Set extension element.
-
getExtensionElement
public ExtensionElement getExtensionElement()
Get extension elment.
-
toXMLString
protected java.lang.String toXMLString(java.lang.String elementName)
XML string representation of this object.
-
-