public class ParamType extends ArgType
Java class for paramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paramType">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}argType">
<attribute name="mode" use="required" type="{http://cxf.apache.org/bindings/corba}modeType" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParamType() |
| Modifier and Type | Method and Description |
|---|---|
ModeType |
getMode()
Gets the value of the mode property.
|
boolean |
isSetMode() |
void |
setMode(ModeType value)
Sets the value of the mode property.
|
getIdltype, getName, isSetIdltype, isSetName, setIdltype, setNameprotected ModeType mode
Apache CXF