Apache CXF API

org.apache.cxf.rs.security.oauth2.common
Class Property

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.common.Property

public class Property
extends Object


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

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

Apache CXF API

Apache CXF