|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Notifier
public class Notifier
Configures one method for notifying users/developers when a build breaks.
Java class for Notifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sendOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnFailure" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnSuccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Notifier.Configuration
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
address
|
protected Notifier.Configuration |
configuration
|
protected Boolean |
sendOnError
|
protected Boolean |
sendOnFailure
|
protected Boolean |
sendOnSuccess
|
protected Boolean |
sendOnWarning
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Notifier()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Notifier instance. |
|
Notifier(Notifier o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Notifier instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Notifier |
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 |
|---|
protected String type
protected Boolean sendOnError
protected Boolean sendOnFailure
protected Boolean sendOnSuccess
protected Boolean sendOnWarning
protected String address
protected Notifier.Configuration configuration
| Constructor Detail |
|---|
public Notifier()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Notifier instance.
public Notifier(Notifier o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Notifier instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isSendOnError()
Booleanpublic void setSendOnError(Boolean value)
value - allowed object is
Booleanpublic Boolean isSendOnFailure()
Booleanpublic void setSendOnFailure(Boolean value)
value - allowed object is
Booleanpublic Boolean isSendOnSuccess()
Booleanpublic void setSendOnSuccess(Boolean value)
value - allowed object is
Booleanpublic Boolean isSendOnWarning()
Booleanpublic void setSendOnWarning(Boolean value)
value - allowed object is
Booleanpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic Notifier.Configuration getConfiguration()
Notifier.Configurationpublic void setConfiguration(Notifier.Configuration value)
value - allowed object is
Notifier.Configurationpublic Notifier clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||