org.ksoap2
Class HeaderProperty
java.lang.Object
org.ksoap2.HeaderProperty
public class HeaderProperty
- extends Object
HeaderProperty is a key - value pojo for storing http header properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderProperty
public HeaderProperty(String key,
String value)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2002-2011. All Rights Reserved.