Apache CXF API

org.apache.cxf.transport.jms
Class JMSPropertyType

java.lang.Object
  extended by org.apache.cxf.transport.jms.JMSPropertyType

public class JMSPropertyType
extends Object


Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
JMSPropertyType()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isSetName()
           
 boolean isSetValue()
           
 void setName(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value
Constructor Detail

JMSPropertyType

public JMSPropertyType()
Method Detail

getName

public String getName()

setName

public void setName(String value)

isSetName

public boolean isSetName()

getValue

public String getValue()

setValue

public void setValue(String value)

isSetValue

public boolean isSetValue()

Apache CXF API

Apache CXF