net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans
Interface Qualifier

All Known Implementing Classes:
QualifierImpl

public interface Qualifier

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">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}attribute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="org.springframework.beans.factory.annotation.Qualifier" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 MetaType[] getAttribute()
           
 MetaType getAttribute(int idx)
           
 int getAttributeLength()
           
 String getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 MetaType setAttribute(int idx, MetaType value)
           
 void setAttribute(MetaType[] values)
           
 void setType(String value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getAttribute

MetaType[] getAttribute()
Returns:
array of MetaType

getAttribute

MetaType getAttribute(int idx)
Returns:
one of MetaType

getAttributeLength

int getAttributeLength()

setAttribute

void setAttribute(MetaType[] values)
Parameters:
values - allowed objects are MetaType

setAttribute

MetaType setAttribute(int idx,
                      MetaType value)
Parameters:
value - allowed object is MetaType

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type 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


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