Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class DerivedDatatypeDefinitionType

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


public class DerivedDatatypeDefinitionType
extends java.lang.Object

Java class for derived-datatype-definition-type complex type.

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

 <complexType name="derived_datatype_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" 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 DerivedDatatypeDefinitionType.Parameters
          Java class for anonymous complex type.

 

Constructor Summary
DerivedDatatypeDefinitionType()
           

 

Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getName()
          Gets the value of the name property.
 DerivedDatatypeDefinitionType.Parameters getParameters()
          Gets the value of the parameters property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameters(DerivedDatatypeDefinitionType.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

DerivedDatatypeDefinitionType

public DerivedDatatypeDefinitionType()

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 DerivedDatatypeDefinitionType.Parameters getParameters()
Gets the value of the parameters property.
Returns:
possible object is DerivedDatatypeDefinitionType.Parameters

setParameters

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

Skip navigation links


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