net.sf.mpxj.mspdi.schema
Class Project.OutlineCodes.OutlineCode

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

public static class Project.OutlineCodes.OutlineCode
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="Guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneticAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Values" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="Value">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <element name="FieldGUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="Type">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                                   <enumeration value="4"/>
                                   <enumeration value="6"/>
                                   <enumeration value="9"/>
                                   <enumeration value="15"/>
                                   <enumeration value="17"/>
                                   <enumeration value="21"/>
                                   <enumeration value="27"/>
                                 </restriction>
                               </simpleType>
                             </element>
                             <element name="IsCollapsed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                             <element name="ParentValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <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"/>
                           </all>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Enterprise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EnterpriseOutlineCodeAlias" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="ResourceSubstitutionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LeafOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AllLevelsRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="OnlyTableValuesAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ShowIndent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Masks" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Mask" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Level" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <element name="Type" minOccurs="0">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                                   <enumeration value="0"/>
                                   <enumeration value="1"/>
                                   <enumeration value="2"/>
                                   <enumeration value="3"/>
                                 </restriction>
                               </simpleType>
                             </element>
                             <element name="Length" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Project.OutlineCodes.OutlineCode.Masks
          Java class for anonymous complex type.
static class Project.OutlineCodes.OutlineCode.Values
          Java class for anonymous complex type.
 
Field Summary
protected  String alias
           
protected  Boolean allLevelsRequired
           
protected  Boolean enterprise
           
protected  BigInteger enterpriseOutlineCodeAlias
           
protected  String fieldID
           
protected  String fieldName
           
protected  String guid
           
protected  Boolean leafOnly
           
protected  Project.OutlineCodes.OutlineCode.Masks masks
           
protected  Boolean onlyTableValuesAllowed
           
protected  String phoneticAlias
           
protected  Boolean resourceSubstitutionEnabled
           
protected  Boolean showIndent
           
protected  Project.OutlineCodes.OutlineCode.Values values
           
 
Constructor Summary
Project.OutlineCodes.OutlineCode()
           
 
Method Summary
 String getAlias()
          Gets the value of the alias property.
 BigInteger getEnterpriseOutlineCodeAlias()
          Gets the value of the enterpriseOutlineCodeAlias property.
 String getFieldID()
          Gets the value of the fieldID property.
 String getFieldName()
          Gets the value of the fieldName property.
 String getGuid()
          Gets the value of the guid property.
 Project.OutlineCodes.OutlineCode.Masks getMasks()
          Gets the value of the masks property.
 String getPhoneticAlias()
          Gets the value of the phoneticAlias property.
 Project.OutlineCodes.OutlineCode.Values getValues()
          Gets the value of the values property.
 Boolean isAllLevelsRequired()
          Gets the value of the allLevelsRequired property.
 Boolean isEnterprise()
          Gets the value of the enterprise property.
 Boolean isLeafOnly()
          Gets the value of the leafOnly property.
 Boolean isOnlyTableValuesAllowed()
          Gets the value of the onlyTableValuesAllowed property.
 Boolean isResourceSubstitutionEnabled()
          Gets the value of the resourceSubstitutionEnabled property.
 Boolean isShowIndent()
          Gets the value of the showIndent property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setAllLevelsRequired(Boolean value)
          Sets the value of the allLevelsRequired property.
 void setEnterprise(Boolean value)
          Sets the value of the enterprise property.
 void setEnterpriseOutlineCodeAlias(BigInteger value)
          Sets the value of the enterpriseOutlineCodeAlias property.
 void setFieldID(String value)
          Sets the value of the fieldID property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setGuid(String value)
          Sets the value of the guid property.
 void setLeafOnly(Boolean value)
          Sets the value of the leafOnly property.
 void setMasks(Project.OutlineCodes.OutlineCode.Masks value)
          Sets the value of the masks property.
 void setOnlyTableValuesAllowed(Boolean value)
          Sets the value of the onlyTableValuesAllowed property.
 void setPhoneticAlias(String value)
          Sets the value of the phoneticAlias property.
 void setResourceSubstitutionEnabled(Boolean value)
          Sets the value of the resourceSubstitutionEnabled property.
 void setShowIndent(Boolean value)
          Sets the value of the showIndent property.
 void setValues(Project.OutlineCodes.OutlineCode.Values value)
          Sets the value of the values property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guid

protected String guid

fieldID

protected String fieldID

fieldName

protected String fieldName

alias

protected String alias

phoneticAlias

protected String phoneticAlias

values

protected Project.OutlineCodes.OutlineCode.Values values

enterprise

protected Boolean enterprise

enterpriseOutlineCodeAlias

protected BigInteger enterpriseOutlineCodeAlias

resourceSubstitutionEnabled

protected Boolean resourceSubstitutionEnabled

leafOnly

protected Boolean leafOnly

allLevelsRequired

protected Boolean allLevelsRequired

onlyTableValuesAllowed

protected Boolean onlyTableValuesAllowed

showIndent

protected Boolean showIndent

masks

protected Project.OutlineCodes.OutlineCode.Masks masks
Constructor Detail

Project.OutlineCodes.OutlineCode

public Project.OutlineCodes.OutlineCode()
Method Detail

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

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

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

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

getValues

public Project.OutlineCodes.OutlineCode.Values getValues()
Gets the value of the values property.

Returns:
possible object is Project.OutlineCodes.OutlineCode.Values

setValues

public void setValues(Project.OutlineCodes.OutlineCode.Values value)
Sets the value of the values property.

Parameters:
value - allowed object is Project.OutlineCodes.OutlineCode.Values

isEnterprise

public Boolean isEnterprise()
Gets the value of the enterprise property.

Returns:
possible object is String

setEnterprise

public void setEnterprise(Boolean value)
Sets the value of the enterprise property.

Parameters:
value - allowed object is String

getEnterpriseOutlineCodeAlias

public BigInteger getEnterpriseOutlineCodeAlias()
Gets the value of the enterpriseOutlineCodeAlias property.

Returns:
possible object is BigInteger

setEnterpriseOutlineCodeAlias

public void setEnterpriseOutlineCodeAlias(BigInteger value)
Sets the value of the enterpriseOutlineCodeAlias property.

Parameters:
value - allowed object is BigInteger

isResourceSubstitutionEnabled

public Boolean isResourceSubstitutionEnabled()
Gets the value of the resourceSubstitutionEnabled property.

Returns:
possible object is String

setResourceSubstitutionEnabled

public void setResourceSubstitutionEnabled(Boolean value)
Sets the value of the resourceSubstitutionEnabled property.

Parameters:
value - allowed object is String

isLeafOnly

public Boolean isLeafOnly()
Gets the value of the leafOnly property.

Returns:
possible object is String

setLeafOnly

public void setLeafOnly(Boolean value)
Sets the value of the leafOnly property.

Parameters:
value - allowed object is String

isAllLevelsRequired

public Boolean isAllLevelsRequired()
Gets the value of the allLevelsRequired property.

Returns:
possible object is String

setAllLevelsRequired

public void setAllLevelsRequired(Boolean value)
Sets the value of the allLevelsRequired property.

Parameters:
value - allowed object is String

isOnlyTableValuesAllowed

public Boolean isOnlyTableValuesAllowed()
Gets the value of the onlyTableValuesAllowed property.

Returns:
possible object is String

setOnlyTableValuesAllowed

public void setOnlyTableValuesAllowed(Boolean value)
Sets the value of the onlyTableValuesAllowed property.

Parameters:
value - allowed object is String

isShowIndent

public Boolean isShowIndent()
Gets the value of the showIndent property.

Returns:
possible object is String

setShowIndent

public void setShowIndent(Boolean value)
Sets the value of the showIndent property.

Parameters:
value - allowed object is String

getMasks

public Project.OutlineCodes.OutlineCode.Masks getMasks()
Gets the value of the masks property.

Returns:
possible object is Project.OutlineCodes.OutlineCode.Masks

setMasks

public void setMasks(Project.OutlineCodes.OutlineCode.Masks value)
Sets the value of the masks property.

Parameters:
value - allowed object is Project.OutlineCodes.OutlineCode.Masks


Copyright © 2012. All Rights Reserved.