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

All Known Implementing Classes:
IdrefImpl

public interface Idref

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


Method Summary
 String getBean()
          Gets the value of the bean property.
 Object getLocal()
          Gets the value of the local property.
 void setBean(String value)
          Sets the value of the bean property.
 void setLocal(Object value)
          Sets the value of the local property.
 

Method Detail

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

getLocal

Object getLocal()
Gets the value of the local property.

Returns:
possible object is Object

setLocal

void setLocal(Object value)
Sets the value of the local property.

Parameters:
value - allowed object is Object


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