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>
Modifier and Type | Class and Description |
---|---|
static class |
Project.ExtendedAttributes.ExtendedAttribute
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Project.ExtendedAttributes.ExtendedAttribute> |
extendedAttribute |
Constructor and Description |
---|
ExtendedAttributes() |
Modifier and Type | Method and Description |
---|---|
List<Project.ExtendedAttributes.ExtendedAttribute> |
getExtendedAttribute()
Gets the value of the extendedAttribute property.
|
protected List<Project.ExtendedAttributes.ExtendedAttribute> extendedAttribute
public List<Project.ExtendedAttributes.ExtendedAttribute> getExtendedAttribute()
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 Jakarta XML Binding 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 © 2000–2024 Packwood Software. All rights reserved.