public class JMSPropertyType extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Constructor and Description |
---|
JMSPropertyType() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setName(String value) |
void |
setValue(String value) |
Apache CXF