net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans
Class Import

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.Import
All Implemented Interfaces:
Serializable, Cloneable

public class Import
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="resource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String resource
           
 
Constructor Summary
Import()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.Import instance.
Import(Import o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.Import instance by copying a given instance.
 
Method Summary
 Import clone()
          Creates and returns a copy of this object.
 String getResource()
          Gets the value of the resource property.
 void setResource(String value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected String resource
Constructor Detail

Import

public Import()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.Import instance.


Import

public Import(Import o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.Import instance by copying a given instance.

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

getResource

public String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String

clone

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