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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.OutlineCodes.OutlineCode.Masks
Java class for anonymous complex type.
|
static class |
Project.OutlineCodes.OutlineCode.Values
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected Boolean |
allLevelsRequired |
protected Boolean |
enterprise |
protected BigInteger |
enterpriseOutlineCodeAlias |
protected String |
fieldID |
protected String |
fieldName |
protected UUID |
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 and Description |
|---|
OutlineCode() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
UUID |
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(UUID 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.
|
protected UUID guid
protected String fieldID
protected String fieldName
protected String alias
protected String phoneticAlias
protected Project.OutlineCodes.OutlineCode.Values values
protected Boolean enterprise
protected BigInteger enterpriseOutlineCodeAlias
protected Boolean resourceSubstitutionEnabled
protected Boolean leafOnly
protected Boolean allLevelsRequired
protected Boolean onlyTableValuesAllowed
protected Boolean showIndent
protected Project.OutlineCodes.OutlineCode.Masks masks
public UUID getGuid()
Stringpublic void setGuid(UUID value)
value - allowed object is
Stringpublic String getFieldID()
Stringpublic void setFieldID(String value)
value - allowed object is
Stringpublic String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getPhoneticAlias()
Stringpublic void setPhoneticAlias(String value)
value - allowed object is
Stringpublic Project.OutlineCodes.OutlineCode.Values getValues()
Project.OutlineCodes.OutlineCode.Valuespublic void setValues(Project.OutlineCodes.OutlineCode.Values value)
value - allowed object is
Project.OutlineCodes.OutlineCode.Valuespublic Boolean isEnterprise()
Stringpublic void setEnterprise(Boolean value)
value - allowed object is
Stringpublic BigInteger getEnterpriseOutlineCodeAlias()
BigIntegerpublic void setEnterpriseOutlineCodeAlias(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isResourceSubstitutionEnabled()
Stringpublic void setResourceSubstitutionEnabled(Boolean value)
value - allowed object is
Stringpublic Boolean isLeafOnly()
Stringpublic void setLeafOnly(Boolean value)
value - allowed object is
Stringpublic Boolean isAllLevelsRequired()
Stringpublic void setAllLevelsRequired(Boolean value)
value - allowed object is
Stringpublic Boolean isOnlyTableValuesAllowed()
Stringpublic void setOnlyTableValuesAllowed(Boolean value)
value - allowed object is
Stringpublic Boolean isShowIndent()
Stringpublic void setShowIndent(Boolean value)
value - allowed object is
Stringpublic Project.OutlineCodes.OutlineCode.Masks getMasks()
Project.OutlineCodes.OutlineCode.Maskspublic void setMasks(Project.OutlineCodes.OutlineCode.Masks value)
value - allowed object is
Project.OutlineCodes.OutlineCode.MasksCopyright © 2000–2025 MPXJ. All rights reserved.