|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.RequestHistoryType
public class RequestHistoryType
Java class for request-history-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="request_history_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status_change" type="{http://www.example.org}status-change"/>
<element name="beneficiary_change" type="{http://www.example.org}beneficiary-change" maxOccurs="unbounded" minOccurs="0"/>
<element name="entity_change" type="{http://www.example.org}entity-change" maxOccurs="unbounded" minOccurs="0"/>
<element name="approval_change" type="{http://www.example.org}approval-change"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RequestHistoryType() |
|
| Method Summary | |
|---|---|
ApprovalChange |
getApprovalChange()Gets the value of the approvalChange property. |
java.util.List |
getBeneficiaryChange()Gets the value of the beneficiaryChange property. |
java.util.List |
getEntityChange()Gets the value of the entityChange property. |
StatusChange |
getStatusChange()Gets the value of the statusChange property. |
void |
setApprovalChange(ApprovalChange value)Sets the value of the approvalChange property. |
void |
setStatusChange(StatusChange value)Sets the value of the statusChange property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestHistoryType()
| Method Detail |
|---|
public StatusChange getStatusChange()
StatusChangepublic void setStatusChange(StatusChange value)
value - allowed object is StatusChangepublic java.util.List getBeneficiaryChange()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the beneficiaryChange property.
For example, to add a new item, do as follows:
getBeneficiaryChange().add(newItem);
Objects of the following type(s) are allowed in the list BeneficiaryChange
public java.util.List getEntityChange()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the entityChange property.
For example, to add a new item, do as follows:
getEntityChange().add(newItem);
Objects of the following type(s) are allowed in the list EntityChange
public ApprovalChange getApprovalChange()
ApprovalChangepublic void setApprovalChange(ApprovalChange value)
value - allowed object is ApprovalChange
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||