org.apache.axis.wsdl.fromJava
Class ParamRep

java.lang.Object
  |
  +--org.apache.axis.wsdl.fromJava.BaseRep
        |
        +--org.apache.axis.wsdl.fromJava.ParamRep

public class ParamRep
extends BaseRep

ParamRep is the representation of a class used inside the Java2WSDL emitter. The information in the ParamRep can be changed by user provided code to affect the emitted wsdl file. (See ClassRep)

Author:
Rich Scheuerle (scheu@us.ibm.com)

Field Summary
static short IN
           
static short INOUT
           
static short OUT
           
 
Constructor Summary
ParamRep(java.lang.String name, java.lang.Class type, short mode)
          Constructor Create a representation of ParamRep
 
Method Summary
 short getMode()
           
 java.lang.String getName()
          Getters/Setters
 java.lang.Class getType()
           
 void setMode(short mode)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.Class cls)
           
 
Methods inherited from class org.apache.axis.wsdl.fromJava.BaseRep
getMetaData, setMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN

public static short IN

OUT

public static short OUT

INOUT

public static short INOUT
Constructor Detail

ParamRep

public ParamRep(java.lang.String name,
                java.lang.Class type,
                short mode)
Constructor Create a representation of ParamRep
Parameters:
cls - Class to use to create default ParamRep
Method Detail

getName

public java.lang.String getName()
Getters/Setters

setName

public void setName(java.lang.String name)

getType

public java.lang.Class getType()

setType

public void setType(java.lang.Class cls)

getMode

public short getMode()

setMode

public void setMode(short mode)


Copyright © 2001 Apache XML Project. All Rights Reserved.