Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class EntityDefinitionType.ControlAttributes.Attribute

java.lang.Object
  extended by oracle.iam.platform.entitymgr.jaxb.EntityDefinitionType.ControlAttributes.Attribute

Enclosing class:
EntityDefinitionType.ControlAttributes

public static class EntityDefinitionType.ControlAttributes.Attribute
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">
       <sequence>
         <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"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
EntityDefinitionType.ControlAttributes.Attribute()
           

 

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

EntityDefinitionType.ControlAttributes.Attribute

public EntityDefinitionType.ControlAttributes.Attribute()

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.