@Exported public class UserAttributeDefBean extends Object
Java class for userAttributeDefBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userAttributeDefBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uiFormName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Boolean |
required |
protected String |
type |
protected String |
uiFormName |
| Constructor and Description |
|---|
UserAttributeDefBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUiFormName()
Gets the value of the uiFormName property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUiFormName(String value)
Sets the value of the uiFormName property.
|
protected String name
protected String uiFormName
protected String type
protected Boolean required
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUiFormName()
Stringpublic void setUiFormName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isRequired()
Boolean