|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.ChildRecord
public class ChildRecord
Java class for child-record complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="child_record">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="new_record" type="{http://www.example.org}new-record" maxOccurs="unbounded" minOccurs="0"/>
<element name="modified_record" type="{http://www.example.org}modified-record" maxOccurs="unbounded" minOccurs="0"/>
<element name="deleted_record" type="{http://www.example.org}deleted-record" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Action" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ChildRecord() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()Gets the value of the action property. |
java.util.List |
getDeletedRecord()Gets the value of the deletedRecord property. |
java.util.List |
getModifiedRecord()Gets the value of the modifiedRecord property. |
java.util.List |
getNewRecord()Gets the value of the newRecord property. |
void |
setAction(java.lang.String value)Sets the value of the action property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildRecord()
| Method Detail |
|---|
public java.util.List getNewRecord()
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 newRecord property.
For example, to add a new item, do as follows:
getNewRecord().add(newItem);
Objects of the following type(s) are allowed in the list NewRecord
public java.util.List getModifiedRecord()
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 modifiedRecord property.
For example, to add a new item, do as follows:
getModifiedRecord().add(newItem);
Objects of the following type(s) are allowed in the list ModifiedRecord
public java.util.List getDeletedRecord()
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 deletedRecord property.
For example, to add a new item, do as follows:
getDeletedRecord().add(newItem);
Objects of the following type(s) are allowed in the list DeletedRecord
public java.lang.String getAction()
Stringpublic void setAction(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||