net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.context
Class LoadTimeWeaver

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

public class LoadTimeWeaver
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="weaver-class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="aspectj-weaving" default="autodetect">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="on"/>
             <enumeration value="off"/>
             <enumeration value="autodetect"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String aspectjWeaving
           
protected  String weaverClass
           
 
Constructor Summary
LoadTimeWeaver()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.context.LoadTimeWeaver instance.
LoadTimeWeaver(LoadTimeWeaver o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.context.LoadTimeWeaver instance by copying a given instance.
 
Method Summary
 LoadTimeWeaver clone()
          Creates and returns a copy of this object.
 String getAspectjWeaving()
          Gets the value of the aspectjWeaving property.
 String getWeaverClass()
          Gets the value of the weaverClass property.
 void setAspectjWeaving(String value)
          Sets the value of the aspectjWeaving property.
 void setWeaverClass(String value)
          Sets the value of the weaverClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weaverClass

protected String weaverClass

aspectjWeaving

protected String aspectjWeaving
Constructor Detail

LoadTimeWeaver

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


LoadTimeWeaver

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

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

getWeaverClass

public String getWeaverClass()
Gets the value of the weaverClass property.

Returns:
possible object is String

setWeaverClass

public void setWeaverClass(String value)
Sets the value of the weaverClass property.

Parameters:
value - allowed object is String

getAspectjWeaving

public String getAspectjWeaving()
Gets the value of the aspectjWeaving property.

Returns:
possible object is String

setAspectjWeaving

public void setAspectjWeaving(String value)
Sets the value of the aspectjWeaving property.

Parameters:
value - allowed object is String

clone

public LoadTimeWeaver 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.