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

All Known Implementing Classes:
KeyImpl

public interface Key

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">
       <group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 

Method Detail

getDescription

Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getBeanOrRefOrIdref

Object[] getBeanOrRefOrIdref()
Returns:
array of Value Object Props Null List Bean Map Idref Set Ref

getBeanOrRefOrIdref

Object getBeanOrRefOrIdref(int idx)
Returns:
one of Value Object Props Null List Bean Map Idref Set Ref

getBeanOrRefOrIdrefLength

int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

void setBeanOrRefOrIdref(Object[] values)
Parameters:
values - allowed objects are Value Object Props Null List Bean Map Idref Set Ref

setBeanOrRefOrIdref

Object setBeanOrRefOrIdref(int idx,
                           Object value)
Parameters:
value - allowed object is Value Object Props Null List Bean Map Idref Set Ref


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