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

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

public class Output
extends java.lang.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  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

id

protected java.lang.String id

dest

protected Media dest

host

protected java.lang.String host

port

protected java.lang.String port

path

protected java.lang.String path
Constructor Detail

Output

public Output()
Method Detail

getId

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

Returns:
possible object is String

setId

public void setId(java.lang.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 java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

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

Parameters:
value - allowed object is String

getPort

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

Returns:
possible object is String

setPort

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

Parameters:
value - allowed object is String

getPath

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

Returns:
possible object is String

setPath

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

Parameters:
value - allowed object is String


Copyright © 2011 OW2 Consortium. All Rights Reserved.