|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.symbolTable.Parameter
This class simply collects
Field Summary | |
static byte |
IN
|
static byte |
INOUT
|
static byte |
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. |
String |
getName()
Get the name of this parameter. |
javax.xml.namespace.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 |
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 |
setOutHeader(boolean outHeader)
Set the outHeader flag for this parameter. |
void |
setQName(javax.xml.namespace.QName qname)
Set the QName of the parameter. |
void |
setType(TypeEntry type)
Set the TypeEntry of the parameter. |
String |
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 String toString()
public javax.xml.namespace.QName getQName()
public String getName()
public void setName(String name)
public void setQName(javax.xml.namespace.QName qname)
public MimeInfo getMIMEInfo()
public void setMIMEInfo(MimeInfo mimeInfo)
public TypeEntry getType()
public void setType(TypeEntry type)
public byte getMode()
public void setMode(byte mode)
public boolean isInHeader()
public void setInHeader(boolean inHeader)
public boolean isOutHeader()
public void setOutHeader(boolean outHeader)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |