public static class Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value 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">
<all>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phonetic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected BigInteger |
id |
protected String |
phonetic |
protected String |
value |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
BigInteger |
getID()
Gets the value of the id property.
|
String |
getPhonetic()
Gets the value of the phonetic property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setID(BigInteger value)
Sets the value of the id property.
|
void |
setPhonetic(String value)
Sets the value of the phonetic property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected BigInteger id
protected String value
protected String description
protected String phonetic
public BigInteger getID()
BigIntegerpublic void setID(BigInteger value)
value - allowed object is
BigIntegerpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getPhonetic()
StringCopyright © 2000–2025 MPXJ. All rights reserved.