Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class FieldDefinitionType

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


public class FieldDefinitionType
extends java.lang.Object

Java class for field-definition-type complex type.

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

 <complexType name="field_definition_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </all>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
FieldDefinitionType()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isRequired()
          Gets the value of the required 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 setRequired(boolean value)
          Sets the value of the required 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

FieldDefinitionType

public FieldDefinitionType()

Method Detail

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

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

isRequired

public boolean isRequired()
Gets the value of the required property.

setRequired

public void setRequired(boolean value)
Sets the value of the required property.

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

Skip navigation links


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