Skip navigation links


oracle.iam.platform.jaxb
Class Oimplugininstances.Plugininstances.Mapping

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

Enclosing class:
Oimplugininstances.Plugininstances

public static class Oimplugininstances.Plugininstances.Mapping
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="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>
 

Constructor Summary
Oimplugininstances.Plugininstances.Mapping()
           

 

Method Summary
 java.lang.String getMethod()
          Gets the value of the method property.
 java.util.List getRuntimeMapping()
          Gets the value of the runtimeMapping property.
 java.util.List getSimpleMapping()
          Gets the value of the simpleMapping property.
 void setMethod(java.lang.String value)
          Sets the value of the method property.

 

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

 

Constructor Detail

Oimplugininstances.Plugininstances.Mapping

public Oimplugininstances.Plugininstances.Mapping()

Method Detail

getSimpleMapping

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

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

    getSimpleMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list MappingType


getRuntimeMapping

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

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

    getRuntimeMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list MappingType


getMethod

public java.lang.String getMethod()
Gets the value of the method property.
Returns:
possible object is String

setMethod

public void setMethod(java.lang.String value)
Sets the value of the method property.
Parameters:
value - allowed object is String

Skip navigation links


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