|
||||||||||
| 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 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 |
|---|
protected java.util.List<Event> event
protected java.lang.String domain
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 Detail |
|---|
public DbfillConfig()
| Method Detail |
|---|
public java.util.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 java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServer()
Stringpublic void setServer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSname()
Stringpublic void setSname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeFrom()
Stringpublic void setTimeFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeTo()
Stringpublic void setTimeTo(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||