org.apache.camel.converter.jaxb
Class PropertyType

java.lang.Object
  extended by org.apache.camel.converter.jaxb.PropertyType

public class PropertyType
extends Object

Version:
$Revision: 640731 $

Constructor Summary
PropertyType()
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 void setKey(String key)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyType

public PropertyType()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.