net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.context
Class MbeanExport

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.context.MbeanExport
All Implemented Interfaces:
Serializable, Cloneable

public class MbeanExport
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String defaultDomain
           
protected  String registration
           
protected  String server
           
 
Constructor Summary
MbeanExport()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.context.MbeanExport instance.
MbeanExport(MbeanExport o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.context.MbeanExport instance by copying a given instance.
 
Method Summary
 MbeanExport clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultDomain

protected String defaultDomain

server

protected String server

registration

protected String registration
Constructor Detail

MbeanExport

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


MbeanExport

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

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

getDefaultDomain

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

Returns:
possible object is String

setDefaultDomain

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

Parameters:
value - allowed object is String

getServer

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

Returns:
possible object is String

setServer

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

Parameters:
value - allowed object is String

getRegistration

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

Returns:
possible object is String

setRegistration

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

Parameters:
value - allowed object is String

clone

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

Overrides:
clone in class Object
Returns:
A clone of this instance.


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