Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class DatatypeDefinitionType

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


public class DatatypeDefinitionType
extends java.lang.Object

Java class for datatype-definition-type complex type.

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

 <complexType name="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="base_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
DatatypeDefinitionType()
           

 

Method Summary
 java.lang.String getBaseType()
          Gets the value of the baseType property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getName()
          Gets the value of the name property.
 void setBaseType(java.lang.String value)
          Sets the value of the baseType 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.

 

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

 

Constructor Detail

DatatypeDefinitionType

public DatatypeDefinitionType()

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

getBaseType

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

setBaseType

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

Skip navigation links


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