Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class ProviderInstanceType

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


public class ProviderInstanceType
extends java.lang.Object

Java class for provider-instance-type complex type.

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

 <complexType name="provider_instance_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="repository_instance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="provider_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="parameter" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                           </sequence>
                           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

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

 

Constructor Summary
ProviderInstanceType()
           

 

Method Summary
 ProviderInstanceType.Parameters getParameters()
          Gets the value of the parameters property.
 java.lang.String getProviderType()
          Gets the value of the providerType property.
 java.lang.String getRepositoryInstance()
          Gets the value of the repositoryInstance property.
 void setParameters(ProviderInstanceType.Parameters value)
          Sets the value of the parameters property.
 void setProviderType(java.lang.String value)
          Sets the value of the providerType property.
 void setRepositoryInstance(java.lang.String value)
          Sets the value of the repositoryInstance property.

 

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

 

Constructor Detail

ProviderInstanceType

public ProviderInstanceType()

Method Detail

getRepositoryInstance

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

setRepositoryInstance

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

getProviderType

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

setProviderType

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

getParameters

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

setParameters

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

Skip navigation links


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