|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.generated.Output
public class Output
Java class for output complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="output">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}outputid" />
<attribute name="dest" use="required" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}media" />
<attribute name="host" type="{http://www.w3.org/2001/XMLSchema}token" default="localhost" />
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Media |
dest
|
protected String |
host
|
protected String |
id
|
protected String |
path
|
protected String |
port
|
| Constructor Summary | |
|---|---|
Output()
|
|
| Method Summary | |
|---|---|
Media |
getDest()
Gets the value of the dest property. |
String |
getHost()
Gets the value of the host property. |
String |
getId()
Gets the value of the id property. |
String |
getPath()
Gets the value of the path property. |
String |
getPort()
Gets the value of the port property. |
void |
setDest(Media value)
Sets the value of the dest property. |
void |
setHost(String value)
Sets the value of the host property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPath(String value)
Sets the value of the path property. |
void |
setPort(String value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected Media dest
protected String host
protected String port
protected String path
| Constructor Detail |
|---|
public Output()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Media getDest()
Mediapublic void setDest(Media value)
value - allowed object is
Mediapublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getPort()
Stringpublic void setPort(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||