org.apache.camel.cxf.multipart.types
Class InE
java.lang.Object
org.apache.camel.cxf.multipart.types.InE
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>
|
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 |
v
protected String v
InE
public InE()
getV
public String getV()
- Gets the value of the v property.
- Returns:
- possible object is
String
setV
public void setV(String value)
- Sets the value of the v property.
- Parameters:
value - allowed object is
String
Apache CAMEL