public static class ProjectListType.Project 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
ProjectListType.Project.BaselineProject
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ProjectListType.Project.BaselineProject> |
baselineProject |
protected String |
id |
protected String |
name |
protected int |
objectId |
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
List<ProjectListType.Project.BaselineProject> |
getBaselineProject()
Gets the value of the baselineProject property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
int |
getObjectId()
Gets the value of the objectId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(int value)
Sets the value of the objectId property.
|
protected String id
protected String name
protected List<ProjectListType.Project.BaselineProject> baselineProject
protected int objectId
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<ProjectListType.Project.BaselineProject> getBaselineProject()
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 baselineProject property.
For example, to add a new item, do as follows:
getBaselineProject().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectListType.Project.BaselineProject
public int getObjectId()
public void setObjectId(int value)
Copyright © 2000–2025 Packwood Software. All rights reserved.