public class Created 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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="XPath" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ref" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="TemplateVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TimeStamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="TemplateID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
agentVersion |
protected List<Employee> |
employees |
protected String |
id |
protected String |
queueEntryID |
protected Object |
ref |
protected Object |
refID |
protected String |
templateID |
protected String |
templateVersion |
protected String |
timeStamp |
protected String |
xPath |
| Constructor and Description |
|---|
Created() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
String |
getID()
Gets the value of the id property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
Object |
getRef()
Gets the value of the ref property.
|
Object |
getRefID()
Gets the value of the refID property.
|
String |
getTemplateID()
Gets the value of the templateID property.
|
String |
getTemplateVersion()
Gets the value of the templateVersion property.
|
String |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getXPath()
Gets the value of the xPath property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setRef(Object value)
Sets the value of the ref property.
|
void |
setRefID(Object value)
Sets the value of the refID property.
|
void |
setTemplateID(String value)
Sets the value of the templateID property.
|
void |
setTemplateVersion(String value)
Sets the value of the templateVersion property.
|
void |
setTimeStamp(String value)
Sets the value of the timeStamp property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
protected String xPath
protected String id
protected Object refID
protected Object ref
protected String templateVersion
protected String timeStamp
protected String queueEntryID
protected String templateID
protected String agentName
protected String agentVersion
public List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic Object getRefID()
Objectpublic void setRefID(Object value)
value - allowed object is
Objectpublic void setRef(Object value)
value - allowed object is
Objectpublic String getTemplateVersion()
Stringpublic void setTemplateVersion(String value)
value - allowed object is
Stringpublic String getTimeStamp()
Stringpublic void setTimeStamp(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getTemplateID()
Stringpublic void setTemplateID(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2012. All Rights Reserved.