public static class Schema.Parameter extends 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">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="String"/>
<enumeration value="Numeric"/>
<enumeration value="Integer"/>
<enumeration value="Boolean"/>
<enumeration value="Date"/>
<enumeration value="Time"/>
<enumeration value="Timestamp"/>
<enumeration value="Member"/>
</restriction>
</simpleType>
</attribute>
<attribute name="modifiable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
description |
protected Boolean |
modifiable |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isModifiable()
Gets the value of the modifiable property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setModifiable(Boolean value)
Sets the value of the modifiable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String description
protected String type
protected Boolean modifiable
protected String defaultValue
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isModifiable()
Booleanpublic void setModifiable(Boolean value)
value - allowed object is
Booleanpublic String getDefaultValue()
StringCopyright © 2021 Open Foris. All rights reserved.