public class WbsReviewersType extends Object
Java class for WbsReviewersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WbsReviewersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StatusReviewerId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WbsId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
objectId |
protected Integer |
statusReviewerId |
protected Integer |
wbsId |
| Constructor and Description |
|---|
WbsReviewersType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getStatusReviewerId()
Gets the value of the statusReviewerId property.
|
Integer |
getWbsId()
Gets the value of the wbsId property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setStatusReviewerId(Integer value)
Sets the value of the statusReviewerId property.
|
void |
setWbsId(Integer value)
Sets the value of the wbsId property.
|
protected Integer objectId
protected Integer statusReviewerId
protected Integer wbsId
public Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Integer getStatusReviewerId()
Integerpublic void setStatusReviewerId(Integer value)
value - allowed object is
Integerpublic Integer getWbsId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.