|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.EventConfiguration
public class EventConfiguration
Java class for EventConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configurationDetail" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ConfigurationDetail" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}EventType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<ConfigurationDetail> |
configurationDetails
|
protected EventType |
type
|
| Constructor Summary | |
|---|---|
EventConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.List<ConfigurationDetail> |
getConfigurationDetails()
Gets the value of the configurationDetails property. |
EventType |
getType()
Gets the value of the type property. |
void |
setType(EventType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ConfigurationDetail> configurationDetails
protected EventType type
| Constructor Detail |
|---|
public EventConfiguration()
| Method Detail |
|---|
public java.util.List<ConfigurationDetail> getConfigurationDetails()
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 configurationDetails property.
For example, to add a new item, do as follows:
getConfigurationDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigurationDetail
public EventType getType()
EventTypepublic void setType(EventType value)
value - allowed object is
EventType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||