net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans
Interface Ref

All Known Implementing Classes:
RefImpl

public interface Ref

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


Method Summary
 String getBean()
          Gets the value of the bean property.
 Object getLocal()
          Gets the value of the local property.
 String getParent()
          Gets the value of the parent property.
 void setBean(String value)
          Sets the value of the bean property.
 void setLocal(Object value)
          Sets the value of the local property.
 void setParent(String value)
          Sets the value of the parent 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

getParent

String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String


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