Class ChildEntity

java.lang.Object
oracle.iam.request.history.jaxb.ChildEntity
All Implemented Interfaces:
Serializable

public class ChildEntity extends Object implements Serializable
<p>Java class for child-entity complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="child-entity"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="child-record" type="{http://www.example.org}child-record" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • ChildEntity

      public ChildEntity()
  • Method Details

    • getChildRecord

      public List<ChildRecord> getChildRecord()
      Gets the value of the childRecord property. <p> 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 <CODE>set</CODE> method for the childRecord property. <p> For example, to add a new item, do as follows: <pre> getChildRecord().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ChildRecord
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String