net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context
Interface MbeanExport

All Known Implementing Classes:
MbeanExportImpl

public interface MbeanExport

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="default-domain" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="registration">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="failOnExisting"/>
             <enumeration value="ignoreExisting"/>
             <enumeration value="replaceExisting"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDefaultDomain()
          Gets the value of the defaultDomain property.
 String getRegistration()
          Gets the value of the registration property.
 String getServer()
          Gets the value of the server property.
 void setDefaultDomain(String value)
          Sets the value of the defaultDomain property.
 void setRegistration(String value)
          Sets the value of the registration property.
 void setServer(String value)
          Sets the value of the server property.
 

Method Detail

getDefaultDomain

String getDefaultDomain()
Gets the value of the defaultDomain property.

Returns:
possible object is String

setDefaultDomain

void setDefaultDomain(String value)
Sets the value of the defaultDomain property.

Parameters:
value - allowed object is String

getServer

String getServer()
Gets the value of the server property.

Returns:
possible object is String

setServer

void setServer(String value)
Sets the value of the server property.

Parameters:
value - allowed object is String

getRegistration

String getRegistration()
Gets the value of the registration property.

Returns:
possible object is String

setRegistration

void setRegistration(String value)
Sets the value of the registration property.

Parameters:
value - allowed object is String


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