Skip navigation links


oracle.iam.scheduler.jaxb
Class Parameters

java.lang.Object
  extended by oracle.iam.scheduler.jaxb.Parameters


public class Parameters
extends java.lang.Object

Java class for parameters complex type.

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

 <complexType name="parameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="string_param" type="{http://xmlns.oracle.com/oim/scheduler}string-param" maxOccurs="unbounded" minOccurs="0"/>
           <element name="boolean_param" type="{http://xmlns.oracle.com/oim/scheduler}boolean-param" maxOccurs="unbounded" minOccurs="0"/>
           <element name="number_param" type="{http://xmlns.oracle.com/oim/scheduler}number-param" maxOccurs="unbounded" minOccurs="0"/>
           <element name="it_res_param" type="{http://xmlns.oracle.com/oim/scheduler}it-res-param" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
Parameters()
           

 

Method Summary
 java.util.List getStringParamOrBooleanParamOrNumberParam()
          Gets the value of the stringParamOrBooleanParamOrNumberParam property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Parameters

public Parameters()

Method Detail

getStringParamOrBooleanParamOrNumberParam

public java.util.List getStringParamOrBooleanParamOrNumberParam()
Gets the value of the stringParamOrBooleanParamOrNumberParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stringParamOrBooleanParamOrNumberParam property.

For example, to add a new item, do as follows:

    getStringParamOrBooleanParamOrNumberParam().add(newItem);
 

Objects of the following type(s) are allowed in the list StringParam ItResParam NumberParam BooleanParam


Skip navigation links


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