Skip navigation links


oracle.iam.platform.jaxb
Class Oimplugininstances.Plugininstances

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

Enclosing class:
Oimplugininstances

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

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

 

Constructor Summary
Oimplugininstances.Plugininstances()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List getMapping()
          Gets the value of the mapping property.
 java.util.List getMetadata()
          Gets the value of the metadata property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPlugin()
          Gets the value of the plugin property.
 java.lang.String getPluginpoint()
          Gets the value of the pluginpoint property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPlugin(java.lang.String value)
          Sets the value of the plugin property.
 void setPluginpoint(java.lang.String value)
          Sets the value of the pluginpoint property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.

 

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

 

Constructor Detail

Oimplugininstances.Plugininstances

public Oimplugininstances.Plugininstances()

Method Detail

getMetadata

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

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

    getMetadata().add(newItem);
 

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


getMapping

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

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

    getMapping().add(newItem);
 

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


getDescription

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

setDescription

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

getPlugin

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

setPlugin

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

getVersion

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

setVersion

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

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

getPluginpoint

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

setPluginpoint

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

Skip navigation links


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