Package org.apache.wsil.impl
Class ServiceReferenceElement
java.lang.Object
org.apache.wsil.impl.WSILElementWithAbstractImpl
org.apache.wsil.impl.ServiceReferenceElement
- All Implemented Interfaces:
Serializable
,WSILElement
,WSILElementWithAbstract
- Direct Known Subclasses:
DescriptionImpl
,LinkImpl
This class is the base class for elements that contain service references.
- Version:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionElement
Extension element.protected String
Location.protected String
Reference namespace.Fields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl
abstracts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet extension elment.Get location for this link.Get referenced namespace for this link.void
setExtensionElement
(ExtensionElement extElement) Set extension element.void
setLocation
(String location) Set location for this link.void
setReferencedNamespace
(String referencedNamespace) Set referenced namespace for this link.protected String
toXMLString
(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 Details
-
referencedNamespace
Reference namespace. -
location
Location. -
extElement
Extension element.
-
-
Constructor Details
-
ServiceReferenceElement
public ServiceReferenceElement()ServiceReferenceElement constructor comment.
-
-
Method Details
-
setLocation
Set location for this link. -
getLocation
Get location for this link. -
setReferencedNamespace
Set referenced namespace for this link. -
getReferencedNamespace
Get referenced namespace for this link. -
setExtensionElement
Set extension element. -
getExtensionElement
Get extension elment. -
toXMLString
XML string representation of this object.
-