org.ow2.jasmine.monitoring.mbeancmd.generated
Class Output

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.generated.Output

public class Output
extends Object

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

id

protected String id

dest

protected Media dest

host

protected String host

port

protected String port

path

protected String path
Constructor Detail

Output

public Output()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDest

public Media getDest()
Gets the value of the dest property.

Returns:
possible object is Media

setDest

public void setDest(Media value)
Sets the value of the dest property.

Parameters:
value - allowed object is Media

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getPort

public String getPort()
Gets the value of the port property.

Returns:
possible object is String

setPort

public void setPort(String value)
Sets the value of the port property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.