Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class ParamType

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.ArgType
      extended by org.apache.cxf.binding.corba.wsdl.ParamType

public class ParamType
extends ArgType

CORBA Param Type

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>
 


Field Summary
protected  ModeType mode
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.ArgType
idltype, name
 
Constructor Summary
ParamType()
           
 
Method Summary
 ModeType getMode()
          Gets the value of the mode property.
 boolean isSetMode()
           
 void setMode(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

protected ModeType mode
Constructor Detail

ParamType

public ParamType()
Method Detail

getMode

public ModeType getMode()
Gets the value of the mode property.

Returns:
possible object is ModeType

setMode

public void setMode(ModeType value)
Sets the value of the mode property.

Parameters:
value - allowed object is ModeType

isSetMode

public boolean isSetMode()

Apache CXF API

Apache CXF