net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl
Class NotifierImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.NotifierImpl
All Implemented Interfaces:
Serializable, Cloneable, Notifier

public class NotifierImpl
extends Object
implements Serializable, Cloneable, Notifier

See Also:
Serialized Form

Nested Class Summary
static class NotifierImpl.ConfigurationImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.Notifier
Notifier.Configuration
 
Field Summary
protected  String address
           
protected  NotifierImpl.ConfigurationImpl configuration
           
protected  Boolean sendOnError
           
protected  Boolean sendOnFailure
           
protected  Boolean sendOnSuccess
           
protected  Boolean sendOnWarning
           
protected  String type
           
 
Constructor Summary
NotifierImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.NotifierImpl instance.
NotifierImpl(NotifierImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.NotifierImpl instance by copying a given instance.
 
Method Summary
 NotifierImpl clone()
          Creates and returns a copy of this object.
 String getAddress()
          Gets the value of the address property.
 Notifier.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getType()
          Gets the value of the type property.
 Boolean isSendOnError()
          Gets the value of the sendOnError property.
 Boolean isSendOnFailure()
          Gets the value of the sendOnFailure property.
 Boolean isSendOnSuccess()
          Gets the value of the sendOnSuccess property.
 Boolean isSendOnWarning()
          Gets the value of the sendOnWarning property.
 void setAddress(String value)
          Sets the value of the address property.
 void setConfiguration(Notifier.Configuration value)
          Sets the value of the configuration property.
 void setSendOnError(Boolean value)
          Sets the value of the sendOnError property.
 void setSendOnFailure(Boolean value)
          Sets the value of the sendOnFailure property.
 void setSendOnSuccess(Boolean value)
          Sets the value of the sendOnSuccess property.
 void setSendOnWarning(Boolean value)
          Sets the value of the sendOnWarning property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

sendOnError

protected Boolean sendOnError

sendOnFailure

protected Boolean sendOnFailure

sendOnSuccess

protected Boolean sendOnSuccess

sendOnWarning

protected Boolean sendOnWarning

address

protected String address

configuration

protected NotifierImpl.ConfigurationImpl configuration
Constructor Detail

NotifierImpl

public NotifierImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.NotifierImpl instance.


NotifierImpl

public NotifierImpl(NotifierImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.NotifierImpl instance by copying a given instance.

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

getType

public String getType()
Description copied from interface: Notifier
Gets the value of the type property.

Specified by:
getType in interface Notifier
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: Notifier
Sets the value of the type property.

Specified by:
setType in interface Notifier
Parameters:
value - allowed object is String

isSendOnError

public Boolean isSendOnError()
Description copied from interface: Notifier
Gets the value of the sendOnError property.

Specified by:
isSendOnError in interface Notifier
Returns:
possible object is Boolean

setSendOnError

public void setSendOnError(Boolean value)
Description copied from interface: Notifier
Sets the value of the sendOnError property.

Specified by:
setSendOnError in interface Notifier
Parameters:
value - allowed object is Boolean

isSendOnFailure

public Boolean isSendOnFailure()
Description copied from interface: Notifier
Gets the value of the sendOnFailure property.

Specified by:
isSendOnFailure in interface Notifier
Returns:
possible object is Boolean

setSendOnFailure

public void setSendOnFailure(Boolean value)
Description copied from interface: Notifier
Sets the value of the sendOnFailure property.

Specified by:
setSendOnFailure in interface Notifier
Parameters:
value - allowed object is Boolean

isSendOnSuccess

public Boolean isSendOnSuccess()
Description copied from interface: Notifier
Gets the value of the sendOnSuccess property.

Specified by:
isSendOnSuccess in interface Notifier
Returns:
possible object is Boolean

setSendOnSuccess

public void setSendOnSuccess(Boolean value)
Description copied from interface: Notifier
Sets the value of the sendOnSuccess property.

Specified by:
setSendOnSuccess in interface Notifier
Parameters:
value - allowed object is Boolean

isSendOnWarning

public Boolean isSendOnWarning()
Description copied from interface: Notifier
Gets the value of the sendOnWarning property.

Specified by:
isSendOnWarning in interface Notifier
Returns:
possible object is Boolean

setSendOnWarning

public void setSendOnWarning(Boolean value)
Description copied from interface: Notifier
Sets the value of the sendOnWarning property.

Specified by:
setSendOnWarning in interface Notifier
Parameters:
value - allowed object is Boolean

getAddress

public String getAddress()
Description copied from interface: Notifier
Gets the value of the address property.

Specified by:
getAddress in interface Notifier
Returns:
possible object is String

setAddress

public void setAddress(String value)
Description copied from interface: Notifier
Sets the value of the address property.

Specified by:
setAddress in interface Notifier
Parameters:
value - allowed object is String

getConfiguration

public Notifier.Configuration getConfiguration()
Description copied from interface: Notifier
Gets the value of the configuration property.

Specified by:
getConfiguration in interface Notifier
Returns:
possible object is Notifier.Configuration

setConfiguration

public void setConfiguration(Notifier.Configuration value)
Description copied from interface: Notifier
Sets the value of the configuration property.

Specified by:
setConfiguration in interface Notifier
Parameters:
value - allowed object is Notifier.Configuration

clone

public NotifierImpl 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.