net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans
Interface EntryType

All Known Implementing Classes:
EntryTypeImpl

public interface EntryType

Java class for entryType complex type.

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

 <complexType name="entryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}key" minOccurs="0"/>
         <group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
       </sequence>
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="key-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 String getKey()
          Gets the value of the key property.
 Key getKeyElement()
          Gets the value of the keyElement property.
 String getKeyRef()
          Gets the value of the keyRef property.
 String getValue()
          Gets the value of the value property.
 String getValueRef()
          Gets the value of the valueRef property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setKey(String value)
          Sets the value of the key property.
 void setKeyElement(Key value)
          Sets the value of the keyElement property.
 void setKeyRef(String value)
          Sets the value of the keyRef property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueRef(String value)
          Sets the value of the valueRef property.
 

Method Detail

getKeyElement

Key getKeyElement()
Gets the value of the keyElement property.

Returns:
possible object is Key

setKeyElement

void setKeyElement(Key value)
Sets the value of the keyElement property.

Parameters:
value - allowed object is Key

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 Idref Ref Object Bean Null Map Props Set List

getBeanOrRefOrIdref

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

getBeanOrRefOrIdrefLength

int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

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

setBeanOrRefOrIdref

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

getKey

String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getKeyRef

String getKeyRef()
Gets the value of the keyRef property.

Returns:
possible object is String

setKeyRef

void setKeyRef(String value)
Sets the value of the keyRef property.

Parameters:
value - allowed object is String

getValue

String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getValueRef

String getValueRef()
Gets the value of the valueRef property.

Returns:
possible object is String

setValueRef

void setValueRef(String value)
Sets the value of the valueRef property.

Parameters:
value - allowed object is String


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