public class PortfolioTeamMemberType extends Object
Java class for PortfolioTeamMemberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioTeamMemberType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="Name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected int |
objectId |
Constructor and Description |
---|
PortfolioTeamMemberType() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 int getObjectId()
public void setObjectId(int value)
Copyright © 2000–2024 Packwood Software. All rights reserved.