net.sf.mpxj.mspdi.schema
Class Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value
Enclosing class:
Project.ExtendedAttributes.ExtendedAttribute.ValueList

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>
 


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

id

protected BigInteger id

value

protected String value

description

protected String description

phonetic

protected String phonetic
Constructor Detail

Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value

public Project.ExtendedAttributes.ExtendedAttribute.ValueList.Value()
Method Detail

getID

public BigInteger getID()
Gets the value of the id property.

Returns:
possible object is BigInteger

setID

public void setID(BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPhonetic

public String getPhonetic()
Gets the value of the phonetic property.

Returns:
possible object is String

setPhonetic

public void setPhonetic(String value)
Sets the value of the phonetic property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.