Class ParamType
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.ArgType
-
- org.apache.cxf.binding.corba.wsdl.ParamType
-
public class ParamType extends ArgType
CORBA Param TypeJava 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 Summary
Constructors Constructor Description ParamType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModeTypegetMode()Gets the value of the mode property.booleanisSetMode()voidsetMode(ModeType value)Sets the value of the mode property.-
Methods inherited from class org.apache.cxf.binding.corba.wsdl.ArgType
getIdltype, getName, isSetIdltype, isSetName, setIdltype, setName
-
-
-
-
Field Detail
-
mode
protected ModeType mode
-
-