|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.generated.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">
<attribute name="java" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="flex" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
flex
|
protected String |
java
|
| Constructor Summary | |
|---|---|
Mapping()
|
|
| Method Summary | |
|---|---|
String |
getFlex()
Gets the value of the flex property. |
String |
getJava()
Gets the value of the java property. |
void |
setFlex(String value)
Sets the value of the flex property. |
void |
setJava(String value)
Sets the value of the java property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String java
protected String flex
| Constructor Detail |
|---|
public Mapping()
| Method Detail |
|---|
public String getJava()
Stringpublic void setJava(String value)
value - allowed object is
Stringpublic String getFlex()
Stringpublic void setFlex(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||