|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.tests.dbfill.generated.DbfillConfig
public class DbfillConfig
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 |
|---|
protected List<Event> event
protected String domain
protected String server
protected String sname
protected String source
protected String timeFrom
protected String timeTo
| Constructor Detail |
|---|
public DbfillConfig()
| Method Detail |
|---|
public List<Event> getEvent()
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
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getServer()
Stringpublic void setServer(String value)
value - allowed object is
Stringpublic String getSname()
Stringpublic void setSname(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getTimeFrom()
Stringpublic void setTimeFrom(String value)
value - allowed object is
Stringpublic String getTimeTo()
Stringpublic void setTimeTo(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||