public class Notifier extends LocatedTreeImpl
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Notifier.Configuration
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
address |
protected Notifier.Configuration |
configuration |
protected Boolean |
sendOnError |
protected Boolean |
sendOnFailure |
protected Boolean |
sendOnSuccess |
protected Boolean |
sendOnWarning |
protected LocatedAttribute |
type |
endLocation, startLocation| Constructor and Description |
|---|
Notifier() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getAddress()
Gets the value of the address property.
|
Notifier.Configuration |
getConfiguration()
Gets the value of the configuration property.
|
LocatedAttribute |
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(LocatedAttribute 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(LocatedAttribute value)
Sets the value of the type property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute type
protected Boolean sendOnError
protected Boolean sendOnFailure
protected Boolean sendOnSuccess
protected Boolean sendOnWarning
protected LocatedAttribute address
protected Notifier.Configuration configuration
public LocatedAttribute getType()
Stringpublic void setType(LocatedAttribute 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 LocatedAttribute getAddress()
Stringpublic void setAddress(LocatedAttribute value)
value - allowed object is
Stringpublic Notifier.Configuration getConfiguration()
Notifier.Configurationpublic void setConfiguration(Notifier.Configuration value)
value - allowed object is
Notifier.ConfigurationCopyright © 2012–2016 SonarSource. All rights reserved.