net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context
Class MbeanServer

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context.MbeanServer
All Implemented Interfaces:
Serializable, Cloneable

public class MbeanServer
extends IdentifiedType
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <attribute name="agent-id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String agentId
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
MbeanServer()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context.MbeanServer instance.
MbeanServer(MbeanServer o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context.MbeanServer instance by copying a given instance.
 
Method Summary
 MbeanServer clone()
          Creates and returns a copy of this object.
 String getAgentId()
          Gets the value of the agentId property.
 void setAgentId(String value)
          Sets the value of the agentId property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentId

protected String agentId
Constructor Detail

MbeanServer

public MbeanServer()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context.MbeanServer instance.


MbeanServer

public MbeanServer(MbeanServer o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.context.MbeanServer instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAgentId

public String getAgentId()
Gets the value of the agentId property.

Returns:
possible object is String

setAgentId

public void setAgentId(String value)
Sets the value of the agentId property.

Parameters:
value - allowed object is String

clone

public MbeanServer clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.