public class JMSPropertyType extends Object
protected String
name
protected Object
value
JMSPropertyType()
String
getName()
Object
getValue()
boolean
isSetName()
isSetValue()
void
setName(String name)
setValue(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected Object value
public JMSPropertyType()
public String getName()
public void setName(String name)
public boolean isSetName()
public Object getValue()
public void setValue(Object value)
public boolean isSetValue()
Apache CXF