net.sf.mpxj.mspdi.schema
Class Project.Resources.Resource.ExtendedAttribute

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Resources.Resource.ExtendedAttribute
Enclosing class:
Project.Resources.Resource

public static class Project.Resources.Resource.ExtendedAttribute
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">
       <sequence>
         <element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="DurationFormat" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="19"/>
               <enumeration value="20"/>
               <enumeration value="21"/>
               <enumeration value="35"/>
               <enumeration value="36"/>
               <enumeration value="37"/>
               <enumeration value="38"/>
               <enumeration value="39"/>
               <enumeration value="40"/>
               <enumeration value="41"/>
               <enumeration value="42"/>
               <enumeration value="43"/>
               <enumeration value="44"/>
               <enumeration value="51"/>
               <enumeration value="52"/>
               <enumeration value="53"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger durationFormat
           
protected  String fieldID
           
protected  String value
           
protected  BigInteger valueGUID
           
 
Constructor Summary
Project.Resources.Resource.ExtendedAttribute()
           
 
Method Summary
 BigInteger getDurationFormat()
          Gets the value of the durationFormat property.
 String getFieldID()
          Gets the value of the fieldID property.
 String getValue()
          Gets the value of the value property.
 BigInteger getValueGUID()
          Gets the value of the valueGUID property.
 void setDurationFormat(BigInteger value)
          Sets the value of the durationFormat property.
 void setFieldID(String value)
          Sets the value of the fieldID property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueGUID(BigInteger value)
          Sets the value of the valueGUID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldID

protected String fieldID

value

protected String value

valueGUID

protected BigInteger valueGUID

durationFormat

protected BigInteger durationFormat
Constructor Detail

Project.Resources.Resource.ExtendedAttribute

public Project.Resources.Resource.ExtendedAttribute()
Method Detail

getFieldID

public String getFieldID()
Gets the value of the fieldID property.

Returns:
possible object is String

setFieldID

public void setFieldID(String value)
Sets the value of the fieldID property.

Parameters:
value - allowed object is String

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

getValueGUID

public BigInteger getValueGUID()
Gets the value of the valueGUID property.

Returns:
possible object is BigInteger

setValueGUID

public void setValueGUID(BigInteger value)
Sets the value of the valueGUID property.

Parameters:
value - allowed object is BigInteger

getDurationFormat

public BigInteger getDurationFormat()
Gets the value of the durationFormat property.

Returns:
possible object is BigInteger

setDurationFormat

public void setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012. All Rights Reserved.