org.apache.camel.cxf.multipart.types
Class InE

java.lang.Object
  extended by org.apache.camel.cxf.multipart.types.InE

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-04-05T02:28:19-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class InE
extends Object

Java class for anonymous complex type.

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

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


Field Summary
protected  String v
           
 
Constructor Summary
InE()
           
 
Method Summary
 String getV()
          Gets the value of the v property.
 void setV(String value)
          Sets the value of the v property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-04-05T02:28:19-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String v
Constructor Detail

InE

public InE()
Method Detail

getV

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-04-05T02:28:19-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getV()
Gets the value of the v property.

Returns:
possible object is String

setV

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-04-05T02:28:19-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setV(String value)
Sets the value of the v property.

Parameters:
value - allowed object is String


Apache CAMEL