Skip navigation links


oracle.iam.platform.jaxb
Class PluginpointsType

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


public class PluginpointsType
extends java.lang.Object

Java class for pluginpointsType complex type.

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

 <complexType name="pluginpointsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pluginpoint" type="{}pluginpointType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PluginpointsType()
           

 

Method Summary
 PluginpointType getPluginpoint()
          Gets the value of the pluginpoint property.
 void setPluginpoint(PluginpointType 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

PluginpointsType

public PluginpointsType()

Method Detail

getPluginpoint

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

setPluginpoint

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

Skip navigation links


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