| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.wsdl.symbolTable.Parameter
This class simply collects
| Field Summary | |
| static byte | INField IN | 
| static byte | INOUTField INOUT | 
| static byte | OUTField OUT | 
| Constructor Summary | |
| Parameter() | |
| Method Summary | |
|  MimeInfo | getMIMEInfo()Get the MIME type of the parameter. | 
|  byte | getMode()Get the mode (IN, INOUT, OUT) of the parameter. | 
|  java.lang.String | getName()Get the name of this parameter. | 
|  QName | getQName()Get the fully qualified name of this parameter. | 
|  TypeEntry | getType()Get the TypeEntry of the parameter. | 
|  boolean | isInHeader()Is this parameter in the input message header? | 
|  boolean | isNillable()Indicates whether this parameter is nillable or not. | 
|  boolean | isOmittable() | 
|  boolean | isOutHeader()Is this parameter in the output message header? | 
|  void | setInHeader(boolean inHeader)Set the inHeader flag for this parameter. | 
|  void | setMIMEInfo(MimeInfo mimeInfo)Set the MIME type of the parameter. | 
|  void | setMode(byte mode)Set the mode (IN, INOUT, OUT) of the parameter. | 
|  void | setName(java.lang.String name)Set the name of the parameter. | 
|  void | setNillable(boolean nillable)Indicate whether this parameter is nillable or not. | 
|  void | setOmittable(boolean omittable) | 
|  void | setOutHeader(boolean outHeader)Set the outHeader flag for this parameter. | 
|  void | setQName(QName qname)Set the QName of the parameter. | 
|  void | setType(TypeEntry type)Set the TypeEntry of the parameter. | 
|  java.lang.String | toString()Method toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final byte IN
public static final byte OUT
public static final byte INOUT
| Constructor Detail | 
public Parameter()
| Method Detail | 
public java.lang.String toString()
public QName getQName()
public java.lang.String getName()
public void setName(java.lang.String name)
name - public void setQName(QName qname)
qname - public MimeInfo getMIMEInfo()
public void setMIMEInfo(MimeInfo mimeInfo)
mimeInfo - public TypeEntry getType()
public void setType(TypeEntry type)
type - public byte getMode()
public void setMode(byte mode)
mode - public boolean isInHeader()
public void setInHeader(boolean inHeader)
inHeader - public boolean isOutHeader()
public void setOutHeader(boolean outHeader)
outHeader - public boolean isOmittable()
public void setOmittable(boolean omittable)
public boolean isNillable()
public void setNillable(boolean nillable)
nillable - whether this parameter is nilliable| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||