public class Created extends Audit implements Serializable
Java class for Created complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Created">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Audit">
<attribute name="XPath" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<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="TemplateID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDREF |
ref |
protected String |
templateID |
protected String |
templateVersion |
protected String |
xPath |
agentName, agentVersion, employee, id, queueEntryID, refID, timeStamp| Constructor and Description |
|---|
Created() |
| Modifier and Type | Method and Description |
|---|---|
IDREF |
getRef()
Gets the value of the ref property.
|
String |
getTemplateID()
Gets the value of the templateID property.
|
String |
getTemplateVersion()
Gets the value of the templateVersion property.
|
String |
getXPath()
Gets the value of the xPath property.
|
void |
setRef(IDREF value)
Sets the value of the ref property.
|
void |
setTemplateID(String value)
Sets the value of the templateID property.
|
void |
setTemplateVersion(String value)
Sets the value of the templateVersion property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
getAgentName, getAgentVersion, getEmployee, getID, getQueueEntryID, getRefID, getTimeStamp, setAgentName, setAgentVersion, setID, setQueueEntryID, setRefID, setTimeStampprotected String xPath
protected IDREF ref
protected String templateVersion
protected String templateID
public String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic void setRef(IDREF value)
value - allowed object is
Stringpublic String getTemplateVersion()
Stringpublic void setTemplateVersion(String value)
value - allowed object is
Stringpublic String getTemplateID()
StringCopyright © 2014. All Rights Reserved.