|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebParam
Method Summary | |
---|---|
WebParamKind |
getKind()
|
java.lang.String |
getPartName()
Returns the value of the 'Part Name' attribute. |
java.lang.String |
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute. |
java.lang.String |
getTypeName()
|
boolean |
isHeader()
Returns the value of the 'Header' attribute. |
void |
setHeader(boolean value)
Sets the value of the ' Header ' attribute. |
void |
setKind(WebParamKind value)
Sets the value of the ' Kind ' attribute. |
void |
setPartName(java.lang.String value)
Sets the value of the ' Part Name ' attribute. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the ' Target Namespace ' attribute. |
Methods inherited from interface org.eclipse.jst.ws.jaxws.dom.runtime.api.IJavaWebServiceElement |
---|
getImplementation, getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getTypeName()
java.lang.String getPartName()
If the meaning of the 'Part Name' attribute isn't clear, there really should be more of a description here...
setPartName(String)
,
DomPackage.getIWebParam_PartName()
void setPartName(java.lang.String value)
Part Name
' attribute.
value
- the new value of the 'Part Name' attribute.getPartName()
java.lang.String getTargetNamespace()
If the meaning of the 'Target Namespace' attribute isn't clear, there really should be more of a description here...
setTargetNamespace(String)
,
DomPackage.getIWebParam_TargetNamespace()
void setTargetNamespace(java.lang.String value)
Target Namespace
' attribute.
value
- the new value of the 'Target Namespace' attribute.getTargetNamespace()
boolean isHeader()
"false"
.
If the meaning of the 'Header' attribute isn't clear, there really should be more of a description here...
setHeader(boolean)
,
DomPackage.getIWebParam_Header()
void setHeader(boolean value)
Header
' attribute.
value
- the new value of the 'Header' attribute.isHeader()
WebParamKind getKind()
void setKind(WebParamKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.WebParamKind
,
getKind()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |