|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value
public static class Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value
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>
| Field Summary | |
|---|---|
protected String |
description
|
protected BigInteger |
id
|
protected String |
phonetic
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger id
protected String value
protected String description
protected String phonetic
| Constructor Detail |
|---|
public Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value()
| Method Detail |
|---|
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()
Stringpublic void setPhonetic(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||