public class ApprovalParams extends ParameterType implements java.io.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 java.lang.Object |
approvalPersonRef |
protected java.lang.Integer |
minApprovals |
| Constructor and Description |
|---|
ApprovalParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getApprovalPersonRef()
Gets the value of the approvalPersonRef property.
|
java.lang.Integer |
getMinApprovals()
Gets the value of the minApprovals property.
|
void |
setApprovalPersonRef(java.lang.Object value)
Sets the value of the approvalPersonRef property.
|
void |
setMinApprovals(java.lang.Integer value)
Sets the value of the minApprovals property.
|
protected java.lang.Integer minApprovals
protected java.lang.Object approvalPersonRef
public java.lang.Integer getMinApprovals()
Integerpublic void setMinApprovals(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getApprovalPersonRef()
Objectpublic void setApprovalPersonRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.