|
||||||||||
| 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 java.lang.String |
host
|
protected java.lang.String |
id
|
protected java.lang.String |
path
|
protected java.lang.String |
port
|
| Constructor Summary | |
|---|---|
Output()
|
|
| Method Summary | |
|---|---|
Media |
getDest()
Gets the value of the dest property. |
java.lang.String |
getHost()
Gets the value of the host property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getPath()
Gets the value of the path property. |
java.lang.String |
getPort()
Gets the value of the port property. |
void |
setDest(Media value)
Sets the value of the dest property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
void |
setPort(java.lang.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 java.lang.String id
protected Media dest
protected java.lang.String host
protected java.lang.String port
protected java.lang.String path
| Constructor Detail |
|---|
public Output()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic Media getDest()
Mediapublic void setDest(Media value)
value - allowed object is
Mediapublic java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(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 | |||||||||