| java.lang.Object com.sun.jbi.binding.file.OperationBean
OperationBean | final public class OperationBean (Code) | | Operation information.
author: Sun Microsystems, Inc. |
OperationBean | public OperationBean()(Code) | | Creates a new OperationBean object.
|
OperationBean | public OperationBean(String namespace, String name, String mep, String input, String output, String ext, String prefix)(Code) | | Creates a new OperationBean object.
Parameters: namespace - namespace uri Parameters: name - lcoal name Parameters: mep - mep Parameters: input - input type Parameters: output - output type Parameters: ext - file extension Parameters: prefix - prefix |
getFileExtension | public java.lang.String getFileExtension()(Code) | | Getter for property mFileExtension.
Value of property mFileExtension. |
getInputType | public java.lang.String getInputType()(Code) | | Getter for property mInputType.
Value of property mInputType. |
getNamespace | public String getNamespace()(Code) | | Returns the namespace uri.
namsespace uri. |
getOutputFilePrefix | public java.lang.String getOutputFilePrefix()(Code) | | Getter for property mOutputFilePrefix.
Value of property mOutputFilePrefix. |
getOutputType | public java.lang.String getOutputType()(Code) | | Getter for property mOutputType.
Value of property mOutputType. |
getQName | public String getQName()(Code) | | Returns the Qualified name for operation.
qname of operation. |
setFileExtension | public void setFileExtension(java.lang.String mFileExtension)(Code) | | Setter for property mFileExtension.
Parameters: mFileExtension - New value of property mFileExtension. |
setInputType | public void setInputType(java.lang.String mInputType)(Code) | | Setter for property mInputType.
Parameters: mInputType - New value of property mInputType. |
setMep | public void setMep(java.lang.String mMep)(Code) | | Setter for property mMep.
Parameters: mMep - New value of property mMep. |
setName | public void setName(java.lang.String mName)(Code) | | Setter for property mName.
Parameters: mName - New value of property mName. |
setNamespace | public void setNamespace(String namespace)(Code) | | Sets the namespace.
Parameters: namespace - namespace uri. |
setOutputFilePrefix | public void setOutputFilePrefix(java.lang.String mOutputFilePrefix)(Code) | | Setter for property mOutputFilePrefix.
Parameters: mOutputFilePrefix - New value of property mOutputFilePrefix. |
setOutputType | public void setOutputType(java.lang.String mOutputType)(Code) | | Setter for property mOutputType.
Parameters: mOutputType - New value of property mOutputType. |
|
|