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 ExtensionElement
extElement
Extension element.protected java.lang.String
location
Location.protected java.lang.String
referencedNamespace
Reference 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 ExtensionElement
getExtensionElement()
Get extension elment.java.lang.String
getLocation()
Get location for this link.java.lang.String
getReferencedNamespace()
Get referenced namespace for this link.void
setExtensionElement(ExtensionElement extElement)
Set extension element.void
setLocation(java.lang.String location)
Set location for this link.void
setReferencedNamespace(java.lang.String referencedNamespace)
Set referenced namespace for this link.protected java.lang.String
toXMLString(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.
-
-