public abstract class ServiceReferenceElement extends WSILElementWithAbstractImpl
Modifier and Type | Field and Description |
---|---|
protected ExtensionElement |
extElement
Extension element.
|
protected java.lang.String |
location
Location.
|
protected java.lang.String |
referencedNamespace
Reference namespace.
|
abstracts
Constructor and Description |
---|
ServiceReferenceElement()
ServiceReferenceElement constructor comment.
|
Modifier and Type | Method and 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.
|
addAbstract, addAbstracts, getAbstracts, removeAbstracts, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toXMLString
protected java.lang.String referencedNamespace
protected java.lang.String location
protected ExtensionElement extElement
public ServiceReferenceElement()
public void setLocation(java.lang.String location)
public java.lang.String getLocation()
public void setReferencedNamespace(java.lang.String referencedNamespace)
public java.lang.String getReferencedNamespace()
public void setExtensionElement(ExtensionElement extElement)
public ExtensionElement getExtensionElement()
protected java.lang.String toXMLString(java.lang.String elementName)
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.