Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class RepositoryDefinitionType

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


public class RepositoryDefinitionType
extends java.lang.Object

Java class for repository-definition-type complex type.

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

 <complexType name="repository_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="class" 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_def" type="{http://www.oracle.com/schema/oim/entity}parameter-definition-type" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

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

 

Constructor Summary
RepositoryDefinitionType()
           

 

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.
 RepositoryDefinitionType.Parameters getParameters()
          Gets the value of the parameters 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(RepositoryDefinitionType.Parameters value)
          Sets the value of the parameters property.

 

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

 

Constructor Detail

RepositoryDefinitionType

public RepositoryDefinitionType()

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

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

getParameters

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

setParameters

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

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

Skip navigation links


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