org.ow2.kerneos.common.config.generated
Class Mapping

java.lang.Object
  extended by org.ow2.kerneos.common.config.generated.Mapping
All Implemented Interfaces:
Serializable

public class Mapping
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

java

protected String java

flex

protected String flex
Constructor Detail

Mapping

public Mapping()
Method Detail

getJava

public String getJava()
Gets the value of the java property.

Returns:
possible object is String

setJava

public void setJava(String value)
Sets the value of the java property.

Parameters:
value - allowed object is String

getFlex

public String getFlex()
Gets the value of the flex property.

Returns:
possible object is String

setFlex

public void setFlex(String value)
Sets the value of the flex property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.