jsr352.batch.jsl
Class ExceptionClassFilter

java.lang.Object
  extended by jsr352.batch.jsl.ExceptionClassFilter

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05: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" 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" 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  ExceptionClassFilter.Exclude exclude
           
protected  ExceptionClassFilter.Include include
           
 
Constructor Summary
ExceptionClassFilter()
           
 
Method Summary
 ExceptionClassFilter.Exclude getExclude()
          Gets the value of the exclude property.
 ExceptionClassFilter.Include getInclude()
          Gets the value of the include property.
 void setExclude(ExceptionClassFilter.Exclude value)
          Sets the value of the exclude property.
 void setInclude(ExceptionClassFilter.Include value)
          Sets the value of the include property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

include

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected ExceptionClassFilter.Include include

exclude

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected ExceptionClassFilter.Exclude exclude
Constructor Detail

ExceptionClassFilter

public ExceptionClassFilter()
Method Detail

getInclude

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public ExceptionClassFilter.Include getInclude()
Gets the value of the include property.

Returns:
possible object is ExceptionClassFilter.Include

setInclude

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setInclude(ExceptionClassFilter.Include value)
Sets the value of the include property.

Parameters:
value - allowed object is ExceptionClassFilter.Include

getExclude

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public ExceptionClassFilter.Exclude getExclude()
Gets the value of the exclude property.

Returns:
possible object is ExceptionClassFilter.Exclude

setExclude

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setExclude(ExceptionClassFilter.Exclude value)
Sets the value of the exclude property.

Parameters:
value - allowed object is ExceptionClassFilter.Exclude


Copyright © 2013. All Rights Reserved.