public class NotificationDef 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="SignalType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Classes">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumClasses" />
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EnumClasses> |
classes |
protected String |
signalType |
protected String |
type |
| Constructor and Description |
|---|
NotificationDef() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumClasses> |
getClasses()
Gets the value of the classes property.
|
String |
getSignalType()
Gets the value of the signalType property.
|
String |
getType()
Gets the value of the type property.
|
void |
setSignalType(String value)
Sets the value of the signalType property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String signalType
protected String type
protected List<EnumClasses> classes
public String getSignalType()
Stringpublic void setSignalType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<EnumClasses> getClasses()
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 classes property.
For example, to add a new item, do as follows:
getClasses().add(newItem);
Objects of the following type(s) are allowed in the list
EnumClasses
Copyright © 2013. All Rights Reserved.