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()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Integer getStatusReviewerId()
Integer
public void setStatusReviewerId(Integer value)
value
- allowed object is
Integer
public Integer getWbsId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.