public class ApprovalParams extends ParameterType implements Serializable
Java class for ApprovalParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MinApprovals" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ApprovalPersonRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
approvalPersonRef |
protected Integer |
minApprovals |
| Constructor and Description |
|---|
ApprovalParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApprovalPersonRef()
Gets the value of the approvalPersonRef property.
|
Integer |
getMinApprovals()
Gets the value of the minApprovals property.
|
void |
setApprovalPersonRef(Object value)
Sets the value of the approvalPersonRef property.
|
void |
setMinApprovals(Integer value)
Sets the value of the minApprovals property.
|
protected Integer minApprovals
protected Object approvalPersonRef
public Integer getMinApprovals()
Integerpublic void setMinApprovals(Integer value)
value - allowed object is
Integerpublic Object getApprovalPersonRef()
ObjectCopyright © 2013. All Rights Reserved.