public class CustomPropertyDefinition extends Object
Java class for custom-property-definition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom-property-definition">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default-value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
id |
protected String |
name |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
CustomPropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String id
protected String name
protected String type
protected String defaultValue
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDefaultValue()
StringCopyright © 2000–2025 MPXJ. All rights reserved.