|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.jsl.model.ExceptionClassFilter
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public class ExceptionClassFilter
Java class for ExceptionClassFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExceptionClassFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="exclude" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ExceptionClassFilter.Exclude
Java class for anonymous complex type. |
static class |
ExceptionClassFilter.Include
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<ExceptionClassFilter.Exclude> |
excludeList
|
protected List<ExceptionClassFilter.Include> |
includeList
|
| Constructor Summary | |
|---|---|
ExceptionClassFilter()
|
|
| Method Summary | |
|---|---|
List<ExceptionClassFilter.Exclude> |
getExcludeList()
Gets the value of the excludeList property. |
List<ExceptionClassFilter.Include> |
getIncludeList()
Gets the value of the includeList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected List<ExceptionClassFilter.Include> includeList
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected List<ExceptionClassFilter.Exclude> excludeList
| Constructor Detail |
|---|
public ExceptionClassFilter()
| Method Detail |
|---|
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public List<ExceptionClassFilter.Include> getIncludeList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the includeList property.
For example, to add a new item, do as follows:
getIncludeList().add(newItem);
Objects of the following type(s) are allowed in the list
ExceptionClassFilter.Include
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public List<ExceptionClassFilter.Exclude> getExcludeList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludeList property.
For example, to add a new item, do as follows:
getExcludeList().add(newItem);
Objects of the following type(s) are allowed in the list
ExceptionClassFilter.Exclude
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||