public class AuditPool
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceAudit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Modified" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Created" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PhaseTime" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ProcessRun" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Deleted" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Created> |
createds |
protected java.util.List<Deleted> |
deleteds |
protected java.util.List<Modified> |
modifieds |
protected java.util.List<Notification> |
notifications |
protected java.util.List<PhaseTime> |
phaseTimes |
protected java.util.List<ProcessRun> |
processRuns |
protected java.util.List<ResourceAudit> |
resourceAudits |
| Constructor and Description |
|---|
AuditPool() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Created> |
getCreateds()
Gets the value of the createds property.
|
java.util.List<Deleted> |
getDeleteds()
Gets the value of the deleteds property.
|
java.util.List<Modified> |
getModifieds()
Gets the value of the modifieds property.
|
java.util.List<Notification> |
getNotifications()
Gets the value of the notifications property.
|
java.util.List<PhaseTime> |
getPhaseTimes()
Gets the value of the phaseTimes property.
|
java.util.List<ProcessRun> |
getProcessRuns()
Gets the value of the processRuns property.
|
java.util.List<ResourceAudit> |
getResourceAudits()
Gets the value of the resourceAudits property.
|
protected java.util.List<Deleted> deleteds
protected java.util.List<ProcessRun> processRuns
protected java.util.List<PhaseTime> phaseTimes
protected java.util.List<Created> createds
protected java.util.List<Modified> modifieds
protected java.util.List<ResourceAudit> resourceAudits
protected java.util.List<Notification> notifications
public java.util.List<Deleted> getDeleteds()
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 deleteds property.
For example, to add a new item, do as follows:
getDeleteds().add(newItem);
Objects of the following type(s) are allowed in the list
Deleted
public java.util.List<ProcessRun> getProcessRuns()
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 processRuns property.
For example, to add a new item, do as follows:
getProcessRuns().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessRun
public java.util.List<PhaseTime> getPhaseTimes()
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 phaseTimes property.
For example, to add a new item, do as follows:
getPhaseTimes().add(newItem);
Objects of the following type(s) are allowed in the list
PhaseTime
public java.util.List<Created> getCreateds()
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 createds property.
For example, to add a new item, do as follows:
getCreateds().add(newItem);
Objects of the following type(s) are allowed in the list
Created
public java.util.List<Modified> getModifieds()
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 modifieds property.
For example, to add a new item, do as follows:
getModifieds().add(newItem);
Objects of the following type(s) are allowed in the list
Modified
public java.util.List<ResourceAudit> getResourceAudits()
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 resourceAudits property.
For example, to add a new item, do as follows:
getResourceAudits().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceAudit
public java.util.List<Notification> getNotifications()
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 notifications property.
For example, to add a new item, do as follows:
getNotifications().add(newItem);
Objects of the following type(s) are allowed in the list
Notification
Copyright © 2012. All Rights Reserved.