Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class RepositoryInstance

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


public class RepositoryInstance
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">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="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"/>
                           </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 RepositoryInstance.Parameters
          Java class for anonymous complex type.

 

Constructor Summary
RepositoryInstance()
           

 

Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 RepositoryInstance.Parameters getParameters()
          Gets the value of the parameters property.
 java.lang.String getType()
          Gets the value of the type property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameters(RepositoryInstance.Parameters value)
          Sets the value of the parameters property.
 void setType(java.lang.String 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

RepositoryInstance

public RepositoryInstance()

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 java.lang.String getType()
Gets the value of the type property.
Returns:
possible object is String

setType

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

getParameters

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

setParameters

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

Skip navigation links


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