org.kuali.ole.docstore.model.xmlpojo.config
Class Mapping

java.lang.Object
  extended by org.kuali.ole.docstore.model.xmlpojo.config.Mapping

public class Mapping
extends Object

Java class for Mapping complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Mapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="include" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String exclude
           
protected  String include
           
protected  String type
           
 
Constructor Summary
Mapping()
           
 
Method Summary
 String getExclude()
          Gets the value of the exclude property.
 String getInclude()
          Gets the value of the include property.
 String getType()
          Gets the value of the type property.
 void setExclude(String value)
          Sets the value of the exclude property.
 void setInclude(String value)
          Sets the value of the include property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

include

protected String include

exclude

protected String exclude

type

protected String type
Constructor Detail

Mapping

public Mapping()
Method Detail

getInclude

public String getInclude()
Gets the value of the include property.

Returns:
possible object is String

setInclude

public void setInclude(String value)
Sets the value of the include property.

Parameters:
value - allowed object is String

getExclude

public String getExclude()
Gets the value of the exclude property.

Returns:
possible object is String

setExclude

public void setExclude(String value)
Sets the value of the exclude property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.