|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.wsdl.extensions.bsf.BSFOperation
public class BSFOperation
Constructor Summary | |
---|---|
BSFOperation()
|
Method Summary | |
---|---|
javax.xml.namespace.QName |
getElementType()
Get the type of this extensibility element. |
java.lang.String |
getMethodName()
Gets the methodName attribute of the BSFOperation object |
java.util.List |
getParameterOrder()
Gets the parameterOrder attribute of the BSFOperation object |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
java.lang.String |
getReturnPart()
Gets the returnPart attribute of the BSFOperation object |
void |
setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element. |
void |
setMethodName(java.lang.String newMethodName)
Sets the methodName attribute of the BSFOperation object |
void |
setParameterOrder(java.lang.String newParameterOrderStr)
Sets the parameterOrder attribute of the BSFOperation object |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
void |
setReturnPart(java.lang.String newReturnPart)
Sets the returnPart attribute of the BSFOperation object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BSFOperation()
Method Detail |
---|
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public java.lang.String getMethodName()
public java.util.List getParameterOrder()
public java.lang.String getReturnPart()
public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the typepublic void setMethodName(java.lang.String newMethodName)
newMethodName
- The new methodName valuepublic void setParameterOrder(java.lang.String newParameterOrderStr)
newParameterOrderStr
- The new parameterOrder valuepublic void setReturnPart(java.lang.String newReturnPart)
newReturnPart
- The new returnPart valuepublic void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
required
- The new required valuepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |