net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans
Interface Import

All Known Implementing Classes:
ImportImpl

public interface Import

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>
 


Method Summary
 String getResource()
          Gets the value of the resource property.
 void setResource(String value)
          Sets the value of the resource property.
 

Method Detail

getResource

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

Returns:
possible object is String

setResource

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

Parameters:
value - allowed object is String


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