Java Doc for AlertEntryType.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » alert » x10 » 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.alert.x10 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.alert.x10.AlertEntryType

All known Subclasses:   com.bostechcorp.cbesb.alert.x10.impl.AlertEntryTypeImpl,
AlertEntryType
public interface AlertEntryType extends org.apache.xmlbeans.XmlObject(Code)
An XML alertEntryType(@http://cbesb.bostechcorp.com/alert/1.0). This is a complex type.

Inner Class :public interface Source extends org.apache.xmlbeans.XmlString
Inner Class :public interface SourceModifier extends org.apache.xmlbeans.XmlString
Inner Class :public interface Comparsion extends org.apache.xmlbeans.XmlString
Inner Class :public interface Duration extends org.apache.xmlbeans.XmlString
Inner Class :public interface Action extends org.apache.xmlbeans.XmlObject
Inner Class :final public static class Factory

Field Summary
final public static  org.apache.xmlbeans.SchemaTypetype
    


Method Summary
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.ActionaddNewAction()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.ComparsionaddNewComparsion()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.DurationaddNewDuration()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceaddNewSource()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifieraddNewSourceModifier()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.ActiongetAction()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.ComparsiongetComparsion()
    
 com.bostechcorp.cbesb.alert.x10.CriticalityType.EnumgetCriticality()
    
 java.lang.StringgetDescription()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.DurationgetDuration()
    
 java.lang.StringgetId()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source[]getSourceArray()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourcegetSourceArray(int i)
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifiergetSourceModifier()
    
 com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceinsertNewSource(int i)
    
 booleanisSetCriticality()
    
 booleanisSetDescription()
    
 booleanisSetId()
    
 voidremoveSource(int i)
    
 voidsetAction(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Action action)
    
 voidsetComparsion(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Comparsion comparsion)
    
 voidsetCriticality(com.bostechcorp.cbesb.alert.x10.CriticalityType.Enum criticality)
    
 voidsetDescription(java.lang.String description)
    
 voidsetDuration(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Duration duration)
    
 voidsetId(java.lang.String id)
    
 voidsetSourceArray(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source[] sourceArray)
    
 voidsetSourceArray(int i, com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source source)
    
 voidsetSourceModifier(com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifier sourceModifier)
    
 intsizeOfSourceArray()
    
 voidunsetCriticality()
    
 voidunsetDescription()
    
 voidunsetId()
    
 com.bostechcorp.cbesb.alert.x10.CriticalityTypexgetCriticality()
    
 org.apache.xmlbeans.XmlStringxgetDescription()
    
 org.apache.xmlbeans.XmlStringxgetId()
    
 voidxsetCriticality(com.bostechcorp.cbesb.alert.x10.CriticalityType criticality)
    
 voidxsetDescription(org.apache.xmlbeans.XmlString description)
    
 voidxsetId(org.apache.xmlbeans.XmlString id)
    

Field Detail
type
final public static org.apache.xmlbeans.SchemaType type(Code)





Method Detail
addNewAction
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Action addNewAction()(Code)
Appends and returns a new empty "action" element



addNewComparsion
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Comparsion addNewComparsion()(Code)
Appends and returns a new empty "comparsion" element



addNewDuration
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Duration addNewDuration()(Code)
Appends and returns a new empty "duration" element



addNewSource
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source addNewSource()(Code)
Appends and returns a new empty value (as xml) as the last "source" element



addNewSourceModifier
com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifier addNewSourceModifier()(Code)
Appends and returns a new empty "sourceModifier" element



getAction
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Action getAction()(Code)
Gets the "action" element



getComparsion
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Comparsion getComparsion()(Code)
Gets the "comparsion" element



getCriticality
com.bostechcorp.cbesb.alert.x10.CriticalityType.Enum getCriticality()(Code)
Gets the "criticality" attribute



getDescription
java.lang.String getDescription()(Code)
Gets the "description" attribute



getDuration
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Duration getDuration()(Code)
Gets the "duration" element



getId
java.lang.String getId()(Code)
Gets the "id" attribute



getSourceArray
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source[] getSourceArray()(Code)
Gets array of all "source" elements



getSourceArray
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source getSourceArray(int i)(Code)
Gets ith "source" element



getSourceModifier
com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifier getSourceModifier()(Code)
Gets the "sourceModifier" element



insertNewSource
com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source insertNewSource(int i)(Code)
Inserts and returns a new empty value (as xml) as the ith "source" element



isSetCriticality
boolean isSetCriticality()(Code)
True if has "criticality" attribute



isSetDescription
boolean isSetDescription()(Code)
True if has "description" attribute



isSetId
boolean isSetId()(Code)
True if has "id" attribute



removeSource
void removeSource(int i)(Code)
Removes the ith "source" element



setAction
void setAction(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Action action)(Code)
Sets the "action" element



setComparsion
void setComparsion(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Comparsion comparsion)(Code)
Sets the "comparsion" element



setCriticality
void setCriticality(com.bostechcorp.cbesb.alert.x10.CriticalityType.Enum criticality)(Code)
Sets the "criticality" attribute



setDescription
void setDescription(java.lang.String description)(Code)
Sets the "description" attribute



setDuration
void setDuration(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Duration duration)(Code)
Sets the "duration" element



setId
void setId(java.lang.String id)(Code)
Sets the "id" attribute



setSourceArray
void setSourceArray(com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source[] sourceArray)(Code)
Sets array of all "source" element



setSourceArray
void setSourceArray(int i, com.bostechcorp.cbesb.alert.x10.AlertEntryType.Source source)(Code)
Sets ith "source" element



setSourceModifier
void setSourceModifier(com.bostechcorp.cbesb.alert.x10.AlertEntryType.SourceModifier sourceModifier)(Code)
Sets the "sourceModifier" element



sizeOfSourceArray
int sizeOfSourceArray()(Code)
Returns number of "source" element



unsetCriticality
void unsetCriticality()(Code)
Unsets the "criticality" attribute



unsetDescription
void unsetDescription()(Code)
Unsets the "description" attribute



unsetId
void unsetId()(Code)
Unsets the "id" attribute



xgetCriticality
com.bostechcorp.cbesb.alert.x10.CriticalityType xgetCriticality()(Code)
Gets (as xml) the "criticality" attribute



xgetDescription
org.apache.xmlbeans.XmlString xgetDescription()(Code)
Gets (as xml) the "description" attribute



xgetId
org.apache.xmlbeans.XmlString xgetId()(Code)
Gets (as xml) the "id" attribute



xsetCriticality
void xsetCriticality(com.bostechcorp.cbesb.alert.x10.CriticalityType criticality)(Code)
Sets (as xml) the "criticality" attribute



xsetDescription
void xsetDescription(org.apache.xmlbeans.XmlString description)(Code)
Sets (as xml) the "description" attribute



xsetId
void xsetId(org.apache.xmlbeans.XmlString id)(Code)
Sets (as xml) the "id" attribute



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.