net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400
Interface Notifier

All Known Implementing Classes:
NotifierImpl

public interface 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 interface Notifier.Configuration
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSendOnError

Boolean isSendOnError()
Gets the value of the sendOnError property.

Returns:
possible object is Boolean

setSendOnError

void setSendOnError(Boolean value)
Sets the value of the sendOnError property.

Parameters:
value - allowed object is Boolean

isSendOnFailure

Boolean isSendOnFailure()
Gets the value of the sendOnFailure property.

Returns:
possible object is Boolean

setSendOnFailure

void setSendOnFailure(Boolean value)
Sets the value of the sendOnFailure property.

Parameters:
value - allowed object is Boolean

isSendOnSuccess

Boolean isSendOnSuccess()
Gets the value of the sendOnSuccess property.

Returns:
possible object is Boolean

setSendOnSuccess

void setSendOnSuccess(Boolean value)
Sets the value of the sendOnSuccess property.

Parameters:
value - allowed object is Boolean

isSendOnWarning

Boolean isSendOnWarning()
Gets the value of the sendOnWarning property.

Returns:
possible object is Boolean

setSendOnWarning

void setSendOnWarning(Boolean value)
Sets the value of the sendOnWarning property.

Parameters:
value - allowed object is Boolean

getAddress

String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getConfiguration

Notifier.Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is Notifier.Configuration

setConfiguration

void setConfiguration(Notifier.Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is Notifier.Configuration


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