com.ibm.ram.internal.jaxb
Class EventConfiguration

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.EventConfiguration

public class EventConfiguration
extends java.lang.Object

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

configurationDetails

protected java.util.List<ConfigurationDetail> configurationDetails

type

protected EventType type
Constructor Detail

EventConfiguration

public EventConfiguration()
Method Detail

getConfigurationDetails

public java.util.List<ConfigurationDetail> getConfigurationDetails()
Gets the value of the configurationDetails property.

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


getType

public EventType getType()
Gets the value of the type property.

Returns:
possible object is EventType

setType

public void setType(EventType value)
Sets the value of the type property.

Parameters:
value - allowed object is EventType