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>
Modifier and Type | Field and Description |
---|---|
protected String |
exclude |
protected String |
include |
protected String |
type |
Constructor and Description |
---|
Mapping() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Mapping()
public String getInclude()
String
public void setInclude(String value)
value
- allowed object is
String
public String getExclude()
String
public void setExclude(String value)
value
- allowed object is
String
public String getType()
String
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.