net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans
Interface LookupMethod

All Known Implementing Classes:
LookupMethodImpl

public interface LookupMethod

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="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="bean" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getBean()
          Gets the value of the bean property.
 String getName()
          Gets the value of the name property.
 void setBean(String value)
          Sets the value of the bean 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

getBean

String getBean()
Gets the value of the bean property.

Returns:
possible object is String

setBean

void setBean(String value)
Sets the value of the bean property.

Parameters:
value - allowed object is String


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