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 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 Details

  • Constructor Details

    • ParamType

      public ParamType()
  • Method Details

    • 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()