net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tool
Interface RegistersScopeType

All Known Implementing Classes:
RegistersScopeTypeImpl

public interface RegistersScopeType

Java class for registersScopeType complex type.

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

 <complexType name="registersScopeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getName()
          Gets the value of the name property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


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