Java Doc for FtpOutput.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » runtime » component » ftp » wsdl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » cbesb 1.2 » com.bostechcorp.cbesb.runtime.component.ftp.wsdl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.bostechcorp.cbesb.runtime.component.util.wsdl.BaseCommonAttribute
      com.bostechcorp.cbesb.runtime.component.ftp.wsdl.FtpOutput

FtpOutput
public class FtpOutput extends BaseCommonAttribute implements ExtensibilityElement,Serializable(Code)

author:
   j.zhang
version:
   1.0.0


Field Summary
protected  QNameelementType
     elementType.
protected  Booleanrequired
     required.


Method Summary
public  StringgetArchiveDir()
     Get the archiveDir.
public  StringgetArchiveFilePattern()
     Get the archiveFilePattern.
public  StringgetCharset()
     Get the charset.
public  StringgetCmdFile()
     Get the cmdFile.
public  StringgetDestDir()
     Get the destDir.
public  QNamegetElementType()
     Get the elementType.
public  StringgetFileCompleteAction()
     Get the fileCompleteAction.
public  StringgetFilePattern()
     Get the filePattern.
public  StringgetFtpConnectMode()
     Get the ftpConnectMode.
public  StringgetFtpHost()
     Get the ftpHost.
public  StringgetFtpPassword()
     Get the ftpPassword.
public  StringgetFtpTransferMode()
     Get the ftpTransferMode.
public  StringgetFtpUser()
     Get the ftpUser.
public  BooleangetRequired()
     Get the required.
public  StringgetStageDir()
     Get the stageDir.
public  StringgetTransferDir()
     Get the transferDir.
public  StringgetWriteStyle()
     Get the writeStyle.
public  voidsetArchiveDir(String archiveDir)
     Set the archiveDir.
public  voidsetArchiveFilePattern(String archiveFilePattern)
     Set the archiveFilePattern.
public  voidsetCharset(String charset)
     Set the charset.
public  voidsetCmdFile(String cmdFile)
     Set the cmdFile.
public  voidsetDestDir(String destDir)
     Set the destDir.
public  voidsetElementType(QName elementType)
     Set the elementType.
public  voidsetFileCompleteAction(String fileCompleteAction)
     Set the fileCompleteAction.
public  voidsetFilePattern(String filePattern)
     Set the filePattern.
public  voidsetFtpConnectMode(String ftpConnectMode)
     Set the ftpConnectMode.
public  voidsetFtpHost(String ftpHost)
     Set the ftpHost.
public  voidsetFtpPassword(String ftpPassword)
     Set the ftpPassword.
public  voidsetFtpTransferMode(String ftpTransferMode)
     Set the ftpTransferMode.
public  voidsetFtpUser(String ftpUser)
     Set the ftpUser.
public  voidsetRequired(Boolean required)
     Set the required.
public  voidsetStageDir(String stageDir)
     Set the stageDir.
public  voidsetTransferDir(String transferDir)
     Set the transferDir.
public  voidsetWriteStyle(String writeStyle)
     Set the writeStyle.
public  StringtoString()
    

Field Detail
elementType
protected QName elementType(Code)
elementType.



required
protected Boolean required(Code)
required.





Method Detail
getArchiveDir
public String getArchiveDir()(Code)
Get the archiveDir. the archiveDir



getArchiveFilePattern
public String getArchiveFilePattern()(Code)
Get the archiveFilePattern. the archiveFilePattern



getCharset
public String getCharset()(Code)
Get the charset. the charset



getCmdFile
public String getCmdFile()(Code)
Get the cmdFile. the cmdFile



getDestDir
public String getDestDir()(Code)
Get the destDir. the destDir



getElementType
public QName getElementType()(Code)
Get the elementType. the elementType



getFileCompleteAction
public String getFileCompleteAction()(Code)
Get the fileCompleteAction. the fileCompleteAction



getFilePattern
public String getFilePattern()(Code)
Get the filePattern. the filePattern



getFtpConnectMode
public String getFtpConnectMode()(Code)
Get the ftpConnectMode. the ftpConnectMode



getFtpHost
public String getFtpHost()(Code)
Get the ftpHost. the ftpHost



getFtpPassword
public String getFtpPassword()(Code)
Get the ftpPassword. the ftpPassword



getFtpTransferMode
public String getFtpTransferMode()(Code)
Get the ftpTransferMode. the ftpTransferMode



getFtpUser
public String getFtpUser()(Code)
Get the ftpUser. the ftpUser



getRequired
public Boolean getRequired()(Code)
Get the required. the required



getStageDir
public String getStageDir()(Code)
Get the stageDir. the stageDir



getTransferDir
public String getTransferDir()(Code)
Get the transferDir. the transferDir



getWriteStyle
public String getWriteStyle()(Code)
Get the writeStyle. the writeStyle



setArchiveDir
public void setArchiveDir(String archiveDir)(Code)
Set the archiveDir.
Parameters:
  archiveDir - the archiveDir to set



setArchiveFilePattern
public void setArchiveFilePattern(String archiveFilePattern)(Code)
Set the archiveFilePattern.
Parameters:
  archiveFilePattern - the archiveFilePattern to set



setCharset
public void setCharset(String charset)(Code)
Set the charset.
Parameters:
  charset - the charset to set



setCmdFile
public void setCmdFile(String cmdFile)(Code)
Set the cmdFile.
Parameters:
  cmdFile - the cmdFile to set



setDestDir
public void setDestDir(String destDir)(Code)
Set the destDir.
Parameters:
  destDir - the destDir to set



setElementType
public void setElementType(QName elementType)(Code)
Set the elementType.
Parameters:
  elementType - the elementType to set



setFileCompleteAction
public void setFileCompleteAction(String fileCompleteAction)(Code)
Set the fileCompleteAction.
Parameters:
  fileCompleteAction - the fileCompleteAction to set



setFilePattern
public void setFilePattern(String filePattern)(Code)
Set the filePattern.
Parameters:
  filePattern - the filePattern to set



setFtpConnectMode
public void setFtpConnectMode(String ftpConnectMode)(Code)
Set the ftpConnectMode.
Parameters:
  ftpConnectMode - the ftpConnectMode to set



setFtpHost
public void setFtpHost(String ftpHost)(Code)
Set the ftpHost.
Parameters:
  ftpHost - the ftpHost to set



setFtpPassword
public void setFtpPassword(String ftpPassword)(Code)
Set the ftpPassword.
Parameters:
  ftpPassword - the ftpPassword to set



setFtpTransferMode
public void setFtpTransferMode(String ftpTransferMode)(Code)
Set the ftpTransferMode.
Parameters:
  ftpTransferMode - the ftpTransferMode to set



setFtpUser
public void setFtpUser(String ftpUser)(Code)
Set the ftpUser.
Parameters:
  ftpUser - the ftpUser to set



setRequired
public void setRequired(Boolean required)(Code)
Set the required.
Parameters:
  required - the required to set



setStageDir
public void setStageDir(String stageDir)(Code)
Set the stageDir.
Parameters:
  stageDir - the stageDir to set



setTransferDir
public void setTransferDir(String transferDir)(Code)
Set the transferDir.
Parameters:
  transferDir - the transferDir to set



setWriteStyle
public void setWriteStyle(String writeStyle)(Code)
Set the writeStyle.
Parameters:
  writeStyle - the writeStyle to set



toString
public String toString()(Code)



Fields inherited from com.bostechcorp.cbesb.runtime.component.util.wsdl.BaseCommonAttribute
protected URI defaultMep(Code)(Java Doc)
protected QName defaultOperation(Code)(Java Doc)
protected QName elementType(Code)(Java Doc)
protected Boolean required(Code)(Java Doc)
protected Role role(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.runtime.component.util.wsdl.BaseCommonAttribute
public URI getDefaultMep()(Code)(Java Doc)
public QName getDefaultOperation()(Code)(Java Doc)
public QName getElementType()(Code)(Java Doc)
public Boolean getRequired()(Code)(Java Doc)
public Role getRole()(Code)(Java Doc)
public void setDefaultMep(URI defaultMep)(Code)(Java Doc)
public void setDefaultOperation(QName defaultOperation)(Code)(Java Doc)
public void setElementType(QName elementType)(Code)(Java Doc)
public void setRequired(Boolean required)(Code)(Java Doc)
public void setRole(Role role)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w__w___w_._j___a__v__a__2___s__.c___o__m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.