public static class ProjectListType.Project.BaselineProject 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
baselineTypeName |
protected String |
name |
protected int |
objectId |
| Constructor and Description |
|---|
BaselineProject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaselineTypeName()
Gets the value of the baselineTypeName property.
|
String |
getName()
Gets the value of the name property.
|
int |
getObjectId()
Gets the value of the objectId property.
|
void |
setBaselineTypeName(String value)
Sets the value of the baselineTypeName 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 baselineTypeName
protected String name
protected int objectId
public String getBaselineTypeName()
Stringpublic void setBaselineTypeName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getObjectId()
public void setObjectId(int value)
Copyright © 2000–2026 MPXJ. All rights reserved.