Skip navigation links


oracle.iam.platform.jaxb
Class PluginsType

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


public class PluginsType
extends java.lang.Object

Java class for pluginsType complex type.

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

 <complexType name="pluginsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="plugin" type="{}pluginType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="pluginpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PluginsType()
           

 

Method Summary
 java.util.List getPlugin()
          Gets the value of the plugin property.
 java.lang.String getPluginpoint()
          Gets the value of the pluginpoint property.
 void setPluginpoint(java.lang.String value)
          Sets the value of the pluginpoint property.

 

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

 

Constructor Detail

PluginsType

public PluginsType()

Method Detail

getPlugin

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

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

    getPlugin().add(newItem);
 

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


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.