Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class ProviderDefinitionType.Type

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

Enclosing class:
ProviderDefinitionType

public static class ProviderDefinitionType.Type
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 

Constructor Summary
ProviderDefinitionType.Type()
           

 

Method Summary
 java.lang.String getDataProvider()
          Gets the value of the dataProvider property.
 java.lang.String getRelationProvider()
          Gets the value of the relationProvider property.
 void setDataProvider(java.lang.String value)
          Sets the value of the dataProvider property.
 void setRelationProvider(java.lang.String value)
          Sets the value of the relationProvider property.

 

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

 

Constructor Detail

ProviderDefinitionType.Type

public ProviderDefinitionType.Type()

Method Detail

getDataProvider

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

setDataProvider

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

getRelationProvider

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

setRelationProvider

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

Skip navigation links


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