net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans
Interface IdentifiedType

All Known Subinterfaces:
Advice, Bean, CustomizableScriptType, DynamicScriptType, EjbType, Executor, JndiLocatingType, JndiLookup, MbeanServer, Registry, RemoteSlsb, SimpleScriptType, TbaseService, Tbundle, Treference, TreferenceCollection, Tservice, TsingleReference
All Known Implementing Classes:
AdviceImpl, BeanImpl, CustomizableScriptTypeImpl, DynamicScriptTypeImpl, EjbTypeImpl, ExecutorImpl, IdentifiedTypeImpl, JndiLocatingTypeImpl, JndiLookupImpl, MbeanServerImpl, RegistryImpl, RemoteSlsbImpl, SimpleScriptTypeImpl, TbaseServiceImpl, TbundleImpl, TreferenceCollectionImpl, TreferenceImpl, TserviceImpl, TsingleReferenceImpl

public interface IdentifiedType

The unique identifier for a bean. The scope of the identifier is the enclosing bean factory.

Java class for identifiedType complex type.

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

 <complexType name="identifiedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getId()
          Gets the value of the id property.
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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