Package oracle.iam.request.history.jaxb
Class ChildEntity
java.lang.Object
oracle.iam.request.history.jaxb.ChildEntity
- All Implemented Interfaces:
Serializable
<p>Java class for child-entity complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="child-entity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="child-record" type="{http://www.example.org}child-record" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the childRecord property.getName()
Gets the value of the name property.void
Sets the value of the name property.
-
Constructor Details
-
ChildEntity
public ChildEntity()
-
-
Method Details
-
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 listChildRecord
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-