Skip navigation links


oracle.iam.platform.jaxb
Class PluginpointType

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


public class PluginpointType
extends java.lang.Object

Java class for pluginpointType complex type.

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

 <complexType name="pluginpointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resolver" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="available_entity_type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="expected_metadata" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="required" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="pluginpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class PluginpointType.ExpectedMetadata
          Java class for anonymous complex type.
static class PluginpointType.Resolver
          Java class for anonymous complex type.

 

Constructor Summary
PluginpointType()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List getExpectedMetadata()
          Gets the value of the expectedMetadata property.
 java.lang.String getPluginpoint()
          Gets the value of the pluginpoint property.
 PluginpointType.Resolver getResolver()
          Gets the value of the resolver property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setPluginpoint(java.lang.String value)
          Sets the value of the pluginpoint property.
 void setResolver(PluginpointType.Resolver value)
          Sets the value of the resolver property.

 

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

 

Constructor Detail

PluginpointType

public PluginpointType()

Method Detail

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

getResolver

public PluginpointType.Resolver getResolver()
Gets the value of the resolver property.
Returns:
possible object is PluginpointType.Resolver

setResolver

public void setResolver(PluginpointType.Resolver value)
Sets the value of the resolver property.
Parameters:
value - allowed object is PluginpointType.Resolver

getExpectedMetadata

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

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

    getExpectedMetadata().add(newItem);
 

Objects of the following type(s) are allowed in the list PluginpointType.ExpectedMetadata


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.