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

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

public static class Project.ExtendedAttributes.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="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>
 


Nested Class Summary
static class Project.ExtendedAttributes.ExtendedAttribute.ValueList
          Java class for anonymous complex type.
 
Field Summary
protected  String _default
           
protected  String alias
           
protected  Boolean appendNewValues
           
protected  Boolean autoRollDown
           
protected  BigInteger calculationType
           
protected  BigInteger cfType
           
protected  String defaultGuid
           
protected  BigInteger elemType
           
protected  String fieldID
           
protected  String fieldName
           
protected  String formula
           
protected  String guid
           
protected  String ltuid
           
protected  BigInteger maxMultiValues
           
protected  String phoneticAlias
           
protected  Boolean restrictValues
           
protected  BigInteger rollupType
           
protected  String secondaryGuid
           
protected  String secondaryPID
           
protected  Boolean userDef
           
protected  Project.ExtendedAttributes.ExtendedAttribute.ValueList valueList
           
protected  BigInteger valuelistSortOrder
           
 
Constructor Summary
Project.ExtendedAttributes.ExtendedAttribute()
           
 
Method Summary
 String getAlias()
          Gets the value of the alias property.
 BigInteger getCalculationType()
          Gets the value of the calculationType property.
 BigInteger getCFType()
          Gets the value of the cfType property.
 String getDefault()
          Gets the value of the default property.
 String getDefaultGuid()
          Gets the value of the defaultGuid property.
 BigInteger getElemType()
          Gets the value of the elemType property.
 String getFieldID()
          Gets the value of the fieldID property.
 String getFieldName()
          Gets the value of the fieldName property.
 String getFormula()
          Gets the value of the formula property.
 String getGuid()
          Gets the value of the guid property.
 String getLtuid()
          Gets the value of the ltuid property.
 BigInteger getMaxMultiValues()
          Gets the value of the maxMultiValues property.
 String getPhoneticAlias()
          Gets the value of the phoneticAlias property.
 BigInteger getRollupType()
          Gets the value of the rollupType property.
 String getSecondaryGuid()
          Gets the value of the secondaryGuid property.
 String getSecondaryPID()
          Gets the value of the secondaryPID property.
 Project.ExtendedAttributes.ExtendedAttribute.ValueList getValueList()
          Gets the value of the valueList property.
 BigInteger getValuelistSortOrder()
          Gets the value of the valuelistSortOrder property.
 Boolean isAppendNewValues()
          Gets the value of the appendNewValues property.
 Boolean isAutoRollDown()
          Gets the value of the autoRollDown property.
 Boolean isRestrictValues()
          Gets the value of the restrictValues property.
 Boolean isUserDef()
          Gets the value of the userDef property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setAppendNewValues(Boolean value)
          Sets the value of the appendNewValues property.
 void setAutoRollDown(Boolean value)
          Sets the value of the autoRollDown property.
 void setCalculationType(BigInteger value)
          Sets the value of the calculationType property.
 void setCFType(BigInteger value)
          Sets the value of the cfType property.
 void setDefault(String value)
          Sets the value of the default property.
 void setDefaultGuid(String value)
          Sets the value of the defaultGuid property.
 void setElemType(BigInteger value)
          Sets the value of the elemType property.
 void setFieldID(String value)
          Sets the value of the fieldID property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setFormula(String value)
          Sets the value of the formula property.
 void setGuid(String value)
          Sets the value of the guid property.
 void setLtuid(String value)
          Sets the value of the ltuid property.
 void setMaxMultiValues(BigInteger value)
          Sets the value of the maxMultiValues property.
 void setPhoneticAlias(String value)
          Sets the value of the phoneticAlias property.
 void setRestrictValues(Boolean value)
          Sets the value of the restrictValues property.
 void setRollupType(BigInteger value)
          Sets the value of the rollupType property.
 void setSecondaryGuid(String value)
          Sets the value of the secondaryGuid property.
 void setSecondaryPID(String value)
          Sets the value of the secondaryPID property.
 void setUserDef(Boolean value)
          Sets the value of the userDef property.
 void setValueList(Project.ExtendedAttributes.ExtendedAttribute.ValueList value)
          Sets the value of the valueList property.
 void setValuelistSortOrder(BigInteger value)
          Sets the value of the valuelistSortOrder 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

fieldName

protected String fieldName

cfType

protected BigInteger cfType

guid

protected String guid

elemType

protected BigInteger elemType

maxMultiValues

protected BigInteger maxMultiValues

userDef

protected Boolean userDef

alias

protected String alias

secondaryPID

protected String secondaryPID

autoRollDown

protected Boolean autoRollDown

defaultGuid

protected String defaultGuid

ltuid

protected String ltuid

secondaryGuid

protected String secondaryGuid

phoneticAlias

protected String phoneticAlias

rollupType

protected BigInteger rollupType

calculationType

protected BigInteger calculationType

formula

protected String formula

restrictValues

protected Boolean restrictValues

valuelistSortOrder

protected BigInteger valuelistSortOrder

appendNewValues

protected Boolean appendNewValues

_default

protected String _default

valueList

protected Project.ExtendedAttributes.ExtendedAttribute.ValueList valueList
Constructor Detail

Project.ExtendedAttributes.ExtendedAttribute

public Project.ExtendedAttributes.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

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getCFType

public BigInteger getCFType()
Gets the value of the cfType property.

Returns:
possible object is BigInteger

setCFType

public void setCFType(BigInteger value)
Sets the value of the cfType property.

Parameters:
value - allowed object is BigInteger

getGuid

public String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getElemType

public BigInteger getElemType()
Gets the value of the elemType property.

Returns:
possible object is BigInteger

setElemType

public void setElemType(BigInteger value)
Sets the value of the elemType property.

Parameters:
value - allowed object is BigInteger

getMaxMultiValues

public BigInteger getMaxMultiValues()
Gets the value of the maxMultiValues property.

Returns:
possible object is BigInteger

setMaxMultiValues

public void setMaxMultiValues(BigInteger value)
Sets the value of the maxMultiValues property.

Parameters:
value - allowed object is BigInteger

isUserDef

public Boolean isUserDef()
Gets the value of the userDef property.

Returns:
possible object is String

setUserDef

public void setUserDef(Boolean value)
Sets the value of the userDef property.

Parameters:
value - allowed object is String

getAlias

public String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

getSecondaryPID

public String getSecondaryPID()
Gets the value of the secondaryPID property.

Returns:
possible object is String

setSecondaryPID

public void setSecondaryPID(String value)
Sets the value of the secondaryPID property.

Parameters:
value - allowed object is String

isAutoRollDown

public Boolean isAutoRollDown()
Gets the value of the autoRollDown property.

Returns:
possible object is String

setAutoRollDown

public void setAutoRollDown(Boolean value)
Sets the value of the autoRollDown property.

Parameters:
value - allowed object is String

getDefaultGuid

public String getDefaultGuid()
Gets the value of the defaultGuid property.

Returns:
possible object is String

setDefaultGuid

public void setDefaultGuid(String value)
Sets the value of the defaultGuid property.

Parameters:
value - allowed object is String

getLtuid

public String getLtuid()
Gets the value of the ltuid property.

Returns:
possible object is String

setLtuid

public void setLtuid(String value)
Sets the value of the ltuid property.

Parameters:
value - allowed object is String

getSecondaryGuid

public String getSecondaryGuid()
Gets the value of the secondaryGuid property.

Returns:
possible object is String

setSecondaryGuid

public void setSecondaryGuid(String value)
Sets the value of the secondaryGuid property.

Parameters:
value - allowed object is String

getPhoneticAlias

public String getPhoneticAlias()
Gets the value of the phoneticAlias property.

Returns:
possible object is String

setPhoneticAlias

public void setPhoneticAlias(String value)
Sets the value of the phoneticAlias property.

Parameters:
value - allowed object is String

getRollupType

public BigInteger getRollupType()
Gets the value of the rollupType property.

Returns:
possible object is BigInteger

setRollupType

public void setRollupType(BigInteger value)
Sets the value of the rollupType property.

Parameters:
value - allowed object is BigInteger

getCalculationType

public BigInteger getCalculationType()
Gets the value of the calculationType property.

Returns:
possible object is BigInteger

setCalculationType

public void setCalculationType(BigInteger value)
Sets the value of the calculationType property.

Parameters:
value - allowed object is BigInteger

getFormula

public String getFormula()
Gets the value of the formula property.

Returns:
possible object is String

setFormula

public void setFormula(String value)
Sets the value of the formula property.

Parameters:
value - allowed object is String

isRestrictValues

public Boolean isRestrictValues()
Gets the value of the restrictValues property.

Returns:
possible object is String

setRestrictValues

public void setRestrictValues(Boolean value)
Sets the value of the restrictValues property.

Parameters:
value - allowed object is String

getValuelistSortOrder

public BigInteger getValuelistSortOrder()
Gets the value of the valuelistSortOrder property.

Returns:
possible object is BigInteger

setValuelistSortOrder

public void setValuelistSortOrder(BigInteger value)
Sets the value of the valuelistSortOrder property.

Parameters:
value - allowed object is BigInteger

isAppendNewValues

public Boolean isAppendNewValues()
Gets the value of the appendNewValues property.

Returns:
possible object is String

setAppendNewValues

public void setAppendNewValues(Boolean value)
Sets the value of the appendNewValues property.

Parameters:
value - allowed object is String

getDefault

public String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(String value)
Sets the value of the default property.

Parameters:
value - allowed object is String

getValueList

public Project.ExtendedAttributes.ExtendedAttribute.ValueList getValueList()
Gets the value of the valueList property.

Returns:
possible object is Project.ExtendedAttributes.ExtendedAttribute.ValueList

setValueList

public void setValueList(Project.ExtendedAttributes.ExtendedAttribute.ValueList value)
Sets the value of the valueList property.

Parameters:
value - allowed object is Project.ExtendedAttributes.ExtendedAttribute.ValueList


Copyright © 2012. All Rights Reserved.