org.apache.wsif.wsdl.extensions.bsf
Class BSFAddress

java.lang.Object
  extended by org.apache.wsif.wsdl.extensions.bsf.BSFAddress
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

public class BSFAddress
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

Author:
Bhuvan
See Also:
Serialized Form

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

BSFAddress

public BSFAddress()
Method Detail

getScriptFileLocation

public java.lang.String getScriptFileLocation()
Gets the scriptFileLocation attribute of the BSFAddress object

Returns:
The scriptFileLocation value

getScript

public java.lang.String getScript()
Gets the script attribute of the BSFAddress object

Returns:
The script value

getScriptLanguage

public java.lang.String getScriptLanguage()
Gets the scriptLanguage attribute of the BSFAddress object

Returns:
The scriptLanguage value

getElementType

public javax.xml.namespace.QName getElementType()
Get the type of this extensibility element.

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element's type

getRequired

public java.lang.Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
The required value

setScriptFileLocation

public void setScriptFileLocation(java.lang.String scriptFileLocation)
Sets the scriptFileLocation attribute of the BSFAddress object

Parameters:
scriptFileLocation - The new scriptFileLocation value

setScriptLanguage

public void setScriptLanguage(java.lang.String scriptLang)
Sets the scriptLanguage attribute of the BSFAddress object

Parameters:
scriptLang - The new scriptLanguage value

setScript

public void setScript(java.lang.String script)
Sets the script attribute of the BSFAddress object

Parameters:
script - The new script value

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element.

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the type

setRequired

public void setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
required - The new required value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.