Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.organization.model
Class ParameterType

java.lang.Object
  extended by oracle.bpm.services.organization.model.ParameterType
All Implemented Interfaces:
java.io.Serializable

public class ParameterType
extends java.lang.Object
implements java.io.Serializable

Java class for parameterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="parameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}parameterTypeEnum" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ParameterType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 ParameterTypeEnum getType()
          Gets the value of the type property.
 boolean isSetName()
           
 boolean isSetType()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(ParameterTypeEnum value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterType

public ParameterType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getType

public ParameterTypeEnum getType()
Gets the value of the type property.

Returns:
possible object is ParameterTypeEnum

setType

public void setType(ParameterTypeEnum value)
Sets the value of the type property.

Parameters:
value - allowed object is ParameterTypeEnum

isSetType

public boolean isSetType()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.