Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class ProviderDefinitionType

java.lang.Object
  extended by oracle.iam.platform.entitymgr.jaxb.ProviderDefinitionType


public class ProviderDefinitionType
extends java.lang.Object

Java class for provider-definition-type complex type.

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

 <complexType name="provider_definition_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="DataProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="RelationProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="parameter_def" type="{http://www.oracle.com/schema/oim/entity}parameter-definition-type" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class ProviderDefinitionType.Parameters
          Java class for anonymous complex type.
static class ProviderDefinitionType.Type
          Java class for anonymous complex type.

 

Constructor Summary
ProviderDefinitionType()
           

 

Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 ProviderDefinitionType.Parameters getParameters()
          Gets the value of the parameters property.
 ProviderDefinitionType.Type getType()
          Gets the value of the type property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz 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 setParameters(ProviderDefinitionType.Parameters value)
          Sets the value of the parameters property.
 void setType(ProviderDefinitionType.Type value)
          Sets the value of the type property.

 

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

 

Constructor Detail

ProviderDefinitionType

public ProviderDefinitionType()

Method Detail

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

getType

public ProviderDefinitionType.Type getType()
Gets the value of the type property.
Returns:
possible object is ProviderDefinitionType.Type

setType

public void setType(ProviderDefinitionType.Type value)
Sets the value of the type property.
Parameters:
value - allowed object is ProviderDefinitionType.Type

getClazz

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

setClazz

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

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

getParameters

public ProviderDefinitionType.Parameters getParameters()
Gets the value of the parameters property.
Returns:
possible object is ProviderDefinitionType.Parameters

setParameters

public void setParameters(ProviderDefinitionType.Parameters value)
Sets the value of the parameters property.
Parameters:
value - allowed object is ProviderDefinitionType.Parameters

Skip navigation links


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