|
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.RepletParametersStruct
public class RepletParametersStruct
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 | |
|---|---|
RepletParametersStruct()
Constructor. |
|
| Method Summary | |
|---|---|
String[] |
getAliases()
Get all the alias. |
String |
getName()
Get request name. |
String[] |
getParameterNames()
Get parameters. |
int |
getParametersLength()
Get the length of params. |
String[] |
getTypes()
Get all the types. |
void |
setAliases(String[] aalias)
Set all the alias. |
void |
setName(String name)
Set request name. |
void |
setParameterNames(String[] paramNames)
Set parameters. |
void |
setParametersLength(int length)
Only keep the bean structure. |
void |
setTypes(String[] types)
Set all the types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepletParametersStruct()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - requset namepublic String[] getParameterNames()
public void setParameterNames(String[] paramNames)
public void setAliases(String[] aalias)
public String[] getAliases()
public void setTypes(String[] types)
public String[] getTypes()
public int getParametersLength()
public void setParametersLength(int length)
|
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 | ||||||||