org.apache.axis.wsdl.symbolTable
Class Parameter
java.lang.Object
org.apache.axis.wsdl.symbolTable.Parameter
public class Parameter
extends java.lang.Object
This class simply collects
static byte | IN - Field IN
|
static byte | INOUT - Field INOUT
|
static byte | OUT - Field OUT
|
MimeInfo | getMIMEInfo() - Get the MIME type of the parameter.
|
byte | getMode() - Get the mode (IN, INOUT, OUT) of the parameter.
|
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(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.
|
String | toString() - Method toString
|
IN
public static final byte IN
Field IN
INOUT
public static final byte INOUT
Field INOUT
OUT
public static final byte OUT
Field OUT
getMIMEInfo
public MimeInfo getMIMEInfo()
Get the MIME type of the parameter.
getMode
public byte getMode()
Get the mode (IN, INOUT, OUT) of the parameter.
getName
public String getName()
Get the name of this parameter. This call is equivalent to
getQName().getLocalPart().
getQName
public QName getQName()
Get the fully qualified name of this parameter.
getType
public TypeEntry getType()
Get the TypeEntry of the parameter.
isInHeader
public boolean isInHeader()
Is this parameter in the input message header?
isNillable
public boolean isNillable()
Indicates whether this parameter is nillable or not.
- whether this parameter is nilliable
isOmittable
public boolean isOmittable()
isOutHeader
public boolean isOutHeader()
Is this parameter in the output message header?
setInHeader
public void setInHeader(boolean inHeader)
Set the inHeader flag for this parameter.
setMIMEInfo
public void setMIMEInfo(MimeInfo mimeInfo)
Set the MIME type of the parameter.
setMode
public void setMode(byte mode)
Set the mode (IN, INOUT, OUT) of the parameter. If the input
to this method is not one of IN, INOUT, OUT, then the value
remains unchanged.
setName
public void setName(String name)
Set the name of the parameter. This replaces both the
name and the QName (the namespaces becomes "").
setNillable
public void setNillable(boolean nillable)
Indicate whether this parameter is nillable or not.
nillable
- whether this parameter is nilliable
setOmittable
public void setOmittable(boolean omittable)
setOutHeader
public void setOutHeader(boolean outHeader)
Set the outHeader flag for this parameter.
setQName
public void setQName(QName qname)
Set the QName of the parameter.
setType
public void setType(TypeEntry type)
Set the TypeEntry of the parameter.
toString
public String toString()
Method toString
Copyright © 2005 Apache Web Services Project. All Rights Reserved.