public class ProjectListType extends Object
Java class for ProjectListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Project" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BaselineProject" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BaselineTypeName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="ObjectId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ObjectId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ProjectListType.Project
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ProjectListType.Project> |
project |
Constructor and Description |
---|
ProjectListType() |
Modifier and Type | Method and Description |
---|---|
List<ProjectListType.Project> |
getProject()
Gets the value of the project property.
|
protected List<ProjectListType.Project> project
public List<ProjectListType.Project> getProject()
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 project property.
For example, to add a new item, do as follows:
getProject().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectListType.Project
Copyright © 2000–2025 Packwood Software. All rights reserved.