public class JavaEEVerifierReport extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEEVerifierReport.JavaEEReportItem
This class holds details about the JavaEEVerifierReport
|
| Constructor and Description |
|---|
JavaEEVerifierReport()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addJavaEEVerifierReportItem(JavaEEVerifierReport.JavaEEReportItem tableItem)
this method is used to set a given row of java ee verifier report
read by the xml reader into this instance of javaee verifier report
|
CompositeData |
getCompositeData()
This method is used to create a composite data to represent this
JavaEEVerifierReport
|
CompositeType |
getCompositeType()
This method is used to create a composite data to represent this
JavaEEVerifierReport
|
String |
getDisplayString()
Return a displayable string of values
|
ArrayList |
getJavaEEVerifierReport()
get the verifier report for this service unit
|
String |
getServiceUnitName()
get the service unit name
|
void |
setJavaEEVerifierReport(TabularData javaEEReportTable)
set the verifier report for this service unit
|
void |
setServiceUnitName(String serviceUnitName)
set the service unit name
|
public String getServiceUnitName()
public void setServiceUnitName(String serviceUnitName)
serviceUnitName - the serviceUnitName to setpublic ArrayList getJavaEEVerifierReport()
public void setJavaEEVerifierReport(TabularData javaEEReportTable)
public void addJavaEEVerifierReportItem(JavaEEVerifierReport.JavaEEReportItem tableItem)
public CompositeType getCompositeType() throws OpenDataException
OpenDataExceptionpublic CompositeData getCompositeData() throws OpenDataException
OpenDataExceptionpublic String getDisplayString()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.