Skip navigation links


oracle.iam.platform.jaxb
Class Oimplugininstances

java.lang.Object
  extended by oracle.iam.platform.jaxb.Oimplugininstances


public class Oimplugininstances
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="plugininstances" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="metadata" type="{}metadataType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="mapping" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="simple_mapping" type="{}mappingType" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="runtime_mapping" type="{}mappingType" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                           <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
                 <attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="pluginpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class Oimplugininstances.Plugininstances
          Java class for anonymous complex type.

 

Constructor Summary
Oimplugininstances()
           

 

Method Summary
 java.util.List getPlugininstances()
          Gets the value of the plugininstances property.

 

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

 

Constructor Detail

Oimplugininstances

public Oimplugininstances()

Method Detail

getPlugininstances

public java.util.List getPlugininstances()
Gets the value of the plugininstances 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 plugininstances property.

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

    getPlugininstances().add(newItem);
 

Objects of the following type(s) are allowed in the list Oimplugininstances.Plugininstances


Skip navigation links


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