public class AuditPool extends Object implements 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>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Created> |
created |
protected List<Deleted> |
deleted |
protected List<Modified> |
modified |
protected List<Notification> |
notification |
protected List<PhaseTime> |
phaseTime |
protected List<ProcessRun> |
processRun |
protected List<ResourceAudit> |
resourceAudit |
| Constructor and Description |
|---|
AuditPool() |
| Modifier and Type | Method and Description |
|---|---|
List<Created> |
getCreated()
Gets the value of the created property.
|
List<Deleted> |
getDeleted()
Gets the value of the deleted property.
|
List<Modified> |
getModified()
Gets the value of the modified property.
|
List<Notification> |
getNotification()
Gets the value of the notification property.
|
List<PhaseTime> |
getPhaseTime()
Gets the value of the phaseTime property.
|
List<ProcessRun> |
getProcessRun()
Gets the value of the processRun property.
|
List<ResourceAudit> |
getResourceAudit()
Gets the value of the resourceAudit property.
|
protected List<Notification> notification
protected List<ResourceAudit> resourceAudit
protected List<ProcessRun> processRun
public List<Notification> getNotification()
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 notification property.
For example, to add a new item, do as follows:
getNotification().add(newItem);
Objects of the following type(s) are allowed in the list
Notification
public List<ResourceAudit> getResourceAudit()
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 resourceAudit property.
For example, to add a new item, do as follows:
getResourceAudit().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceAudit
public List<Modified> getModified()
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 modified property.
For example, to add a new item, do as follows:
getModified().add(newItem);
Objects of the following type(s) are allowed in the list
Modified
public List<Created> getCreated()
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 created property.
For example, to add a new item, do as follows:
getCreated().add(newItem);
Objects of the following type(s) are allowed in the list
Created
public List<PhaseTime> getPhaseTime()
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 phaseTime property.
For example, to add a new item, do as follows:
getPhaseTime().add(newItem);
Objects of the following type(s) are allowed in the list
PhaseTime
public List<ProcessRun> getProcessRun()
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 processRun property.
For example, to add a new item, do as follows:
getProcessRun().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessRun
public List<Deleted> getDeleted()
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 deleted property.
For example, to add a new item, do as follows:
getDeleted().add(newItem);
Objects of the following type(s) are allowed in the list
Deleted
Copyright © 2013. All Rights Reserved.