Skip navigation links


oracle.iam.platform.jaxb
Class PluginType

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


public class PluginType
extends java.lang.Object

Java class for pluginType complex type.

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

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

Constructor Summary
PluginType()
           

 

Method Summary
 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 getPluginclass()
          Gets the value of the pluginclass property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPluginclass(java.lang.String value)
          Sets the value of the pluginclass 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

PluginType

public PluginType()

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


getPluginclass

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

setPluginclass

public void setPluginclass(java.lang.String value)
Sets the value of the pluginclass 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

Skip navigation links


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