org.ow2.jasmine.monitoring.tests.dbfill.generated
Class DbfillConfig

java.lang.Object
  extended by org.ow2.jasmine.monitoring.tests.dbfill.generated.DbfillConfig

public class DbfillConfig
extends Object

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 name="event" type="{org.ow2.jasmine.monitoring.jasmine-monitoring-integration-tests-modules:dbfill-config}event" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="domain" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="server" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="sname" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="time-from" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
       <attribute name="time-to" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  List<Event> event
           
protected  String server
           
protected  String sname
           
protected  String source
           
protected  String timeFrom
           
protected  String timeTo
           
 
Constructor Summary
DbfillConfig()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 List<Event> getEvent()
          Gets the value of the event property.
 String getServer()
          Gets the value of the server property.
 String getSname()
          Gets the value of the sname property.
 String getSource()
          Gets the value of the source property.
 String getTimeFrom()
          Gets the value of the timeFrom property.
 String getTimeTo()
          Gets the value of the timeTo property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setServer(String value)
          Sets the value of the server property.
 void setSname(String value)
          Sets the value of the sname property.
 void setSource(String value)
          Sets the value of the source property.
 void setTimeFrom(String value)
          Sets the value of the timeFrom property.
 void setTimeTo(String value)
          Sets the value of the timeTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

protected List<Event> event

domain

protected String domain

server

protected String server

sname

protected String sname

source

protected String source

timeFrom

protected String timeFrom

timeTo

protected String timeTo
Constructor Detail

DbfillConfig

public DbfillConfig()
Method Detail

getEvent

public List<Event> getEvent()
Gets the value of the event 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 event property.

For example, to add a new item, do as follows:

    getEvent().add(newItem);
 

Objects of the following type(s) are allowed in the list Event


getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getServer

public String getServer()
Gets the value of the server property.

Returns:
possible object is String

setServer

public void setServer(String value)
Sets the value of the server property.

Parameters:
value - allowed object is String

getSname

public String getSname()
Gets the value of the sname property.

Returns:
possible object is String

setSname

public void setSname(String value)
Sets the value of the sname property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getTimeFrom

public String getTimeFrom()
Gets the value of the timeFrom property.

Returns:
possible object is String

setTimeFrom

public void setTimeFrom(String value)
Sets the value of the timeFrom property.

Parameters:
value - allowed object is String

getTimeTo

public String getTimeTo()
Gets the value of the timeTo property.

Returns:
possible object is String

setTimeTo

public void setTimeTo(String value)
Sets the value of the timeTo property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.