public class NotificationDef
extends java.lang.Object
implements java.io.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 java.util.List<EnumClasses> |
classes |
protected java.lang.String |
signalType |
protected java.lang.String |
type |
| Constructor and Description |
|---|
NotificationDef() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EnumClasses> |
getClasses()
Gets the value of the classes property.
|
java.lang.String |
getSignalType()
Gets the value of the signalType property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setSignalType(java.lang.String value)
Sets the value of the signalType property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String signalType
protected java.lang.String type
protected java.util.List<EnumClasses> classes
public java.lang.String getSignalType()
Stringpublic void setSignalType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 © 2012. All Rights Reserved.