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 java.lang.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  java.lang.String domain
           
protected  java.util.List<Event> event
           
protected  java.lang.String server
           
protected  java.lang.String sname
           
protected  java.lang.String source
           
protected  java.lang.String timeFrom
           
protected  java.lang.String timeTo
           
 
Constructor Summary
DbfillConfig()
           
 
Method Summary
 java.lang.String getDomain()
          Gets the value of the domain property.
 java.util.List<Event> getEvent()
          Gets the value of the event property.
 java.lang.String getServer()
          Gets the value of the server property.
 java.lang.String getSname()
          Gets the value of the sname property.
 java.lang.String getSource()
          Gets the value of the source property.
 java.lang.String getTimeFrom()
          Gets the value of the timeFrom property.
 java.lang.String getTimeTo()
          Gets the value of the timeTo property.
 void setDomain(java.lang.String value)
          Sets the value of the domain property.
 void setServer(java.lang.String value)
          Sets the value of the server property.
 void setSname(java.lang.String value)
          Sets the value of the sname property.
 void setSource(java.lang.String value)
          Sets the value of the source property.
 void setTimeFrom(java.lang.String value)
          Sets the value of the timeFrom property.
 void setTimeTo(java.lang.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 java.util.List<Event> event

domain

protected java.lang.String domain

server

protected java.lang.String server

sname

protected java.lang.String sname

source

protected java.lang.String source

timeFrom

protected java.lang.String timeFrom

timeTo

protected java.lang.String timeTo
Constructor Detail

DbfillConfig

public DbfillConfig()
Method Detail

getEvent

public java.util.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 java.lang.String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

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

Parameters:
value - allowed object is String

getServer

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

Returns:
possible object is String

setServer

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

Parameters:
value - allowed object is String

getSname

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

Returns:
possible object is String

setSname

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

Parameters:
value - allowed object is String

getSource

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

Returns:
possible object is String

setSource

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

Parameters:
value - allowed object is String

getTimeFrom

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

Returns:
possible object is String

setTimeFrom

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

Parameters:
value - allowed object is String

getTimeTo

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

Returns:
possible object is String

setTimeTo

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

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.