|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.soap.RepletRequestStruct
public class RepletRequestStruct
Complex types need to be serialized and deserialized in order for it to be available for use in SOAP calls. RepletRequestStruct is the type used to represent an RepletRequest in SOAP.
| Constructor Summary | |
|---|---|
RepletRequestStruct()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Get the name of this request. |
String[] |
getParamNames()
Get a list of parameter names in this request. |
String |
getParamNames(int i)
Get the ith parameter name in this request. |
ParameterValue[] |
getParamValues()
Get the list of parameter values in this request. |
ParameterValue |
getParamValues(int i)
Get the ith parameter values. |
void |
setName(String name)
Set the name of this request. |
void |
setParamNames(int i,
String name)
Set the ith parameter name in this request. |
void |
setParamNames(String[] paramNames)
Set the list of parameter names in this request. |
void |
setParamValues(int i,
ParameterValue value)
Set the ith parameter value. |
void |
setParamValues(ParameterValue[] paramValues)
Set the list of parameter values for this request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepletRequestStruct()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name to set this request name to.public String[] getParamNames()
public void setParamNames(String[] paramNames)
paramNames - array of Strings representing the parameter names.public String getParamNames(int i)
public void setParamNames(int i,
String name)
i - the index of the parameter name to set.name - the ith parameter name.public ParameterValue[] getParamValues()
public void setParamValues(ParameterValue[] paramValues)
paramValues - array of Strings representing the parameter values to
use.public ParameterValue getParamValues(int i)
public void setParamValues(int i,
ParameterValue value)
i - the index of the value to set.value - the ith parameter value.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||