public class Signal 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}Trigger" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="SenderID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}EnumJDFJMFVersion" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Time" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ChannelMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="LastRepeat" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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 String |
channelMode |
protected List<Employee> |
employee |
protected List<String> |
icsVersions |
protected String |
id |
protected Boolean |
lastRepeat |
protected List<Notification> |
notification |
protected String |
refID |
protected String |
senderID |
protected DateTime |
time |
protected List<Trigger> |
trigger |
protected String |
type |
protected String |
version |
| Constructor and Description |
|---|
Signal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
String |
getChannelMode()
Gets the value of the channelMode property.
|
List<Employee> |
getEmployee()
Gets the value of the employee property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getID()
Gets the value of the id property.
|
List<Notification> |
getNotification()
Gets the value of the notification property.
|
String |
getRefID()
Gets the value of the refID property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
DateTime |
getTime()
Gets the value of the time property.
|
List<Trigger> |
getTrigger()
Gets the value of the trigger property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isLastRepeat()
Gets the value of the lastRepeat property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setChannelMode(String value)
Sets the value of the channelMode property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLastRepeat(Boolean value)
Sets the value of the lastRepeat property.
|
void |
setRefID(String value)
Sets the value of the refID property.
|
void |
setSenderID(String value)
Sets the value of the senderID property.
|
void |
setTime(DateTime value)
Sets the value of the time property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Notification> notification
protected String senderID
protected String version
protected String id
protected String refID
protected DateTime time
protected String channelMode
protected String type
protected Boolean lastRepeat
protected String agentName
protected String agentVersion
public List<Trigger> getTrigger()
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 trigger property.
For example, to add a new item, do as follows:
getTrigger().add(newItem);
Objects of the following type(s) are allowed in the list
Trigger
public List<Employee> getEmployee()
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 employee property.
For example, to add a new item, do as follows:
getEmployee().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
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 String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getRefID()
Stringpublic void setRefID(String value)
value - allowed object is
Stringpublic DateTime getTime()
Stringpublic void setTime(DateTime value)
value - allowed object is
Stringpublic List<String> getICSVersions()
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 icsVersions property.
For example, to add a new item, do as follows:
getICSVersions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getChannelMode()
Stringpublic void setChannelMode(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isLastRepeat()
Booleanpublic void setLastRepeat(Boolean value)
value - allowed object is
Booleanpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2013. All Rights Reserved.