|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.wsdl.extensions.bsf.BSFAddress
Constructor Summary | |
BSFAddress()
|
Method Summary | |
javax.xml.namespace.QName |
getElementType()
Get the type of this extensibility element. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
java.lang.String |
getScript()
Gets the script attribute of the BSFAddress object |
java.lang.String |
getScriptFileLocation()
Gets the scriptFileLocation attribute of the BSFAddress object |
java.lang.String |
getScriptLanguage()
Gets the scriptLanguage attribute of the BSFAddress object |
void |
setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
void |
setScript(java.lang.String script)
Sets the script attribute of the BSFAddress object |
void |
setScriptFileLocation(java.lang.String scriptFileLocation)
Sets the scriptFileLocation attribute of the BSFAddress object |
void |
setScriptLanguage(java.lang.String scriptLang)
Sets the scriptLanguage attribute of the BSFAddress 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 BSFAddress()
Method Detail |
public java.lang.String getScriptFileLocation()
public java.lang.String getScript()
public java.lang.String getScriptLanguage()
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setScriptFileLocation(java.lang.String scriptFileLocation)
scriptFileLocation
- The new scriptFileLocation valuepublic void setScriptLanguage(java.lang.String scriptLang)
scriptLang
- The new scriptLanguage valuepublic void setScript(java.lang.String script)
script
- The new script valuepublic void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the typepublic void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
required
- The new required valuepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |