net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context
Interface MbeanServer

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
MbeanServerImpl

public interface MbeanServer
extends IdentifiedType

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>
 


Method Summary
 String getAgentId()
          Gets the value of the agentId property.
 void setAgentId(String value)
          Sets the value of the agentId property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getAgentId

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

Returns:
possible object is String

setAgentId

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

Parameters:
value - allowed object is String


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