net.sf.mpxj.mspdi.schema
Class Project.ExtendedAttributes

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

public static class Project.ExtendedAttributes
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="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
           <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="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="CFType" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="0"/>
                         <enumeration value="1"/>
                         <enumeration value="2"/>
                         <enumeration value="3"/>
                         <enumeration value="4"/>
                         <enumeration value="5"/>
                         <enumeration value="6"/>
                         <enumeration value="7"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="Guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="ElemType" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="20"/>
                         <enumeration value="21"/>
                         <enumeration value="22"/>
                         <enumeration value="23"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="MaxMultiValues" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="UserDef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="Alias" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <maxLength value="50"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="SecondaryPID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="AutoRollDown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="DefaultGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="Ltuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="SecondaryGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="PhoneticAlias" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <maxLength value="50"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="RollupType" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="0"/>
                         <enumeration value="1"/>
                         <enumeration value="2"/>
                         <enumeration value="3"/>
                         <enumeration value="4"/>
                         <enumeration value="5"/>
                         <enumeration value="6"/>
                         <enumeration value="7"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="CalculationType" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="0"/>
                         <enumeration value="1"/>
                         <enumeration value="2"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="Formula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="RestrictValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="ValuelistSortOrder" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="0"/>
                         <enumeration value="1"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="AppendNewValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="ValueList" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Value" maxOccurs="unbounded">
                               <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>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Project.ExtendedAttributes.ExtendedAttribute
          Java class for anonymous complex type.
 
Field Summary
protected  List<Project.ExtendedAttributes.ExtendedAttribute> extendedAttribute
           
 
Constructor Summary
Project.ExtendedAttributes()
           
 
Method Summary
 List<Project.ExtendedAttributes.ExtendedAttribute> getExtendedAttribute()
          Gets the value of the extendedAttribute property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendedAttribute

protected List<Project.ExtendedAttributes.ExtendedAttribute> extendedAttribute
Constructor Detail

Project.ExtendedAttributes

public Project.ExtendedAttributes()
Method Detail

getExtendedAttribute

public List<Project.ExtendedAttributes.ExtendedAttribute> getExtendedAttribute()
Gets the value of the extendedAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extendedAttribute property.

For example, to add a new item, do as follows:

    getExtendedAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.ExtendedAttributes.ExtendedAttribute



Copyright © 2012. All Rights Reserved.