Style Intelligence v12.0

inetsoft.sree.soap
Class RepletParametersStruct

java.lang.Object
  extended by inetsoft.sree.soap.RepletParametersStruct
All Implemented Interfaces:
Serializable

public class RepletParametersStruct
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

RepletParametersStruct

public RepletParametersStruct()
Constructor.

Method Detail

getName

public String getName()
Get request name.


setName

public void setName(String name)
Set request name.

Parameters:
name - requset name

getParameterNames

public String[] getParameterNames()
Get parameters.


setParameterNames

public void setParameterNames(String[] paramNames)
Set parameters.


setAliases

public void setAliases(String[] aalias)
Set all the alias.


getAliases

public String[] getAliases()
Get all the alias.


setTypes

public void setTypes(String[] types)
Set all the types.


getTypes

public String[] getTypes()
Get all the types.


getParametersLength

public int getParametersLength()
Get the length of params.


setParametersLength

public void setParametersLength(int length)
Only keep the bean structure.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.