|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TserviceRegistrationListener
public class TserviceRegistrationListener
Defines a listener that will be notified when the bean is registered or unregistered in the OSGi Service Registry. Use either the 'ref' attribute or a nested bean declaration for the listener bean.
Java class for TserviceRegistrationListener complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TserviceRegistrationListener">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any processContents='skip' namespace='##other'/>
</sequence>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="registration-method" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="unregistration-method" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Element |
any
|
protected String |
ref
|
protected String |
registrationMethod
|
protected String |
unregistrationMethod
|
| Constructor Summary | |
|---|---|
TserviceRegistrationListener()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TserviceRegistrationListener instance. |
|
TserviceRegistrationListener(TserviceRegistrationListener o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TserviceRegistrationListener instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TserviceRegistrationListener |
clone()
Creates and returns a copy of this object. |
Element |
getAny()
Gets the value of the any property. |
String |
getRef()
Gets the value of the ref property. |
String |
getRegistrationMethod()
Gets the value of the registrationMethod property. |
String |
getUnregistrationMethod()
Gets the value of the unregistrationMethod property. |
void |
setAny(Element value)
Sets the value of the any property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setRegistrationMethod(String value)
Sets the value of the registrationMethod property. |
void |
setUnregistrationMethod(String value)
Sets the value of the unregistrationMethod property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Element any
protected String ref
protected String registrationMethod
protected String unregistrationMethod
| Constructor Detail |
|---|
public TserviceRegistrationListener()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TserviceRegistrationListener instance.
public TserviceRegistrationListener(TserviceRegistrationListener o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TserviceRegistrationListener instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Element getAny()
Elementpublic void setAny(Element value)
value - allowed object is
Elementpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getRegistrationMethod()
Stringpublic void setRegistrationMethod(String value)
value - allowed object is
Stringpublic String getUnregistrationMethod()
Stringpublic void setUnregistrationMethod(String value)
value - allowed object is
Stringpublic TserviceRegistrationListener clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||