net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl
Class TserviceRegistrationListenerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TserviceRegistrationListenerImpl
All Implemented Interfaces:
Serializable, Cloneable, TserviceRegistrationListener

public class TserviceRegistrationListenerImpl
extends Object
implements Serializable, Cloneable, TserviceRegistrationListener

See Also:
Serialized Form

Field Summary
protected  Element any
           
protected  String ref
           
protected  String registrationMethod
           
protected  String unregistrationMethod
           
 
Constructor Summary
TserviceRegistrationListenerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TserviceRegistrationListenerImpl instance.
TserviceRegistrationListenerImpl(TserviceRegistrationListenerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TserviceRegistrationListenerImpl instance by copying a given instance.
 
Method Summary
 TserviceRegistrationListenerImpl 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

any

protected Element any

ref

protected String ref

registrationMethod

protected String registrationMethod

unregistrationMethod

protected String unregistrationMethod
Constructor Detail

TserviceRegistrationListenerImpl

public TserviceRegistrationListenerImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TserviceRegistrationListenerImpl instance.


TserviceRegistrationListenerImpl

public TserviceRegistrationListenerImpl(TserviceRegistrationListenerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TserviceRegistrationListenerImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAny

public Element getAny()
Description copied from interface: TserviceRegistrationListener
Gets the value of the any property.

Specified by:
getAny in interface TserviceRegistrationListener
Returns:
possible object is Element

setAny

public void setAny(Element value)
Description copied from interface: TserviceRegistrationListener
Sets the value of the any property.

Specified by:
setAny in interface TserviceRegistrationListener
Parameters:
value - allowed object is Element

getRef

public String getRef()
Description copied from interface: TserviceRegistrationListener
Gets the value of the ref property.

Specified by:
getRef in interface TserviceRegistrationListener
Returns:
possible object is String

setRef

public void setRef(String value)
Description copied from interface: TserviceRegistrationListener
Sets the value of the ref property.

Specified by:
setRef in interface TserviceRegistrationListener
Parameters:
value - allowed object is String

getRegistrationMethod

public String getRegistrationMethod()
Description copied from interface: TserviceRegistrationListener
Gets the value of the registrationMethod property.

Specified by:
getRegistrationMethod in interface TserviceRegistrationListener
Returns:
possible object is String

setRegistrationMethod

public void setRegistrationMethod(String value)
Description copied from interface: TserviceRegistrationListener
Sets the value of the registrationMethod property.

Specified by:
setRegistrationMethod in interface TserviceRegistrationListener
Parameters:
value - allowed object is String

getUnregistrationMethod

public String getUnregistrationMethod()
Description copied from interface: TserviceRegistrationListener
Gets the value of the unregistrationMethod property.

Specified by:
getUnregistrationMethod in interface TserviceRegistrationListener
Returns:
possible object is String

setUnregistrationMethod

public void setUnregistrationMethod(String value)
Description copied from interface: TserviceRegistrationListener
Sets the value of the unregistrationMethod property.

Specified by:
setUnregistrationMethod in interface TserviceRegistrationListener
Parameters:
value - allowed object is String

clone

public TserviceRegistrationListenerImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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