pl.slawas.xml
Interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>

Type Parameters:
NVPObj -
All Known Implementing Classes:
XMLNameValuePairResult

public interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>

_IXMLNameValuePairResult wynik z obiektem NameValuePair

Version:
$Revision: 1.1 $
Author:
Slawomir Cichy <slawas@slawas.pl>

Method Summary
 java.lang.String getId()
           
 java.util.List<NVPObj> getResult()
           
 void setId(java.lang.String id)
           
 void setResult(java.util.List<NVPObj> result)
           
 

Method Detail

getId

java.lang.String getId()
Returns:
the id

setId

void setId(java.lang.String id)
Parameters:
id - the id to set

getResult

java.util.List<NVPObj> getResult()
Returns:
the result

setResult

void setResult(java.util.List<NVPObj> result)
Parameters:
result - the result to set


Copyright © 2014 Sci Software. All Rights Reserved.