|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.WSILElementWithAbstractImpl
org.apache.wsil.impl.ServiceReferenceElement
public abstract class ServiceReferenceElement
This class is the base class for elements that contain service references.
Field Summary | |
---|---|
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 | |
---|---|
ServiceReferenceElement()
ServiceReferenceElement constructor comment. |
Method Summary | |
---|---|
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 |
---|
protected java.lang.String referencedNamespace
protected java.lang.String location
protected ExtensionElement extElement
Constructor Detail |
---|
public ServiceReferenceElement()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |