com.ibm.jbatch.jsl.model
Class ExceptionClassFilter

java.lang.Object
  extended by com.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
extends Object

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

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.Include> includeList

excludeList

@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

ExceptionClassFilter

public ExceptionClassFilter()
Method Detail

getIncludeList

@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()
Gets the value of the includeList property.

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


getExcludeList

@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()
Gets the value of the excludeList property.

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



Copyright © 2013. All Rights Reserved.