public class SystemTimeSet 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">
<attribute name="OldTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="NewTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
newTime |
protected String |
oldTime |
| Constructor and Description |
|---|
SystemTimeSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewTime()
Gets the value of the newTime property.
|
String |
getOldTime()
Gets the value of the oldTime property.
|
void |
setNewTime(String value)
Sets the value of the newTime property.
|
void |
setOldTime(String value)
Sets the value of the oldTime property.
|
public String getOldTime()
Stringpublic void setOldTime(String value)
value - allowed object is
Stringpublic String getNewTime()
StringCopyright © 2012. All Rights Reserved.