|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.docstore.model.xmlpojo.config.Mapping
public class Mapping
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 |
---|
protected String include
protected String exclude
protected String type
Constructor Detail |
---|
public Mapping()
Method Detail |
---|
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
public void setType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |