Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class ParameterDefinitionType

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


public class ParameterDefinitionType
extends java.lang.Object

Java class for parameter-definition-type complex type.

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

 <complexType name="parameter_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"/>
         <element name="multi_valued" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ParameterDefinitionType()
           

 

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.
 java.lang.Boolean isMultiValued()
          Gets the value of the multiValued property.
 boolean isRequired()
          Gets the value of the required property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMultiValued(java.lang.Boolean value)
          Sets the value of the multiValued 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

ParameterDefinitionType

public ParameterDefinitionType()

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.

isMultiValued

public java.lang.Boolean isMultiValued()
Gets the value of the multiValued property.
Returns:
possible object is Boolean

setMultiValued

public void setMultiValued(java.lang.Boolean value)
Sets the value of the multiValued property.
Parameters:
value - allowed object is Boolean

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.